i18n: Add bundle for JVM debugger (core)

This commit is contained in:
Yan Zhulanow
2020-02-18 20:39:48 +09:00
committed by Dmitry Gridin
parent b0cd9911a4
commit e0d5607fcd
12 changed files with 74 additions and 34 deletions
@@ -0,0 +1,21 @@
find.inline.calls.task.compute.names=Compute class names for declaration {0}
find.inline.calls.task.cancelled=Debugger can skip some executions of {0} because the computation of class names was interrupted
alternative.sources.notification.title=Alternative source available for file {0}
alternative.sources.notification.disable=Disable
function.breakpoint.tab.title=Kotlin Function Breakpoints
function.breakpoint.initialize=Initialize function breakpoint
function.breakpoint.cancel.emulation=Cancel emulation
line.breakpoint.tab.title=Kotlin Line Breakpoints
line.breakpoint=Line breakpoint
line.and.lambda.breakpoint=Line and {0,choice,1#Lambda|2#Lambdas} Breakpoints
filter.ignore.internal.classes=Do not step into Kotlin runtime library implementation classes
variables.calculate.delegated.property.values=Calculate values of delegated properties (may affect program execution)
field.watchpoint.tab.title=Kotlin Field Watchpoints
field.watchpoint.properties.access=Field &access
field.watchpoint.properties.modification=Field &modification
field.watchpoint.properties.initialization=Field &initialization