i18n: Add bundle for JVM debugger (evaluation)
This commit is contained in:
committed by
Dmitry Gridin
parent
7f80fb8b98
commit
830c7cef07
+23
@@ -0,0 +1,23 @@
|
||||
surround.with.runtime.type.cast.template=(expr as RuntimeType)
|
||||
|
||||
j2k.expression=Convert Java expression to Kotlin in Evaluate Expression
|
||||
|
||||
error.suspend.calls.not.supported=Evaluation of 'suspend' calls is not supported
|
||||
error.nothing.initialization='Nothing' can't be instantiated
|
||||
error.crossinline.lambda.evaluation=Evaluation of 'crossinline' lambdas is not supported
|
||||
|
||||
error.cant.evaluate=Can not evaluate the expression
|
||||
error.bad.context=Couldn't evaluate Kotlin expression in this context
|
||||
error.dumb.mode=Code fragment evaluation is not available in the dumb mode
|
||||
error.thread.unavailable=Cannot evaluate a code fragment: thread is not available
|
||||
error.thread.not.suspended=Evaluation is available only for the suspended threads
|
||||
error.creating.class.loader=Error creating evaluation class loader: {0}
|
||||
error.class.definition=Error during classes definition: {0}
|
||||
error.exception.occurred=An exception occurred
|
||||
|
||||
error.coroutine.context.unavailable='coroutineContext' is not available
|
||||
error.not.captured=''{0}'' is not captured
|
||||
error.cant.find.backing.field=Cannot find the backing field ''{0}''
|
||||
error.parameter.evaluation.default.methods=Parameter evaluation is not supported for '$default' methods
|
||||
error.cant.find.variable=Can not find local variable ''{0}'' with type {1}
|
||||
error.cant.find.class=Can not find class ''{0}'' in the current ClassLoader
|
||||
Reference in New Issue
Block a user