mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[external system] IDEA-360608 Rename Load/Reload to Sync
GitOrigin-RevId: 323eefdd3bf1a588b47fdd36b67d62571d1b22e8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fd20ee9c2a
commit
7255f628e1
@@ -2,8 +2,8 @@
|
||||
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 reload:<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 reload
|
||||
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\
|
||||
@@ -24,8 +24,8 @@ untrusted.project.notification.execution.error={0} project is untrusted, so its
|
||||
|
||||
# Settings.
|
||||
settings.build.tools.display.name=Build Tools
|
||||
settings.build.tools.auto.reload.hit=Auto-Reload Projects
|
||||
settings.build.tools.auto.reload.radio.button.group.title=Reload project after changes in the build scripts:
|
||||
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.
|
||||
@@ -49,21 +49,21 @@ progress.update.refresh=Importing {0}
|
||||
progress.cancel.failed=Cancellation failed
|
||||
|
||||
# Errors.
|
||||
error.project.import.error.title=Project Reload Failed
|
||||
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 ''Reload project'' task is currently running for the project: {0}
|
||||
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=Reload All {0} Projects
|
||||
action.refresh.all.projects.description=Force reload all linked {0} projects
|
||||
action.refresh.project.text=Reload {0} Project
|
||||
action.refresh.project.description=Force reload selected linked {0} project
|
||||
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.
|
||||
@@ -80,7 +80,7 @@ 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 reload failed
|
||||
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
|
||||
|
||||
@@ -146,10 +146,10 @@ external.system.mavenized.structure.wizard.artifact.id.help=The name of the arti
|
||||
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=Load Changes
|
||||
external.system.reload.notification.action.reload.text=Load {0} Changes
|
||||
external.system.reload.notification.action.reload.description.empty=Load build system changes into {0}.
|
||||
external.system.reload.notification.action.reload.description={0} project structure has been changed. Load changes into {1} to make it work correctly.
|
||||
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
|
||||
|
||||
@@ -2600,7 +2600,7 @@ action.ExternalSystem.SelectProjectDataToImport.text=Select Project Data To Impo
|
||||
action.ExternalSystem.CollapseAll.text=Collapse All
|
||||
action.ExternalSystem.ExpandAll.text=Expand All
|
||||
group.ExternalSystem.ShowSettingsGroup.text=Build Tool Settings
|
||||
action.ExternalSystem.ShowCommonSettings.text=Auto-Reload Settings\u2026
|
||||
action.ExternalSystem.ShowCommonSettings.text=Auto-Sync Settings\u2026
|
||||
action.ExternalSystem.ShowCommonSettings.description=Edit build tools settings for the current project
|
||||
|
||||
action.NewSqlFile.text=SQL File
|
||||
|
||||
Reference in New Issue
Block a user