i18n: add bundle for idea/refactoring/pushDown
This commit is contained in:
committed by
Dmitry Gridin
parent
37e1333fe1
commit
4fc76e25a8
@@ -854,10 +854,16 @@ selected.code.fragment.has.multiple.output.values=Selected code fragment has mor
|
||||
selected.code.fragment.has.output.values.and.exit.points=Selected code fragment has output values as well as alternative exit points
|
||||
setter.of.0.will.become.invisible.after.extraction = Setter of {0} will become invisible after extraction
|
||||
text.0.1.must.be.moved.with.sealed.parent.class.and.all.its.subclasses={0} ''{1}'' must be moved with sealed parent class and all its subclasses
|
||||
text.0.already.contains.1={0} already contains {1}
|
||||
text.0.already.contains.nested.class.1={0} already contains nested class named {1}
|
||||
text.0.have.no.inheritors.warning={0} doesn''t have inheritors\nPushing members down will result in them being deleted. Would you like to proceed?
|
||||
text.0.in.1.will.override.corresponding.member.of.2.after.refactoring={0} in {1} will override corresponding member of {2} after refactoring
|
||||
text.0.inherits.from.1.it.will.not.be.affected.by.refactoring={0} inherits from {1}.\nIt won''t be affected by the refactoring
|
||||
text.0.is.invalid.destination.package=''{0}'' is invalid destination package name
|
||||
text.0.is.not.allowed.in.the.target.context=''{0}'' is not allowed in the target context
|
||||
text.0.is.not.valid.package.name={0} is not a valid package name
|
||||
text.0.to.inline={0} to inline
|
||||
text.0.uses.1.which.is.not.accessible.from.2={0} uses {1}, which is not accessible from the {2}
|
||||
text.0.uses.1.which.will.be.inaccessible.after.move={0} uses {1} which will be inaccessible after move
|
||||
text.0.uses.1.which.will.not.be.accessible.from.subclass={0} uses {1} which won''t be accessible from the subclass.
|
||||
text.0.uses.internal.1.which.will.be.inaccessible.after.move={0} uses internal {1} which will be inaccessible after move
|
||||
@@ -881,6 +887,7 @@ text.choose.containing.file=Choose Containing File
|
||||
text.class.0.already.contains.member.1={0} already contains {1}
|
||||
text.class.0.already.exists.in.package.1=Class {0} already exists in package {1}
|
||||
text.class.0.already.exists.in.the.target.scope=Class {0} already exists in the target scope
|
||||
text.class.0.is.final={0} is final
|
||||
text.constructor=constructor
|
||||
text.create.destructuring.declaration=Create destructuring declaration
|
||||
text.create.single.variable=Create single variable
|
||||
@@ -934,6 +941,7 @@ text.no.elements.to.move.are.selected=No elements to move are selected
|
||||
text.no.files.to.move=There is no given files to move
|
||||
text.no.name.provided.for.type.alias=No name provided for type alias
|
||||
text.no.package.corresponds.to.directory=No package corresponds to this directory
|
||||
text.non.kotlin.0.will.not.be.affected.by.refactoring=Non-Kotlin {0} won''t be affected by the refactoring
|
||||
text.package.directive.dont.match.file.location=Package directive doesn't match file location
|
||||
text.parameter.0=parameter ''{0}''
|
||||
text.parameter.name=Parameter &name:\u0020
|
||||
@@ -949,6 +957,7 @@ text.property.in.ticks.0=property ''{0}''
|
||||
text.property.with.getter=property with getter
|
||||
text.property.with.initializer=property with initializer
|
||||
text.property=property
|
||||
text.pushed.member.will.not.be.available.in.0=Pushed member won''t be available in ''{0}''
|
||||
text.qualified.call.will.not.be.processed.0=Qualified call won''t be processed: {0}
|
||||
text.receiver.can.t.be.safely.transformed.to.value.argument=Receiver can''t be safely transformed to value argument: {0}
|
||||
text.receiver=receiver
|
||||
|
||||
Reference in New Issue
Block a user