i18n: add bundle for idea/inspections/*
This commit is contained in:
@@ -1245,4 +1245,68 @@ step.2.0.of.1=Step 2: {0} of {1}
|
||||
step.3.0.of.1=Step 3: {0} of {1}
|
||||
title.done=Done
|
||||
revert.applied.imports=revert applied imports
|
||||
delete.0=delete {0}
|
||||
delete.0=delete {0}
|
||||
replace.if.expression.with.elvis.expression=Replace 'if' expression with elvis expression
|
||||
report.also.on.statement=Report also on statement
|
||||
if.then.foldable.to=If-Then foldable to '?:'
|
||||
replace.if.expression.with.safe.access.expression=Replace 'if' expression with safe access expression
|
||||
remove.redundant.if.expression=Remove redundant 'if' expression
|
||||
replace.if.expression.with.safe.cast.expression=Replace 'if' expression with safe cast expression
|
||||
simplify.foldable.if.then=Simplify foldable if-then
|
||||
foldable.if.then=Foldable if-then
|
||||
introduce.when.subject=Introduce 'when' subject
|
||||
when.with.subject.should.be.used='when' with subject should be used
|
||||
introduce.0.as.subject.0.when=Introduce ''{0}'' as subject of ''when''
|
||||
convert.call.chain.into.sequence.fix.text=Convert call chain into 'Sequence'
|
||||
call.chain.length.to.transform=Call chain length to transform:
|
||||
call.chain.on.collection.could.be.converted.into.sequence.to.improve.performance=Call chain on collection could be converted into 'Sequence' to improve performance
|
||||
remove.useless.call.fix.text=Remove useless call
|
||||
rename.useless.call.fix.text=Change call to ''{0}''
|
||||
call.chain.on.collection.type.may.be.simplified=Call chain on collection type may be simplified
|
||||
0.call.could.be.simplified.to.1={0} call could be simplified to {1}
|
||||
simplify.call.fix.text=Convert ''{0}'' call to ''{1}''
|
||||
simplify.call.chain.fix.text=Merge call chain to ''{0}''
|
||||
call.on.collection.type.may.be.reduced=Call on collection type may be reduced
|
||||
useless.call.on.collection.type=Useless call on collection type
|
||||
this.call.is.useless.with=This call is useless with ?.
|
||||
useless.call.on.not.null.type=Useless call on not-null type
|
||||
call.on.not.null.type.may.be.reduced=Call on not-null type may be reduced
|
||||
replace.total.order.equality.with.ieee.754.equality=Replace total order equality with IEEE 754 equality
|
||||
replace.with.binary.operator=Replace with binary operator
|
||||
call.replaceable.with.binary.operator=Call replaceable with binary operator
|
||||
replace.get.or.set.call.with.indexing.operator=Replace get or set call with indexing operator
|
||||
should.be.replaced.with.indexing=Should be replaced with indexing
|
||||
replace.0.call.with.indexing.operator=Replace ''{0}'' call with indexing operator
|
||||
function.returning.0.with.a.name.that.does.not.end.with.1=Function returning {0} with a name that does not end with {1}
|
||||
add.call.or.unwrap.type.fix.text=Add ''.{0}()'' to function result (breaks use-sites!)
|
||||
add.call.or.unwrap.type.fix.text1=Unwrap ''{0}'' return type (breaks use-sites!)
|
||||
reports.only.function.calls.from.kotlinx.coroutines=Reports only function calls from kotlinx.coroutines
|
||||
deferred.result.is.never.used=Deferred result is never used
|
||||
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}''
|
||||
rename.to.fix.text=Rename to ''{0}''
|
||||
wrap.with.coroutine.scope.fix.text=Wrap function body with 'coroutineScope { ... }'
|
||||
wrap.with.coroutine.scope.fix.text2=Wrap call with 'coroutineScope { ... }'
|
||||
wrap.with.coroutine.scope.fix.text3=Remove receiver & wrap with 'coroutineScope { ... }'
|
||||
wrap.with.coroutine.scope.fix.family.name=Wrap with coroutineScope
|
||||
ambiguous.coroutinecontext.due.to.coroutinescope.receiver.of.suspend.function=Ambiguous coroutineContext due to CoroutineScope receiver of suspend function
|
||||
replace.with.kotlin.analog.function.family.name=Replace with Kotlin analog
|
||||
should.be.replaced.with.kotlin.function=Should be replaced with Kotlin function
|
||||
replace.with.kotlin.analog.function.text=Replace with `'{0}`' function
|
||||
add.documentation.fix.text=Add documentation
|
||||
missing.documentation=Missing documentation
|
||||
0.is.missing.documentation={0} is missing documentation
|
||||
library.should.be.updated.to.be.compatible.with.kotlin.1.3=Library should be updated to be compatible with Kotlin 1.3
|
||||
it.s.prohibited.to.call.0.with.min.value.step.since.1.3=It's prohibited to call {0} with MIN_VALUE step since 1.3
|
||||
obsolete.coroutine.usage.in.whole.fix.family.name=Fix experimental coroutines usages in the project
|
||||
apply.in.the.project.0=Apply in the project: {0}
|
||||
obsolete.coroutine.usage.fix.family.name=Fix experimental coroutines usage
|
||||
0.is.expected.to.be.used.since.kotlin.1.3=`'{0}`' is expected to be used since Kotlin 1.3
|
||||
methods.are.absent.in.coroutines.class.since.1.3=Methods are absent in coroutines class since 1.3
|
||||
experimental.coroutines.usages.are.obsolete.since.1.3=Experimental coroutines usages are obsolete since 1.3
|
||||
replace.substring.call.with.droplast.call=Replace 'substring' call with 'dropLast' call
|
||||
replace.substring.call.with.indexing.operation.call=Replace 'substring' call with indexing operation call
|
||||
replace.substring.call.with.substringbefore.call=Replace 'substring' call with 'substringBefore' call
|
||||
replace.substring.call.with.substringafter.call=Replace 'substring' call with 'substringAfter' call
|
||||
replace.substring.call.with.take.call=Replace 'substring' call with 'take' call
|
||||
Reference in New Issue
Block a user