ui: fix incorrect encoding in bundled strings

GitOrigin-RevId: b945291d452eb90037a5b6721eefc96a7bfc7481
This commit is contained in:
Aleksey Pivovarov
2021-09-23 03:29:06 +03:00
committed by intellij-monorepo-bot
parent 7dfc75c3de
commit aa0a99d1e0
28 changed files with 53 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ message.only.latin.characters.digits.spaces.and.some.other.symbols.are.allowed.h
message.only.latin.characters.digits.and.some.other.symbols.are.allowed.here=Only Latin characters, digits, '_', '-' and '.' are allowed here
message.must.not.start.or.end.with.dot=Must not start or end with '.'
message.must.not.contain.double.dot.sequences=Must not contain '..' sequences
message.part.is.incorrect.and.must.start.with.latin.character.or.some.other.symbols=Part ''{0}'' is incorrect, it must start with Latin character or '_'
message.part.is.incorrect.and.must.start.with.latin.character.or.some.other.symbols=Part ''{0}'' is incorrect, it must start with Latin character or ''_''
message.only.lowercase.latin.characters.digits.and.some.other.symbols.are.allowed.here=Only lowercase Latin characters, digits, '-', '_' and '.' are allowed here
message.must.start.with.lowercase.latin.character=Must start with lowercase Latin character

View File

@@ -246,7 +246,7 @@ dependencies.used.in.popup.title=Used in
module.libraries.attach.sources.button=Attach &Sources\u2026
label.enter.library.name=Enter library name:
module.paths.validation.duplicate.content.error=Content root ''{0}'' is defined for modules ''{1}'' and ''{2}''.\nTwo modules in a project cannot share the same content root.
quarantine.dialog.message=OS marked the following folders as 'quarantined', probably because they were downloaded from Internet.\
quarantine.dialog.message=OS marked the following folders as ''quarantined'', probably because they were downloaded from Internet.\
Opening files from these folders might not work as expected. Do you want to clean quarantined status?\n{0}
label.project.jdk=Project SDK:
label.java.source.files.have.been.found=Source files for your module have been found. Please choose directories that will\nbe marked as source paths. These paths correspond to default (root, unnamed, top level) packages.\nNote: the program will recognize only source files that are located under these directories.
@@ -260,7 +260,7 @@ action.attach.external.project.warning.message.directory=Selected directory ''{0
action.attach.external.project.warning.title=Unrecognized {0} Project
action.attach.external.project.text=Link {0} Project
configurable.GlobalLibrariesConfigurable.display.name=Global Libraries
project.directory.is.not.writable=Directory ''{0}'' doesn't seem to be writeable. Please choose another location.
project.directory.is.not.writable=Directory ''{0}'' doesn''t seem to be writeable. Please choose another location.
module.remove.last.confirmation=Are you sure you want to remove {0, choice, 1#the only module|2#all modules} from this project?\nNo files will be deleted on disk.
title.select.project.file.directory=Select {0} File Directory
dialog.title.cannot.create.0.facet=Cannot Create {0} Facet

View File

@@ -66,7 +66,7 @@ dataflow.message.passing.non.null.argument.to.optional=Passing a non-null argume
dataflow.message.passing.null.argument.to.optional=Passing <code>null</code> argument to <code>Optional</code>
dataflow.message.pointless.assignment.expression=Condition <code>#ref</code> #loc at the left side of assignment expression is always <code>{0}</code>. Can be simplified
dataflow.message.pointless.same.arguments=Arguments of '#ref' are the same. Calling this method with the same arguments is meaningless
dataflow.message.pointless.same.argument.and.result=Result of '#ref' is the same as the {0,choice,1#first|2#second} argument making the call meaningless
dataflow.message.pointless.same.argument.and.result=Result of ''#ref'' is the same as the {0,choice,1#first|2#second} argument making the call meaningless
dataflow.message.redundant.assignment=Variable is already assigned to this value
dataflow.message.redundant.instanceof=Condition <code>#ref</code> #loc is redundant and can be replaced with a null check
dataflow.message.redundant.update=Variable update does nothing

View File

@@ -159,7 +159,7 @@ copy.abstract.method.intention.name=Use existing implementation of ''{0}''
copy.abstract.method.no.existing.implementations.found=No existing implementations found
copy.abstract.method.popup.title=Choose implementation to copy
copy.abstract.method.title=Use Abstract Method Implementation
copy.paste.reference.notification=<html>{0} {0, choice, 1#import was|2#imports were} added<p><span><a href='show'>Review Added Imports...</a></span></html>
copy.paste.reference.notification=<html>{0} {0, choice, 1#import was|2#imports were} added<p><span><a href=''show''>Review Added Imports...</a></span></html>
cyclic.dependencies.progress.text=Building dependencies graph
cyclic.dependencies.scope.dialog.module.button={0} &module ''{1}''
cyclic.dependencies.scope.dialog.project.button={0} the whole &project

View File

@@ -525,7 +525,7 @@ process.methods.duplicates.title=Process Method {2} Duplicate ({0} of {1})
processing.progress.text=Processing {0}
project.files.have.been.changed=Project files have been changed.\nWould you like to to re-run the refactoring?
push.down.delete.warning.text={0}Pushing members down will result in them being deleted. Would you like to proceed?
push.down.enum.no.constants.warning.text=Enum {0} doesn't have constants to inline to.
push.down.enum.no.constants.warning.text=Enum {0} doesn''t have constants to inline to.
push.down.no.inheritors.class.warning.text=Class {0} does not have inheritors.
push.down.no.inheritors.final.class.warning.text=Final class {0} does not have inheritors.
re.run.refactoring=Re-Run Refactoring
@@ -773,7 +773,7 @@ inline.object.command.name=Inline Object
local.to.field.popup.title.choose.class.to.introduce.constant=Choose class to introduce constant
local.to.field.popup.title.choose.class.to.introduce.field=Choose class to introduce field
extract.method.gotit.signature.header=Change the method signature
extract.method.gotit.signature.message=<html><p style='margin-bottom:3px;'>1. Edit the signature</p><p style='margin-bottom:3px;'>2. Update usages: click the icon in the gutter or press {0}</p><p><font color=gray>To reorder parameters, use {1} or {2}.</font></p></html>
extract.method.gotit.signature.message=<html><p style=''margin-bottom:3px;''>1. Edit the signature</p><p style=''margin-bottom:3px;''>2. Update usages: click the icon in the gutter or press {0}</p><p><font color=gray>To reorder parameters, use {1} or {2}.</font></p></html>
extract.method.gotit.navigation.header=Looking to change the method signature?
extract.method.gotit.navigation.message=Go to the method declaration to do it:<br/>{0} the method name or press {1}.
introduce.variable.no.matching.occurrences=No matching occurrences

View File

@@ -241,7 +241,7 @@ schema.widget.checking.state.tooltip=Analyzing...
schema.reader.cant.load.file=Cannot load JSON Schema file ''{0}''
schema.reader.cant.load.model=Cannot load code model for JSON Schema file ''{0}''
schema.reader.file.too.large=JSON schema was not loaded from ''{0}'' because it's too large (file size is {1} bytes)
schema.reader.file.too.large=JSON schema was not loaded from ''{0}'' because it''s too large (file size is {1} bytes)
schema.reader.file.empty=JSON schema was not loaded from ''{0}''. File is empty
schema.reader.file.not.found.or.error=JSON Schema not found or contains error in ''{0}'': {1}

View File

@@ -56,6 +56,6 @@ import.chooser.rb.skip=Do not import settings
import.chooser.ok=OK
import.chooser.error.title=Config Directory or Installation Home Required
import.chooser.error.empty=Please select previous {0} config directory or installation home
import.chooser.error.invalid=The file {0} contains no settings to import.\nPlease make sure it was generated by 'File | Export Settings' feature.
import.chooser.error.invalid=The file {0} contains no settings to import.\nPlease make sure it was generated by ''File | Export Settings'' feature.
import.chooser.error.current=You have selected current {0} config directory or installation home
import.chooser.error.unrecognized={0} does not appear to be {1} config directory or installation home

View File

@@ -1,8 +1,8 @@
editbox.export.settings.to=Export settings to:
error.cannot.find.file=Cannot find file {0}
error.reading.settings.file=Error reading file {0}.\nPlease make sure it was generated by 'File | Export Settings' feature.\n\n{1}
error.reading.settings.file=Error reading file {0}.\nPlease make sure it was generated by ''File | Export Settings'' feature.\n\n{1}
error.reading.settings.file.2=Error reading file {0}.\n\n{1}
error.no.settings.to.import=The file {0} contains no settings to import.\nPlease make sure it was generated by 'File | Export Settings' feature.
error.no.settings.to.import=The file {0} contains no settings to import.\nPlease make sure it was generated by ''File | Export Settings'' feature.
error.writing.settings=Error writing settings.\n\n{0}
message.settings.exported.successfully=Your settings have been successfully exported.\nYou can import settings using 'File|Import Settings'.
message.settings.imported.successfully=Settings imported successfully. {0} {1} to reload the settings?

View File

@@ -364,7 +364,7 @@ run.line.marker.name=Run line marker
settings.project.startup.add.run.configurations.with.the.button=Add run configurations with the + button
settings.project.startup.run.tasks.and.tools.via.run.configurations=Run tasks and tools via run configurations
settings.project.startup.to.be.started.on.project.opening=To be started on project opening:
settings.project.startup.warning=Can not add Run Configuration ''{0}'' to Startup Tasks, since it can not be started with 'Run' action.
settings.project.startup.warning=Can not add Run Configuration ''{0}'' to Startup Tasks, since it can not be started with ''Run'' action.
settings.console.kb=\ KB
run.continue.anyway=Continue Anyway
@@ -578,7 +578,7 @@ choose.run.configuration.popup.ad.text.delete=Press {0} to Delete configuration
run.configurations.combo.action.nothing.to.run.on=Nothing to run on
project.startup.runner.notification=Project startup: {0}
project.startup.runner.notification.not.started=''{0}'' not started after {1} attempts.
project.startup.runner.notification.can.not.be.started=Run Configuration ''{0}'' can not be started with 'Run' action.
project.startup.runner.notification.can.not.be.started=Run Configuration ''{0}'' can not be started with ''Run'' action.
script.exception.file.not.found=File not found: {0}
script.exception.can.not.create.temp.file=Cannot create temporary file {0}
script.exception.can.not.write.temp.file=Cannot write temp file {0} to {1}

View File

@@ -11,7 +11,7 @@ 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>\
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.

View File

@@ -262,7 +262,7 @@ progress.title.updating.jdk.failed=Failed to download and install JDK {0}
progress.text.updating.jdk.setting.up=Configuring JDK
progress.title.checking.for.jdk.updates=Checking for JDK updates
action.title.jdk.update.found=Update JDK "{0}" to {1}
action.description.jdk.update.found=JDK update to {1} is available for JDK \'{0}\'. Current version is {2}
action.description.jdk.update.found=JDK update to {1} is available for JDK ''{0}''. Current version is {2}
notification.link.jdk.update.retry=Retry
dialog.text.resolving.sdks.item={0} "{1}"
unknown.sdk.with.no.name=<unknown>

View File

@@ -365,7 +365,7 @@ build.event.message.0.at.1={0} at {1}
build.event.title.compiler=Compiler
build.event.title.kotlin.compiler=Kotlin Compiler
error.can.t.read.from.closed.stream=Can't read from closed stream
error.can.t.append.to.closed.stream=Can't append to closed stream the following line: {0}
error.can.t.append.to.closed.stream=Can''t append to closed stream the following line: {0}
thread.name.reader.thread.for.buildoutputinstantreaderimpl.0=Reader thread for BuildOutputInstantReaderImpl@{0}
tab.title.sync=Sync
tab.title.build=Build

View File

@@ -154,7 +154,7 @@ large.file.editor.stop.searching.action.text=Stop Searching
large.file.editor.message.found.some.matches=Found {0} matches so far.
large.file.editor.message.found.some.matches.in.the.whole.file=Found {0} matches in the whole file.
large.file.editor.message.found.some.matches.in.some.bounds.of.file=Found {0} matches within {1}% to {2}% of file.
message.warning.about.regex.search.limitations=Regex search can't find matches with length longer then {0} Kb
message.warning.about.regex.search.limitations=Regex search can''t find matches with length longer then {0} Kb
iw.show.import.tooltip=Show Auto-Import Tooltip
iw.compact.view=Compact View

View File

@@ -690,7 +690,7 @@ updates.no.updates.toolbox.message=<html>All plugins are up to date.<br> \
Launch it to check if updates are available.</html>
updates.no.updates.snap.message=<html>All plugins are up to date.<br> \
{0} updates are managed by Snap.<br> \
Run the 'snap refresh' command to check for updates.</html>
Run the ''snap refresh'' command to check for updates.</html>
updates.no.updates.unknown.message=<html>All plugins are up to date.<br> \
{0} updates are managed externally by {1}.</html>
updates.plugins.ready.header=<html><b>Plugins from configured hosts are ready to update.</b><br> \
@@ -883,7 +883,7 @@ whats.new.timeout.title=Couldn't load page
whats.new.timeout.message=The content for this page cannot be loaded. Please check your internet connection.
whats.new.timeout.action=You can <a href="{0}" class="link" target="_blank">open this page in browser</a> or try again later.
# 0 - IDE name (e.g. "IntelliJ IDEA"), 1 - IDE version (e.g. "2020.3")
whats.new.notification.text={0} {1} est arriv\u00E9e! See <a href="{2}">what's new</a>.
whats.new.notification.text={0} {1} est arriv\u00E9e! See <a href="{2}">what''s new</a>.
diff.dialog.title=Diff Between ''{0}'' and ''{1}''
@@ -1013,7 +1013,7 @@ plugin.signature.not.signed=<html><body>The ''{0}'' plugin has not been digitall
jetbrains.certificate.not.found=JetBrains certificate is not found.
jetbrains.certificate.vendor=Vendor: {0}
jetbrains.certificate.invalid=JetBrains certificate is invalid. Please contact JetBrains support.
plugin.invalid.signature.result=Digital signature verification of the ''{0}'' plugin failed with the following message: ''{1}'''.
plugin.invalid.signature.result=Digital signature verification of the ''{0}'' plugin failed with the following message: ''{1}''.
plugin.signature.checker.progress=Checking plugin signature: ''{0}''
plugin.signature.checker.title=Plugin Security Warning
plugin.signature.checker.revoked.cert=<html><body>The ''{0}'' plugin has revoked the JetBrains certificate</body></html>
@@ -1146,7 +1146,7 @@ file.encoding.option.BOM=BOM for new UTF-8 files
file.encoding.option.create.utf8.files=Create UTF-8 files:
file.encoding.option.warning.always=<html> {0} will add <a>UTF-8 BOM</a> to every created file in UTF-8 encoding</html>
file.encoding.option.warning.never=<html> {0} will NOT add <a>UTF-8 BOM</a> to every created file in UTF-8 encoding</html>
file.encoding.option.warning.windows.only=<html> {0} will add <a>UTF-8 BOM</a> to every created UTF-8 file only when it's running under Windows.</html>
file.encoding.option.warning.windows.only=<html> {0} will add <a>UTF-8 BOM</a> to every created UTF-8 file only when it''s running under Windows.</html>
plugin.manager.tab.marketplace=Marketplace
plugin.manager.tab.installed=Installed
plugin.manager.options.command=Type / to see options
@@ -1496,9 +1496,9 @@ big.popup.filter.button.all=All
big.popup.filter.button.none=None
big.popup.filter.button.invert=Invert
search.everywhere.points.more=... more
search.everywhere.action.tooltip.text=Search Everywhere<br/>Press <b>{0}</b> to access <ul style='list-style-type:none;margin:0;padding:0;'>\
search.everywhere.action.tooltip.text=Search Everywhere<br/>Press <b>{0}</b> to access <ul style=''list-style-type:none;margin:0;padding:0;''>\
<li>- {1}</li><li>- Files</li><li>- Tool Windows</li><li>- Actions</li><li>- Settings</li></ul>
search.everywhere.action.tooltip.description.text=Searches for: <ul style='list-style-type:none;margin:0;padding:0;'>\
search.everywhere.action.tooltip.description.text=Searches for: <ul style=''list-style-type:none;margin:0;padding:0;''>\
<li>- {0}</li><li>- Files</li><li>- Tool Windows</li><li>- Actions</li><li>- Settings</li></ul>
search.everywhere.directory.file.type.name=Directory
filetype.search.everywhere.directory.description=File system directory
@@ -2138,7 +2138,7 @@ hashes.doesnt.match=Restored archive's hash doesn't match to original archive's
wrong.http.range.response=HTTP range response has too long line {0}
error.download.plugin.via.blockmap=Unable to download plugin via blockmap
http.multirange.response.includes.incorrect.header=HTTP multirange response includes incorrect header - {0} expected {1}
http.multirange.response.doesnt.contain.boundary=HTTP multirange response boundary line {0} doesn't contain boundary {1}
http.multirange.response.doesnt.contain.boundary=HTTP multirange response boundary line {0} doesn''t contain boundary {1}
http.multirange.response.doesnt.include.line.separator=HTTP multirange response doesn't include line separator
x.and.y={0} and {1}
@@ -2565,7 +2565,7 @@ login.dialog.eap.info.link=About EAP
login.dialog.title={0} EAP
login.dialog.log.out=Log Out\u2026
login.dialog.empty.username=Logged in
login.dialog.trouble.no.link=Couldn't start {0} EAP due to a login problem. Please <a href="{1}">contact technical support</a> for assistance.
login.dialog.trouble.no.link=Couldn''t start {0} EAP due to a login problem. Please <a href="{1}">contact technical support</a> for assistance.
login.dialog.trouble.with.redirect=Sign in to your account and copy IDE authorization token.<br/>If the browser did not open, <a href="{0}">copy link</a> and open it manually.
login.dialog.trouble.unknown=<a href="{0}">Copy link</a> and open it in browser to get IDE authorization token.
login.dialog.authorization.token.field=IDE authorization token

View File

@@ -20,7 +20,7 @@ action.RemoteServers.EditDeploymentConfig.description=Edit the selected deployme
group.RemoteServers.AddCloudConnectionGroup.text=Cloud Connection
#
run.configuration.name={0} - {1}
clouds.configure.empty.selection.string=To configure integration with {0}, click '+'
clouds.configure.empty.selection.string=To configure integration with {0}, click ''+''
remote.server.combo.create.new.server=Create new...
remote.server.combo.auto.detected.server=<{0}: Auto detected server>
remote.server.combo.no.servers=<No Servers>

View File

@@ -437,7 +437,7 @@ large.initializer.primitive.type.array.display.name=Overly large initializer for
large.initializer.primitive.type.array.problem.descriptor=Primitive array initializer with too many elements ({0}) #loc
large.initializer.primitive.type.array.maximum.number.of.elements.option=Maximum number of elements:
private.member.access.between.outer.and.inner.classes.display.name=Synthetic accessor call
private.member.access.between.outer.and.inner.classes.problem.descriptor=Access to 'private' member of class ''{0}'' requires synthetic accessor #loc
private.member.access.between.outer.and.inner.classes.problem.descriptor=Access to ''private'' member of class ''{0}'' requires synthetic accessor #loc
private.member.access.between.outer.and.inner.classes.make.local.quickfix=Make ''{0}'' package-private
private.member.access.between.outer.and.inner.classes.make.constructor.package.local.quickfix=Make ''{0}'' constructor package-private
recordstore.opened.not.safely.closed.display.name='RecordStore' opened but not safely closed
@@ -849,7 +849,7 @@ constant.math.call.problem.descriptor=Constant call to <code>#ref()</code> can b
floating.point.equality.problem.descriptor=<code>#ref</code>: floating point values compared for exact equality #loc
fallthru.in.switch.statement.problem.descriptor=Fallthrough in 'switch' statement #loc
switch.statements.without.default.problem.descriptor=<code>#ref</code> statement without 'default' branch #loc
default.not.last.case.in.switch.problem.descriptor=<code>#ref</code> branch not last case in 'switch' {0} #loc
default.not.last.case.in.switch.problem.descriptor=<code>#ref</code> branch not last case in ''switch'' {0} #loc
loop.statements.that.dont.loop.problem.descriptor=<code>#ref</code> statement does not loop #loc
conditional.expression.with.identical.branches.problem.descriptor=Conditional expression <code>#ref</code> with identical branches #loc
conditional.can.be.pushed.inside.expression.problem.descriptor=Conditional expression can be pushed inside branch #loc
@@ -1105,7 +1105,7 @@ missing.add.deprecated.javadoc.tag.quickfix=Add '@deprecated' Javadoc tag
non.protected.constructor.in.abstract.class.ignore.option=Ignore for non-public classes
public.constructor.in.non.public.class.problem.descriptor=Constructor is declared <code>#ref</code> in non-public class ''{0}'' #loc
static.inheritance.replace.quickfix=Replace inheritance with qualified references in {0}
utility.class.with.public.constructor.make.quickfix=Make {0, choice, 1#constructor|2#constructors} 'private'
utility.class.with.public.constructor.make.quickfix=Make {0, choice, 1#constructor|2#constructors} ''private''
utility.class.without.private.constructor.create.quickfix=Generate empty 'private' constructor
utility.class.without.private.constructor.make.quickfix=Make constructor 'private'
naming.convention.problem.descriptor.short={0} name <code>#ref</code> is too short ({1} < {2}) #loc
@@ -1535,7 +1535,7 @@ assertequals.between.inconvertible.types.problem.descriptor=<code>#ref()</code>
assertnotequals.between.inconvertible.types.problem.descriptor=Possible redundant assertion: incompatible types are compared ''{0}'' and ''{1}''
assertnotsame.between.inconvertible.types.problem.descriptor=Redundant assertion: incompatible types are compared ''{0}'' and ''{1}''
masked.assertion.display.name=Assertion is masked via 'catch'
masked.assertion.problem.description=''{0}'' cannot fail as it''s masked via 'catch'
masked.assertion.problem.description=''{0}'' cannot fail as it''s masked via ''catch''
enumeration.can.be.iteration.display.name=Enumeration can be iteration
enumeration.can.be.iteration.problem.descriptor=<code>#ref()</code> can be replaced with ''{0}'' construct #loc
enumeration.can.be.iteration.quickfix=Replace with 'Iterator' construct
@@ -1987,7 +1987,7 @@ invert.quickfix.family.name=Invert boolean
invert.method.quickfix=Invert method
invert.quickfix=Invert ''{0}''
throwable.printed.to.system.out.display.name='Throwable' printed to 'System.out'
throwable.printed.to.system.out.problem.descriptor='Throwable' argument <code>#ref</code> to ''System.{0}.{1}()'' call
throwable.printed.to.system.out.problem.descriptor=''Throwable'' argument <code>#ref</code> to ''System.{0}.{1}()'' call
suppress.for.tests.scope.quickfix=Suppress for 'Tests' scope
implicit.default.charset.usage.display.name=Implicit platform default charset
implicit.default.charset.usage.problem.descriptor=Call to <code>#ref()</code> uses the platform's default charset

View File

@@ -640,7 +640,7 @@ extension.point.analyzer.reason.no.ep.field=No extension point field
extension.point.analyzer.reason.element.of=Element of {0}
extension.point.analyzer.reason.extension.instance=Extension instance
extension.point.analyzer.reason.extension.list=Extension list
extension.point.analyzer.reason.return.value={0}: return value of ''{1}' (type: {2})
extension.point.analyzer.reason.return.value={0}: return value of ''{1}'' (type: {2})
extension.point.analyzer.reason.unknown.usage=Unknown usage of ExtensionPoint
extension.point.analyzer.reason.call.not.loop.value=Call is not loop's iterated value
extension.point.analyzer.reason.impure.method={0} passed to impure method, side-effect is possible (annotate as ''@Contract(pure = true)'' if this should not be so)

View File

@@ -468,7 +468,7 @@ unstash.view=&View
unstash.view.dialog.title=Paths Affected by {0}
unstash.error.can.not.unstash.changes.now=Cannot Unstash Changes Now
unstash.unstashed.with.conflicts.error.title=Unstashed with conflicts
stash.load.changes.error=Couldn't load changes in root {0} in stash resolved to {1}
stash.load.changes.error=Couldn''t load changes in root {0} in stash resolved to {1}
update.options.display.name=Git Update Settings
update.notification.update.error=Can't update

View File

@@ -6,7 +6,7 @@ gradle.filetype.display.name=Groovy Gradle DSL
gradle.settings.text.default=Default
gradle.settings.text.distribution=Use Gradle from:
gradle.settings.text.distribution.bundled=Bundled with IDE (version {})
gradle.settings.text.distribution.bundled=Bundled with IDE (version {0})
gradle.settings.text.distribution.wrapper='gradle-wrapper.properties' file
gradle.settings.text.distribution.wrapper.task='wrapper' task in Gradle build script
gradle.settings.text.distribution.location=Specified location
@@ -19,7 +19,7 @@ gradle.settings.text.vm.options.link.tooltip=This setting is deprecated, please
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\
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

View File

@@ -248,8 +248,8 @@ inspection.message.modifier.sealed.cannot.be.applied.to.enum.class=Modifier 'sea
inspection.message.modifier.non.sealed.cannot.be.applied.to.enum.class=Modifier 'non-sealed' cannot be applied to enum class
inspection.message.annotation.sealed.cannot.be.applied.to.enum.class=Annotation '@Sealed' cannot be applied to enum class
inspection.message.annotation.non.sealed.cannot.be.applied.to.enum.class=Annotation '@NonSealed' cannot be applied to enum class
inspection.message.invalid.permits.clause.must.be.sealed=Invalid 'permits' clause: ''{0}'' must be sealed
inspection.message.invalid.permits.clause.must.directly.extend=Invalid 'permits' clause: ''{0}'' must directly extend ''{1}''
inspection.message.invalid.permits.clause.must.be.sealed=Invalid ''permits'' clause: ''{0}'' must be sealed
inspection.message.invalid.permits.clause.must.directly.extend=Invalid ''permits'' clause: ''{0}'' must directly extend ''{1}''
inspection.message.modifier.non.sealed.redundant=Modifier 'non-sealed' is redundant
inspection.message.not.allowed.in.sealed.hierarchy=''{0}'' is not allowed in the sealed hierarchy
inspection.message.interface.has.no.explicit.or.implicit.implementors=Interface ''{0}'' has no explicit or implicit permitted implementers
@@ -606,7 +606,7 @@ inspection.message.ref.statement.cannot.complete.without.throwing.exception=<cod
inspection.message.code.ref.code.recurses.infinitely.can.only.complete.by.throwing.exception=<code>#ref</code> recurses infinitely, and can only complete by throwing an exception #loc
inspection.message.instance.method.name.ref.too.short=Instance method name '#ref' is too short
inspection.message.instance.method.name.ref.too.long=Instance method name '#ref' is too long
inspection.message.instance.method.name.ref.doesnt.match.regex=Instance method name '#ref' doesn''t match regex ''{0}'' #loc
inspection.message.instance.method.name.ref.doesnt.match.regex=Instance method name ''#ref'' doesn''t match regex ''{0}'' #loc
inspection.message.instance.variable.name.ref.too.short=Instance variable name '#ref' is too short
inspection.message.instance.variable.name.ref.too.long=Instance variable name '#ref' is too long
inspection.message.couldnt.find.property.field.with.this.name=Couldn''t find property or field with this name #loc

View File

@@ -9,11 +9,11 @@ error.incompatible.libraries.newer=These libraries were compiled with a newer Ko
error.incompatible.libraries.older=These libraries were compiled with an older Kotlin/Native compiler and can't be read in IDE.
error.incompatible.libraries.recipe=Please edit Gradle buildfile(s) to use Kotlin Gradle plugin version {0}. Then re-import the project in IDE.
error.incompatible.3p.libraries.newer=There {0,choice,1#is a third-party library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with a newer Kotlin/Native compiler and can't be read in IDE:
error.incompatible.3p.libraries.older=There {0,choice,1#is a third-party library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with an older Kotlin/Native compiler and can't be read in IDE:
error.incompatible.3p.libraries.newer=There {0,choice,1#is a third-party library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with a newer Kotlin/Native compiler and can''t be read in IDE:
error.incompatible.3p.libraries.older=There {0,choice,1#is a third-party library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with an older Kotlin/Native compiler and can''t be read in IDE:
error.incompatible.3p.libraries.recipe=Please edit Gradle buildfile(s) and specify library a version compatible with Kotlin/Native {0}. Then re-import the project in IDE.
error.incompatible.user.libraries.newer=There {0,choice,1#is a library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with a newer Kotlin/Native compiler and can't be read in IDE:
error.incompatible.user.libraries.older=There {0,choice,1#is a library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with an older Kotlin/Native compiler and can't be read in IDE:
error.incompatible.user.libraries.newer=There {0,choice,1#is a library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with a newer Kotlin/Native compiler and can''t be read in IDE:
error.incompatible.user.libraries.older=There {0,choice,1#is a library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with an older Kotlin/Native compiler and can''t be read in IDE:
error.incompatible.user.libraries.recipe=Please edit Gradle buildfile(s) to use Kotlin Gradle plugin version {0}. Then rebuild the project and re-import it in IDE.
library.name.0.at.1.relative.root="{0}" at {1}

View File

@@ -1323,7 +1323,7 @@ reports.only.function.calls.from.kotlinx.coroutines=Report only function calls f
deferred.result.is.never.used='Deferred' result is unused
function.0.returning.1.without.the.corresponding=Function ''{0}'' returning ''{1}'' without the corresponding function ''{2}'' returning ''{3}''
redundant.async.call.may.be.reduced.to.0=Redundant ''async'' call may be reduced to ''{0}''
redundant.runcatching.call.may.be.reduced.to.0=Redundant 'runCatching' call may be reduced to ''{0}''
redundant.runcatching.call.may.be.reduced.to.0=Redundant ''runCatching'' call may be reduced to ''{0}''
rename.to.fix.text=Rename to ''{0}''
rename.only.current.0=Rename only current {0,choice,1#function|2#property}
rename.base.0=Rename base {0,choice,1#function|2#property|3#member|4#method|11#functions|12#properties|13#members|14#methods}
@@ -1666,8 +1666,8 @@ function.0=function ''{0}''
looking.for.usages.in.java.files=Looking for usages in Java files\u2026
add.return.at.0=Add ''return@{0}''
add.0.to.argument=Add ''{0} ='' to argument
add.val.var.to.parameter.0=Add 'val'/'var' to parameter ''{0}''
add.val.to.parameter.0=Add 'val' to parameter ''{0}''
add.val.var.to.parameter.0=Add ''val''/''var'' to parameter ''{0}''
add.val.to.parameter.0=Add ''val'' to parameter ''{0}''
add.val.var.to.primary.constructor.parameter=Add 'val'/'var' to a primary constructor parameter
make.primary.constructor.0=Make primary constructor {0}
change.visibility.modifier=Change visibility modifier

View File

@@ -80,7 +80,7 @@ maven.effective.pom.failed.title=Error
maven.offline.mode.switched.off.notification=Maven Offline Mode was switched off
maven.module.remove.failed=Failed to remove project
maven.module.remove.failed.explanation=You can not remove {0} because it's imported as a module of another project {1}. You can use Ignore action. Only root project can be removed.
maven.module.remove.failed.explanation=You can not remove {0} because it''s imported as a module of another project {1}. You can use Ignore action. Only root project can be removed.
maven.run.configuration.remove.confirm=Delete "{0}"?
@@ -234,7 +234,7 @@ maven.quickfix.jvm.options.config.file= - Check your .mvn/jvm.config in module {
maven.quickfix.jvm.options.run.configuration= - Check your maven run configuration. Tab runner - VM options. <a href="{0}">Open Maven run configuration</a>.
maven.quickfix.jvm.options.runner.settings= - Check your maven runner VM options. <a href="{0}">Open Maven Runner settings</a>.
maven.quickfix.jvm.options.import.settings= - Check your maven import VM options. <a href="{0}">Open Maven Importing settings</a>.
maven.quickfix.maven.config.file=Error parsing '.mvn/maven.config' file. <a href="{0}">Open Maven config</a>.
maven.quickfix.maven.config.file=Error parsing ''.mvn/maven.config'' file. <a href="{0}">Open Maven config</a>.
wsl.misconfigured.title=WSL configuration issue
wsl.does.not.have.configured.maven={0} does not have configured Maven
wsl.does.not.have.configured.jdk={0} does not have configured JDK

View File

@@ -52,8 +52,8 @@ maven.run.configuration.description=Maven build
maven.select.working.directory=Select Maven Working Directory
maven.runner.parameters.title=Parameters
maven.invalid.config.file.with.link=Error parsing '.mvn/maven.config' file: {0} <br> <a href="#">Fix maven config</a>
maven.invalid.config.file=Error parsing '.mvn/maven.config' file: {0}
maven.invalid.config.file.with.link=Error parsing ''.mvn/maven.config'' file: {0} <br> <a href="#">Fix maven config</a>
maven.invalid.config.file=Error parsing ''.mvn/maven.config'' file: {0}
maven.resume.from.title=Resume Build From Specified Module

View File

@@ -25,7 +25,7 @@ packagesearch.inspection.upgrade.key.maven=Check for new dependency versions (Ma
packagesearch.inspection.upgrade.description=Upgrade available to version ''{0}''
packagesearch.operation.error.gradle.missing.configuration=Missing Gradle configuration
packagesearch.operation.error.message.invalidPackage={0} \u2014 Unable to {1} dependency ''{2}'' as it's not a valid dependency
packagesearch.operation.error.message.invalidPackage={0} \u2014 Unable to {1} dependency ''{2}'' as it''s not a valid dependency
packagesearch.operation.error.message.unsupportedBuildSystem={0} \u2014 Unable to {1} {2}: unsupported build system {3}
packagesearch.operation.error.subtitle.allFailed=All operations failed
packagesearch.operation.error.subtitle.someFailed=Some operations failed

View File

@@ -43,4 +43,4 @@ run.morphing.action=Run Morphing action
run.0.quickfix=Run ''{0}'' QuickFix
palette.item.deprecated.message=<b>This item is deprecated in version "{0}".<br>
palette.item.deprecated.tooltip=<html><body><center><b>{0}</b>{1}</center><p style='width: 300px'>{2}{3}</p></body></html>
palette.item.deprecated.tooltip=<html><body><center><b>{0}</b>{1}</center><p style=''width: 300px''>{2}{3}</p></body></html>

View File

@@ -793,7 +793,7 @@ debugger.cython.extension.non.zero.exit.code=Non-zero exit code ({0}): \n{1}
debugger.cython.please.enter.your.password.to.compile.cython.extensions=Enter your password to compile cython extensions:
debugger.warning.message=This option may slow down the debugger
debugger.connected.to.pydev.debugger.build=Connected to pydev debugger (build {0})\n
debugger.warning.wrong.debugger.version=Warning: wrong debugger version. Use pycharm-debugger.egg from PyCharm installation folder\nOr execute: 'pip install pydevd-pycharm~=%{0}'\n
debugger.warning.wrong.debugger.version=Warning: wrong debugger version. Use pycharm-debugger.egg from PyCharm installation folder\nOr execute: ''pip install pydevd-pycharm~=%{0}''\n
debugger.pydev.console.pause.the.process.to.use.command.line=Pause the process to use command-line.
debugger.debug.process.running=Process is running
debugger.remote.starting.debug.server.at.port=Starting debug server at port {0}\n

View File

@@ -24,7 +24,7 @@ python.onboarding.run.sample=Choose {0} or try the {1}.
python.onboarding.temporary.configuration.description=<ide/> has just created a temporary run configuration. You can find it in the Run toolbar. With this toolbar, you can execute popular running actions for the selected configuration, such as running {0}, debugging {1}, profiling code {2}, and running your code with coverage {3}.
python.onboarding.balloon.click.here=Click here to set a breakpoint
python.onboarding.toggle.breakpoint.1=You may notice that instead of the expected value of {0}, the {1} method returns {2}. \
Let's stop at the return statement to debug the problematic code.
Let''s stop at the return statement to debug the problematic code.
python.onboarding.toggle.breakpoint.2=Click the gutter in the highlighted area to set a breakpoint.
python.onboarding.balloon.start.debugging=Click the icon to start debugging
python.onboarding.start.debugging=Click the {0} icon to start the debugging process.