i18n: update bundle for jvm-debugger

GitOrigin-RevId: fbd608a94f62ea4942c21567f60d6ac2a0fd0505
This commit is contained in:
Dmitry Gridin
2020-03-10 21:50:56 +07:00
committed by intellij-monorepo-bot
parent 3f8c61ea4b
commit 2649d44d8a
11 changed files with 45 additions and 15 deletions

View File

@@ -20,4 +20,7 @@ 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=Cannot find local variable ''{0}'' with type {1}
error.cant.find.class=Cannot find class ''{0}'' in the current ClassLoader
error.cant.find.class=Cannot find class ''{0}'' in the current ClassLoader
java.field=Java field
backing.field=Backing field
wrap.with.tostring=Wrap with 'toString()'