i18n: fix bundle messages/testData messages where necessary

GitOrigin-RevId: 4ca82723b10e327a8b9f94d82e7e827de0810953
This commit is contained in:
Roman Golyshev
2020-02-27 14:43:41 +03:00
committed by intellij-monorepo-bot
parent db60fd6464
commit 0eb15e207a
115 changed files with 163 additions and 163 deletions

View File

@@ -19,5 +19,5 @@ 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
error.cant.find.variable=Cannot find local variable ''{0}'' with type {1}
error.cant.find.class=Cannot find class ''{0}'' in the current ClassLoader