Files
openide/platform/external-system-api/resources/messages/ExternalSystemBundle.properties
Dmitry Kichinsky 7255f628e1 [external system] IDEA-360608 Rename Load/Reload to Sync
GitOrigin-RevId: 323eefdd3bf1a588b47fdd36b67d62571d1b22e8
2024-10-14 13:35:19 +00:00

232 lines
14 KiB
Properties

# Import.
module.type.description={0} modules are used for developing <b>JVM-based</b> applications with dependencies managed by <b>{0}</b>
orphan.modules.dialog.title=Orphan Modules
orphan.modules.dialog.text=<html>The modules below were removed from the project.<br/>Select the ones you need to restore.<html>
orphan.modules.text=The IDE modules below were removed by the {0} project sync:<p>{1}</p><br/>You can <a href="#">open a dialog</a> to select the ones you need to restore.
local.history.remove.orphan.modules=Remove orphan modules after project sync
environment.key.description.link.unlinked.project=Defines whether the IDE should import project information from available build scripts.\n\
The format of values is the single 'all' or comma-separated list of entries like '<Build system>:[import|skip]'.\n\
- If 'all' is specified, then all detected buildscripts are used for the import\n\
- If '<Build system>:import' is specified, then the build scripts of this build system will be used for import process.\n\
- If '<Build system>:skip' is specified, then the build scripts will not be used, and the notification about using these build scripts will be not shown in the UI IDE run.\n\
Example of value for this key: "Gradle:import,Ant:skip"
unlinked.project.notification.title={0} ''{1}'' build scripts found
unlinked.project.notification.load.action=Load {0} Project
unlinked.project.notification.skip.action=Skip
unlinked.project.notification.help.text=\
The IDE can import project information (e.g. sources and dependencies) from the {0} build script.<br>\
<br>\
If you are unsure or this is not a {0} project, press ''Skip''.<br>\
You''ll be able to import the {0} project later from context menu of {0} build script.
untrusted.project.notification.execution.error={0} project is untrusted, so its task cannot be executed.
# Settings.
settings.build.tools.display.name=Build Tools
settings.build.tools.auto.reload.hit=Auto-Sync Projects
settings.build.tools.auto.reload.radio.button.group.title=Sync project after changes in the build scripts:
settings.build.tools.auto.reload.radio.button.all.label=Any changes
settings.build.tools.auto.reload.radio.button.selective.label=External changes
settings.build.tools.auto.reload.radio.button.selective.comment=Changes outside the IDE or from version control.
setting.type.location.deduced={0} location is deduced
setting.type.location.unknown={0} location is unknown
setting.type.location.explicit.correct={0} location is defined
setting.type.location.explicit.incorrect={0} location is incorrect
settings.label.select.project={0} Project:
# suppress inspection "UnusedProperty": used by 3-party plugins
settings.label.project.format=Project format:
settings.title.projects.settings={0} Projects
settings.title.system.settings=General Settings
# Progress.
progress.import.text=Building ''{0}'' {1} Project Info
progress.refresh.text=Importing ''{0}'' {1} Project
progress.update.text={0}: {1}
progress.update.refresh=Importing {0}
progress.cancel.failed=Cancellation failed
# Errors.
error.project.import.error.title=Project Sync Failed
error.project.does.not.exist={0} script file ''{1}'' not found
error.project.already.registered=The project is already registered
error.resolve.with.reason={0}\n\nConsult IDE log for more details (Help | Show Log)
error.resolve.already.running=Another ''Sync project'' task is currently running for the project: {0}
# Tool window
external.system.view.nodes.run_configurations.name=Run Configurations
external.system.view.nodes.dependency_reference_node_tooltip=Dependencies omitted (listed previously). <br/>Press Enter or left mouse button double click to navigate to dependencies.
# Action.
action.refresh.all.projects.text=Sync All {0} Projects
action.refresh.all.projects.description=Sync all linked {0} projects
action.refresh.project.text=Sync {0} Project
action.refresh.project.description=Sync selected linked {0} project
action.detach.external.project.text=Unlink {0} Project
action.detach.external.project.description=Unlink selected project
action.detach.external.confirmation.prompt={0} {1, choice, 1#Module|2#Modules} {2} will be unlinked.\nNo files will be deleted.
action.ignore.external.projects.text=Ignore {0} {1,choice,1#Project|2#Projects}
action.ignore.external.projects.description=Ignore selected {0} {1,choice,1#project|2#projects}
action.unignore.external.projects.text=Unignore {0} {1,choice,1#Project|2#Projects}
action.unignore.external.projects.description=Unignore selected {0} {1,choice,1#project|2#projects}
action.open.config.text=Open {0} Config
action.open.config.description=Opens the {0} project file in the editor
action.open.settings.text={0} Settings\u2026
action.open.settings.description=Edit {0} settings for the current project
action.ExternalSystem.RecoveryAction.name=Invalidate Build System IDE caches and Re-sync
# Notification
notification.project.refresh.fail.title={0} ''{1}'' project sync failed
notification.messages.project.sync.tab.name={0} Sync
notification.messages.task.execution.tab.name={0} Task
# Tasks
external.system.keymap.group=External Build Systems
external.system.task.before.sync=Before Sync
external.system.task.after.sync=After Sync
external.system.task.before.compile=Before Build
external.system.task.after.compile=After Build
external.system.task.before.rebuild=Before Rebuild
external.system.task.after.rebuild=After Rebuild
external.system.task.before.run=Before Run
## Tasks UI
external.system.task.activation.title=Tasks Activation
external.system.task.activation.description=Edit {0} tasks activation settings
# Execution
run.configuration.project.path.label={0} &project:
run.configuration.project.path.name={0} &project
run.configuration.project.path.empty.error={0} project is not specified
run.configuration.description={0} build
run.configuration.tooltip.choose.registered.project=Choose one of registered {0} projects
run.configuration.title.choose.registered.project=Choose {0} project
run.configuration.settings.label.project={0} project:
run.configuration.settings.label.tasks=Tasks:
run.configuration.settings.label.vmoptions=VM options:
run.configuration.settings.label.arguments=Arguments:
run.text.starting.task={0}: Executing{1}\u2026
run.text.ended.task={0}: Execution finished{1}.
run.invalid.jvm.agent.configuration=Invalid JVM agent configuration used ''{0}''
command.line.dialog.completion.collecting=Collecting completion info\u2026
working.directory.filed.projects.collecting=Collecting projects info\u2026
external.system.java.in.resolving=Resolving\u2026
external.system.java.internal.jre=Use Internal JRE
external.system.java.project.jdk=Use Project JDK
external.system.java.home.env=Use JAVA_HOME
external.system.project_jdk.not_specified=Project JDK is not specified. <a href=''{0}''>Open Project SDK Configuration</a>
external.system.java.home.undefined=JAVA_HOME environment variable not defined
external.system.java.home.invalid=JAVA_HOME environment variable does not point to valid JDK or JRE ({0})
external.system.platform.sdk.invalid=Platform SDK does not point to valid JDK ({0})
external.system.sdk.hint.path=Path: {0}
external.system.sdk.hint.path.and.version={0}, path: {1}
tasks.select.task.title=Select {0} Task
tasks.edit.task.title=Edit {0} Task
tasks.before.run.empty=Run {0} task
tasks.before.run=Run {0} task ''{1}''
# Debugger
debugger.status.connected=Connected to the VM started by ''{0}'' {1}
debugger.open.session.tab=Open the debugger session tab
external.system.mavenized.structure.wizard.parent.label=Parent:
external.system.mavenized.structure.wizard.group.id.label=GroupId:
external.system.mavenized.structure.wizard.artifact.id.label=ArtifactId:
external.system.mavenized.structure.wizard.version.label=Version:
external.system.mavenized.structure.wizard.group.id.help=Uniquely identifies your project, usually starts with a reversed company domain name.
external.system.mavenized.structure.wizard.artifact.id.help=The name of the artifact within the group, usually a {0} name.
external.system.mavenized.structure.wizard.entity.coordinates.already.exists.error={0,choice,0#Module|1#Project} with coordinates ''{1}'' already exists
external.system.mavenized.structure.wizard.name.and.artifact.id.is.different.error={0,choice,0#Module|1#Project} name and artifactId must be the same
external.system.reload.notification.action.reload.text.empty=Sync Changes
external.system.reload.notification.action.reload.text=Sync {0} Changes
external.system.reload.notification.action.reload.description.empty=Sync build system changes with {0}.
external.system.reload.notification.action.reload.description={0} project structure has been changed. Sync changes with {1} to make it work correctly.
external.system.reload.notification.action.hide.text=Hide This Notification
0.task.action={0} task action
confirmation=Confirmation
delete.0=Delete "{0}"?
select.modules.depended.on.currently.selected.modules=select modules depended on currently selected modules
select.required=Select Required
show.selected.only=Show Selected Only
action.text.unselect.all=Unselect All
action.text.select.all=Select All
disable.modules.with.dependency.on.this=Disable Modules with Dependency on This
disable.modules.with.dependency.on.this.message=<html>The following {0,choice,1#module|1<modules} <br><b>{1}</b><br>{0,choice,1#is|1<are} enabled and {0,choice,1#depends|1<depend} on selected modules. <br>\
Would you like to disable {0,choice,1#it|1<them} too?</html>
disable.modules.with.dependency.on.this.max.message={0} enabled modules depend on selected modules. Would you like to disable them too?
enable.dependant.modules=Enable Dependant Modules
enable.dependant.modules.message=<html>The following {0,choice,1#module|1<modules} on which <b>{1}</b> {2,choice,1#depends|1<depend} {0,choice,1#is|1<are} disabled:<br><b>{3}</b><br>\
Would you like to enable {0,choice,1#it|1<them}?</html>
enable.dependant.modules.max.message={0} disabled {0,choice,1#module|1<modules} depend on {1} selected {1,choice,1#module|1<modules}. \
Would you like to enable {0,choice,1#it|1<them} too?
duplicate.content.roots.removed=Path [{0}] of module [{1}] was removed from modules [{2}]
duplicate.content.roots.extra="<br>Also {0} more {0,choice,1#path|1<paths} {0,choice,1#was|1<were} deduplicated. See idea log for details
duplicate.content.roots.detected=Duplicate content roots detected
initializing.0.projects.data=Initializing {0} projects data\u2026
action.text.none=&None
unknown.sdk.type=unknown
label.please.select.the.modules.data.to.include.in.the.project=Please select the modules/data to include in the project.
popup.title.choose.project=Choose project
popup.title.choose.activation.phase=Choose activation phase
popup.title.choose.task=Choose task
activity.name.select.external.data=Select External Data
build.event.title.sync=Sync
dialog.title.project.data.to.import={0} Project Data To Import
please.wait=Please wait\u2026
there.are.not.selected.module.dependencies.of.the.module.br.b.0.b=There are not selected module dependencies of the module: <br><b>{0}</b>
link.label.choose.task.to.assign.shortcut=Choose a task to assign a shortcut
dialog.message.before.build.triggering.task.failed=Before build triggering task failed
dialog.message.after.build.triggering.task.failed=After build triggering task failed
dialog.title.choose.task=Choose {0} Task
dialog.title.select.project=Select {0} Project
label.modules.selected={0} Modules. {1} selected
dialog.message.can.t.store.external.task.settings.into.run.configuration=Can''t store external task settings into run configuration. Reason: target run configuration is undefined. Tasks: ''{0}'', external project: ''{1}'', vm options: ''{2}'', arguments: ''{3}''
external.project.structure.project=Project
external.project.structure.project.location=Location
external.project.structure.project.root.module=root module
external.system.api.error.message.prefix=Exception during working with external system: {0}
external.system.dependency.analyzer.editor.tab.name=Dependency Analyzer
external.system.dependency.analyzer.action.name=Analyze Dependencies\u2026
external.system.dependency.analyzer.dependency.loading=Loading dependencies list\u2026
external.system.dependency.analyzer.projects.empty=No projects
external.system.dependency.analyzer.scope.label=Scope:
external.system.dependency.analyzer.scope.any=Any
external.system.dependency.analyzer.scope.none=None
external.system.dependency.analyzer.scope.n={0} scopes
external.system.dependency.analyzer.conflicts.show=Show Conflicts Only
external.system.dependency.analyzer.groupId.show=Show GroupId
external.system.dependency.analyzer.resolved.title=Resolved Dependencies
external.system.dependency.analyzer.resolved.tree.show=Show as Tree
external.system.dependency.analyzer.resolved.tree.collapse=Collapse
external.system.dependency.analyzer.resolved.tree.expand=Expand
external.system.dependency.analyzer.resolved.empty=Nothing found.
external.system.dependency.analyzer.usages.title=Usages of {0}
external.system.dependency.analyzer.warning.version.conflict=conflict with {0}
external.system.dependency.analyzer.warning.unresolved=unresolved
external.system.dependency.analyzer.go.to.action.name=Go to {0} Dependency
external.system.dependency.analyzer.go.to.action.description=Navigates to dependency in parent {0} config file
external.system.dependency.analyzer.open.action.name=Open {0} Config
external.system.dependency.analyzer.open.action.description=Opens {0} config file for selected module or library
external.system.properties.error.title=Invalid Property
external.system.properties.error.empty.message=Properties with empty name are not allowed
external.system.properties.error.space.message=Properties with spaces inside name are not allowed
external.system.properties.error.assign.message=Properties with '=' inside name are not allowed
notification.group.external.system.autolink=External system build scripts found
notification.group.orphan.modules=Modules no longer referenced by external system
notification.group.duplicate.content.roots=Duplicate content roots detected
notification.group.unindexed.repositories=Unindexed Maven repositories found
notification.group.gradle.wrapper.update=Gradle wrapper update failed