i18n: Add bundle for JVM debugger (evaluation)

This commit is contained in:
Yan Zhulanow
2020-02-18 21:26:49 +09:00
committed by Dmitry Gridin
parent 7f80fb8b98
commit 830c7cef07
8 changed files with 75 additions and 24 deletions
@@ -120,7 +120,6 @@ create.local.variable.from.usage=Create local variable ''{0}''
create.parameter.from.usage=Create parameter ''{0}''
surround.with.string.template="${expr}"
surround.with.when.template=when (expr) {}
surround.with.runtime.type.cast.template=(expr as RuntimeType)
surround.with.function.template={ }
kotlin.code.transformations=Kotlin Code Transformations
fold.if.to.call=Replace 'if' expression with method call