Files
kotlin-fork/libraries/tools/new-project-wizard/resources/messages/KotlinNewProjectWizardBundle.properties
T
2020-08-27 13:33:34 +03:00

165 lines
6.9 KiB
Properties

buildsystem.type.gradle.groovy=Gradle Groovy
buildsystem.type.gradle.kotlin=Gradle Kotlin
buildsystem.type.intellij=IntelliJ
buildsystem.type.intellij.full=IntelliJ build system
buildsystem.type.maven=Maven
error.template.not.found=Template with the id {0} is not found
error.required.settings.are.not.present=The following required settings are not configured
error.configurator.not.found=Module type {0} is not found
error.invalid.module.dependency=Invalid module dependency from module {0} to {1}
module.configuration.group.android.native=Android Native
module.configuration.group.ios=iOS
module.configuration.group.linux=Linux
module.configuration.group.macos=macOS
module.configuration.group.windows.mingw=Windows (MinGW)
module.type=Module Type
module.kind.android.module=Android Module
module.kind.ios.module=iOS Module
module.kind.js.browser.module=JS Browser Module
module.kind.js.node.module=JS Node Module
module.kind.module=Module
module.kind.mpp.module=MPP Module
module.kind.target=Target
plugin.buildsystem.setting.type=Build System
plugin.buildsystem.setting.type.error.wrong.project.kind={0} project cannot be generated using {1}
plugin.kotlin.downloading.kotlin.versions=Downloading list of Kotlin versions
plugin.kotlin.setting.modules=Modules
plugin.kotlin.setting.modules.error.duplicated.modules=There are {0} modules with name {1}
plugin.kotlin.setting.modules.error.duplicated.targets=There are {0} targets with name {1}
plugin.kotlin.setting.project.kind=Project Kind
project.kind.android=Android
project.kind.kotlin.js=Kotlin/JS
project.kind.multiplatform=Multiplatform
project.kind.singleplatform=JVM
project=Project
plugin.structure.setting.location=Location
plugin.structure.setting.location.error.is.not.empty=Directory is not empty
plugin.structure.setting.name=Name
plugin.structure.setting.group.id=Group ID
plugin.structure.setting.artifact.id=Artifact ID
plugin.structure.setting.version=Version
plugin.templates.setting.template=Project Template
plugin.android.setting.sdk=Android SDK
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
version.error.bad.format=Incorrect version format for setting {0}
parse.error.no.value.for.key=No value was found for a key {0}
module.type.jvm=Kotlin/JVM
module.type.js=Kotlin/JS
module.type.common=Common
module.type.android=Android
module.type.native=Kotlin/Native
module.type.ios=iOS
module.name=Module name
module.name.with.name=Module name {0}
module.configurator.simple.js.browser=JS for Browser
module.configurator.simple.js.node=JS for Node.JS
module.configurator.android=Android
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.java.support=Java language support
module.configurator.mpp=Multiplatform
module.configurator.ios=IOS
module.configurator.ios.requires.xcode=Requires Xcode
module.configurator.js.browser=Browser
module.configurator.js.node=Node.js
module.configurator.js.css=CSS Support
module.configurator.js.target.settings.kind=Target kind
module.configurator.js.target.settings.kind.library=Library
module.configurator.js.target.settings.kind.application=Application
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=TestNG
module.configurator.tests.setting.framework.js=JavaScript
module.configurator.tests.setting.framework.common=Common
module.configurator.tests.setting.framework.none=None
module.configurator.native.for.current.system=Your system
project.template.empty.singleplatform.title=Application
project.template.empty.singleplatform.description=Backend application with Kotlin/JVM.
project.template.empty.mpp.title=Application
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=Console application with Kotlin/JVM. Use it for prototyping or testing purposes.
project.template.mpp.lib.title=Library
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=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=Application with Kotlin/Native that works as a standalone application under a specific platform.
project.template.browser.title=Browser Application
project.template.browser.description=A blank application targeting the browser
project.template.nodejs.title=Node.JS Application
project.template.nodejs.description=A blank application targeting Node.js
project.template.mpp.mobile.title=Mobile Application
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=Mobile Library
project.template.mpp.mobile.lib.description=Library that supports sharing code between iOS and Android.
module.template.console.jvm.title=Console Application
module.template.console.jvm.description=Simple "Hello World!" Kotlin/JVM application that works in the console
module.template.ktor.server.title=Ktor server
module.template.ktor.server.description=Configurable Ktor web server for building web applications
module.template.ktor.server.setting.engine=Ktor server engine
module.template.ktor.server.setting.engine.netty=Netty
module.template.ktor.server.setting.engine.tomcat=Tomcat
module.template.ktor.server.setting.engine.jetty=Jetty
module.template.native.console.title=Native Application
module.template.native.console.description=Simple Kotlin/Native application for your operating system
module.template.js.simple.title=Browser Application
module.template.js.simple.description=A blank application targeting the browser
module.template.js.simple.run.configuration.dev=BrowserDevelopmentRun in continuous mode
module.template.js.simple.run.configuration.prod=BrowserProductionRun in continuous mode
module.template.simple.use.kotlinx.html=Use kotlinx.html
module.template.simple.nodejs.title=Node.JS Application
module.template.simple.nodejs.description=A blank application targeting Node.js
module.template.simple.nodejs.use.kotlinx.nodejs=Use experimental Node.js API (kotlinx-nodejs)