Files
openide/plugins/gradle/resources/messages/GradleBundle.properties
Roman Shevchenko 9b43719207 [project] reviewing use of file-based filters in choosers (IJPL-150176)
... and amending/replacing them with extension-based filters where possible

GitOrigin-RevId: 422e4f42ac96c295a707eae76ef25686753fc6ce
2024-09-30 20:14:03 +00:00

286 lines
18 KiB
INI

gradle.name=Gradle
gradle.filetype.description=Groovy Gradle DSL configuration
gradle.filetype.display.name=Groovy Gradle DSL
gradle.filter.label=Gradle files
gradle.settings.text.default=Default
gradle.settings.text.unexpected=Unexpected: {0}
gradle.settings.text.home.path=Gradle Home:
gradle.settings.text.jvm.path=Gradle JVM:
gradle.settings.text.vm.options=Gradle VM options:
gradle.settings.text.vm.options.link.tooltip=This setting is deprecated, please use 'org.gradle.jvmargs\u2019 property in 'gradle.properties\u2019 file instead
gradle.settings.text.vm.options.link.text=Migrate
gradle.settings.text.vm.options.empty.text=VM options have been moved to gradle.properties
gradle.settings.text.vm.options.confirm.text=Would you like to move VM options to the ''{0}'' file?\n\
Note that the existing ''org.gradle.jvmargs'' property will be overwritten.\n\n\
You can do it manually any time later
gradle.settings.text.vm.options.migration.error.text={0}\n\nPlease migrate settings manually
gradle.settings.text.vm.options.migration.error.title=Migration Error
gradle.settings.text.user.home=Gradle user home:
gradle.settings.text.user.home.hint=Override the default location where Gradle stores downloaded files, e.g. to tune anti-virus software on Windows
gradle.settings.text.user.home.dialog.title=Select Gradle User Home Directory
gradle.settings.text.user.home.not.found.error.text=Can not find Gradle user home
gradle.settings.text.generate.iml.files=Generate *.iml files for modules imported from Gradle
gradle.settings.text.generate.iml.files.hint=Enable if you have a mixed project with {0} modules and Gradle modules so that it could be shared via VCS
gradle.settings.text.module.per.source.set=Generate {0} module per Gradle source set
gradle.settings.text.module.per.source.set.hint=This setting is deprecated and remains only for troubleshooting since it's not fully compatible with Gradle's model.<br> \
Please consider restoring it to the default (checked)
gradle.settings.text.download.annotations=Download external annotations for dependencies
gradle.settings.text.parallelModelFetch=\
Enable parallel Gradle model fetching for Gradle 7.4+
gradle.settings.text.parallelModelFetch.hint=\
Allow collecting Gradle models in parallel during a project reload.
gradle.settings.text.parallelModelFetch.warning=\
Incubating. Non-thread safe access to shared Gradle configuration data in build.gradle may cause concurrency issues.
gradle.settings.text.build.run.title=Build and Run
gradle.settings.text.build.run.hint=By default {0} uses Gradle to build the project and run the tasks.<br><br> \
In a pure Java/Kotlin project, building and running by means of the IDE might be faster, thanks to optimizations. \
Note, that the IDE doesn\u2019t support all Gradle plugins and the project might not be built correctly with some of them.
gradle.settings.text.build.run=Build and run using:
gradle.settings.text.run.tests=Run tests using:
gradle.settings.text.build.run.per.test=Choose per test
gradle.home.setting.type.explicit.incorrect=Gradle location is incorrect.\nLocation:{0}
gradle.home.setting.type.explicit.empty=Gradle location is not specified
gradle.run.configuration.command.line.tasks.empty.text=No Gradle Tasks
gradle.run.configuration.command.line.arguments.empty.text=No Gradle Arguments
gradle.run.configuration.command.line.task.column=Task
gradle.run.configuration.command.line.argument.column=Argument
gradle.run.configuration.command.line.description.column=Description
gradle.run.configuration.command.line.hint=Example: build --debug. Default tasks will be executed if no tasks are specified.
gradle.run.configuration.command.line.title=Tasks and Arguments
gradle.run.configuration.command.line.tooltip=Insert Tasks and Arguments\u2026
gradle.run.configuration.command.line.empty.state=Tasks and arguments
gradle.run.configuration.command.line.name=Tasks and a&rguments
gradle.jvm.undefined=Please set the Gradle JVM option
gradle.jvm.incorrect=Gradle JVM option is incorrect:\nPath:{0}
gradle.jvm.is.jre=Please use JDK instead of JRE for Gradle importer.
gradle.jvm.is.invalid=Invalid Gradle JDK configuration found.
gradle.jvm.is.being.resolved.error=Gradle JVM is being resolved, please wait.
gradle.jvm.is.being.resolved=Gradle JVM is being resolved\u2026
gradle.jvm.has.been.resolved=Gradle JVM has been resolved
gradle.jvm.resolution.lookup.reason=Download Java for running Gradle {0}.
gradle.open.gradle.settings=Open Gradle Settings
gradle.title.gradle.settings=Gradle Settings
gradle.incorrect.jvm.issue.title=Gradle JVM option is incorrect
gradle.incorrect.jvm.wsl.issue.description=The project is located on WSL({0} - ''{1}'').\n\
Use the JDK installed on the same WSL distribution.
gradle.incorrect.jvm.wslJdk.on.win.issue.description=The project is located on Windows.\n\
Use the JDK installed on Windows.
gradle.notifications.java.home.invalid.title=Found invalid Gradle JVM configuration
gradle.notifications.java.home.unsupported.content=JDK {0} isn''t compatible with Gradle {1}.
gradle.notifications.java.home.property.content=Please fix <i>org.gradle.java.home</i> in {0}.
gradle.notifications.java.home.variable.content=Please fix <i>JAVA_HOME</i> environment variable.
gradle.notifications.java.home.change.title=Gradle JVM is configured
gradle.notifications.java.home.change.content="{0}" is set to {1} <br/> {2}
gradle.notifications.sources.download.action.title=Open {0}
gradle.notifications.sources.download.failed.title=Sources download failed
gradle.notifications.sources.download.failed.content=Sources were not downloaded for: {0}
gradle.notifications.sources.download.from.repository.failed.content=<html>Unable to download {0} from {1}. \
Ensure that all the artifact\u2019s components are available in this repository. \
Alternatively, adjust the order of repositories in build.gradle \
to prioritize downloading from the repository with the full set of components.</html>
gradle.codeInsight.action.apply_plugin.text=Add Gradle Plugin
gradle.codeInsight.action.apply_plugin.description=Add selected Gradle plugin to the project
gradle.codeInsight.action.apply_plugin.popup.title=Choose Plugin
gradle.codeInsight.action.add_maven_dependency.text=Add Maven artifact dependency
gradle.codeInsight.action.add_maven_dependency.description=Add selected Maven artifact dependency to the project
gradle.codeInsight.buildscript.classpath.description=The script classpath configuration used to compile and execute a build script. \
This classpath is also used to load the plugins which the build script uses.
gradle.test.runner.ui.tests.tree.presentation.labels.no.tests.were.found=Test events were not received
gradle.test.runner.ui.tests.actions.open.gradle.report.text=Open Gradle test report
gradle.test.runner.ui.tests.actions.open.gradle.report.desc=Open Gradle reports produced by the Test task
gradle.test.runner.build.tw.link.title=See tests view at Run tool window
gradle.action.refresh.dependencies.text=Refresh Gradle Dependencies
gradle.action.refresh.dependencies.description=Refresh dependencies in the Gradle cache using --refresh-dependencies argument
gradle.action.download.sources=Download Sources
gradle.action.download.sources.busy.text=Downloading sources\u2026
gradle.test.show.internal.nodes.action.name=Show Internal Gradle Test Suites
gradle.test.show.internal.nodes.action.text=Show internal Gradle test suites, e.g. 'Gradle Test Executor N'
gradle.settings.title=Gradle
gradle.tests.tasks.choosing.popup.title.common=Run Tasks
gradle.tests.tasks.choosing.popup.title=Run Tasks for {0}
gradle.tests.tasks.choosing.popup.hint=Select several tasks to run them at once
gradle.tests.tasks.choosing.warning.text=No tasks available
gradle.tests.pattern.producer.configuration.name={0} and {1} more
action.Gradle.ImportExternalProject.text=Link Gradle Project
action.Gradle.ImportExternalProject.description=Link Gradle project described by this file
action.Gradle.OpenProjectCompositeConfiguration.text=Composite Build Configuration
action.Gradle.ToggleOfflineAction.text=Toggle Offline Mode
action.Gradle.ToggleOfflineAction.description=Toggle offline mode for Gradle builds
action.Gradle.DownloadSources.text=Download Sources
action.Gradle.DownloadSources.description=Download the source code of all libraries used in the project
action.Gradle.ExecuteTask.text=Execute Gradle Task
gradle.settings.wizard.add.as.module.to=Add as module to
gradle.settings.composite.selector.description=Please select participant projects to include in the Gradle composite.
gradle.settings.composite.build.title=Composite Build Configuration
gradle.settings.composite.select.all=Select All
gradle.settings.composite.unselect.all=Unselect All
gradle.settings.wrapper.not.found='gradle-wrapper.properties' not found
gradle.daemons.show.stopped=Show Stopped
gradle.daemons.description.title=Description
gradle.daemons.refresh=Refresh
gradle.daemons.stopWhenIdle.all=Stop When Idle All
gradle.daemons.stop.selected=Stop Selected
gradle.daemons.stop.all=Stop All
gradle.daemons.gradle.daemons=Gradle Daemons
action.Gradle.ShowDaemons.text=Show Gradle Daemons
action.Gradle.SyncWithDaemonTelemetry.text=Run Gradle Sync with Daemon Telemetry
action.Gradle.SyncWithDaemonTelemetry.file.chooser.popup.title=Choose the Destination Folder
action.Gradle.SyncWithDaemonTelemetry.file.chooser.popup.description=Choose the destination folder for the Gradle daemon telemetry files
gradle.daemons.close=Close
gradle.tasks.script.debugging=Debug Gradle scripts
gradle.tasks.reattach.debug.process=Debug forked Gradle tasks in separate debug tabs
gradle.tasks.reattach.debug.process.comment=A single Gradle debug session is used for all tasks. Enable this option to debug tasks running in parallel separately.
gradle.tasks.debugging.all=Debug all Gradle tasks on the execution graph
gradle.tasks.debugging.all.comment=Debug flags are added to all compatible tasks on the Gradle execution graph. May re-trigger task execution.
gradle.tasks.directory.completion.description=Gradle Source Sets
gradle.tasks.toggle.offline.search.title=Toggle Gradle Offline Mode
gradle.tasks.annotations.title=Resolving known external annotations
gradle.tasks.annotations.looking.for=Looking for annotations for {0}
gradle.tasks.tests.force=Run as test
gradle.tasks.tests.force.comment=Shows test view and forces test tasks re-execution
compiler.build.messages.gradle.configuration.not.found=Unable to make ''{0}''.\nRelated gradle configuration was not found. "Please, re-import the Gradle project and try again.
gradle.project.generation.wrapper.progress.title=Generating Gradle Wrapper
gradle.commandline.description=Configures Gradle projects under the given folder
gradle.project.0=Gradle project ''{0}''
gradle.root.project=Gradle root project
gradle.plugin.0=Gradle plugin ''{0}''
daemons.started.by.are.displayed=Daemons started by {0} (or other daemons of the similar configuration) are displayed. <i>Gradle 4.5 or greater supported.<i>
progress.title.download=Downloading {0}
progress.title.run.tasks=Running tasks
progress.title.configure.projects=Configuring projects
progress.title.build=Building
progress.title.build.model=Building model
progress.title.configure.build=Configuring build
progress.title.run.task=Running task
column.name.daemon.PID=PID
column.name.daemon.status=Status
column.name.daemon.timestamp=Timestamp
column.name.daemon.info=Info
gradle.execution.name.build.project.=Build {0}
grable.execution.name.upgrade.wrapper=Upgrade Gradle wrapper
gradle.target.configure.label=Gradle configuration
gradle.target.run.label=Run Gradle task
gradle.target.execution.project.folder.label=Project folder:
gradle.target.execution.project.folder.title=Project Folder
gradle.target.execution.project.folder.description=The path on the target where the project sources is placed
gradle.target.execution.running=Running Gradle on {0}\u2026
gradle.target.configurable.home.path.label=Gradle home path:
gradle.target.configurable.home.path.title=Gradle Home Path
gradle.target.configurable.home.path.comment=The path to the Gradle installation on the target
gradle.dsl.model.fail.to.build=Cannot build Gradle model for module {0}
gradle.dsl.artifactid.is.null=ArtifactId is null
gradle.dsl.groupid.is.null=GroupId is null
gradle.dsl.version.is.null=Version is null
gradle.dsl.scope.is.null=Configuration is null
gradle.project.structure.source.set=Source Set
gradle.project.structure.web.artifact=Web Artifact
gradle.project.structure.jee.application=JEE Application
gradle.command.line.parse.error.invalid.arguments=<b>Command-line arguments cannot be parsed</b>
gradle.version.quick.fix.error=Unable to update wrapper files
gradle.version.quick.fix.error.description=See IDE log for the details.\n<a href="#open_log">{0}</a>
gradle.project.resolver.orphan.modules.error.title=Gradle project structure problems
gradle.project.resolver.orphan.modules.error.description=Can''t find the following {0,choice,1#module|1<modules}: {1}\nIt can be caused by composite build configuration inside your *.gradle scripts with Gradle version older than 3.3.\nTry Gradle 3.3 or better or enable ''{2}'' option
popup.title.gradle.tasks=Gradle Tasks
gradle.dsl.new.project.wizard=Gradle DSL:
gradle.dsl.new.project.wizard.kotlin=Kotlin
gradle.dsl.new.project.wizard.groovy=Groovy
gradle.project.settings.distribution.group=Gradle Source
gradle.project.settings.distribution=Distribution:
gradle.project.settings.distribution.npw=Gradle distribution:
gradle.project.settings.distribution.bundled=Bundled
gradle.project.settings.distribution.wrapper=Wrapper
gradle.project.settings.distribution.wrapper.task=Wrapper task
gradle.project.settings.distribution.wrapper.version=Version:
gradle.project.settings.distribution.wrapper.version.npw=Gradle version:
gradle.project.settings.distribution.wrapper.version.auto.select=Auto-select
gradle.project.settings.distribution.local=Local installation
gradle.project.settings.distribution.local.location=Location:
gradle.project.settings.distribution.local.location.npw=Gradle location:
gradle.project.settings.distribution.local.location.empty.state=Path to local Gradle
gradle.project.settings.distribution.local.location.dialog=Choose Gradle Installation
gradle.project.settings.distribution.store.settings=Use these settings for future projects
gradle.project.settings.distribution.invalid=Invalid Gradle SDK installation
gradle.project.settings.distribution.version.invalid=Cannot resolve Gradle SDK version
gradle.project.settings.distribution.version.unsupported=JDK {0} isn''t supported by Gradle {1}
gradle.settings.wizard.unsupported.jdk.title=Unsupported {0, choice, 0#Project|1#Module} JDK
gradle.settings.wizard.unsupported.jdk.message=\
Gradle supports JDK versions {0} through {1}.\n\n\
Do you want to proceed with JDK {2} and Gradle {3}?
gradle.settings.wizard.gradle.unsupported.title=Unsupported Gradle Version
gradle.settings.wizard.gradle.unsupported.message=\
{0} doesn''t support Gradle versions older than {1}.
gradle.settings.wizard.java.unsupported.title=Unsupported Java Version
gradle.settings.wizard.java.unsupported.message=\
{0} doesn''t support Java versions older than {1} in Gradle projects.
gradle.build.issue.gradle.jvm.incompatible.title=Incompatible Gradle JVM
gradle.build.issue.gradle.jvm.incompatible.description=Your build is currently configured to use incompatible Java {0} and Gradle {1}. Cannot sync the project.
gradle.build.issue.gradle.jvm.incompatible.unknown.gradle.description=Your build is currently configured to use incompatible Java {0}. Cannot sync the project.
gradle.build.issue.gradle.jvm.incompatible.unknown.java.description=Your build is currently configured to use incompatible Java. Cannot sync the project.
gradle.build.issue.gradle.jvm.compatible.minimum.description=The minimum compatible Gradle JVM version is {0}.
gradle.build.issue.gradle.jvm.compatible.maximum.description=The maximum compatible Gradle JVM version is {0}.
gradle.build.issue.gradle.compatible.minimum.description=The minimum compatible Gradle version is {0}.
gradle.build.issue.gradle.compatible.maximum.description=The maximum compatible Gradle version is {0}.
gradle.build.issue.gradle.jvm.unsupported.title=Unsupported Gradle JVM
gradle.build.issue.gradle.jvm.unsupported.description=Java {0} is not supported for Gradle execution. Cannot sync the project.
gradle.build.issue.gradle.jvm.unsupported.unknown.description=Failed to get a Java version for Gradle sync. This could happen because of invalid or outdated Gradle JVM.
gradle.build.issue.gradle.jvm.supported.description=The minimum supported Gradle JVM version is {0}.
gradle.build.issue.gradle.unsupported.title=Unsupported Gradle Version
gradle.build.issue.gradle.unsupported.description=Gradle {0} is not supported. Cannot sync the project.
gradle.build.issue.gradle.unsupported.unknown.description=Failed to get a Gradle version. This could happen because of invalid or outdated Gradle wrapper.
gradle.build.issue.gradle.recommended.description=We recommend upgrading to Gradle version {0}.
gradle.build.issue.gradle.supported.description=The minimum supported Gradle version is {0}.
gradle.build.issue.gradle.deprecated.title=Deprecated Gradle Version
gradle.build.issue.gradle.deprecated.description=Gradle {0} support is deprecated and scheduled for removal.
gradle.dependency.analyzer.loading=Load Gradle Dependencies
notification.group.gradle=Gradle
gradle.build.quick.fix.gradle.jvm=Use Java {1} as Gradle JVM: <a href="{0}">Open Gradle settings</a>
gradle.build.quick.fix.gradle.version=<a href="{0}">Upgrade to Gradle {1} and re-sync</a>
advanced.settings.gradle=Build Tools. Gradle
advanced.setting.gradle.download.sources=Download sources
advanced.setting.gradle.download.sources.description=Download sources for project dependencies during the project import. A project sync is required to download the sources after selecting this option.
gradle.linking.project=Linking Gradle Project