i18n: Add bundle for JVM debugger (coroutine)

This commit is contained in:
Yan Zhulanow
2020-02-18 21:02:16 +09:00
committed by Dmitry Gridin
parent e0d5607fcd
commit 7f80fb8b98
10 changed files with 86 additions and 27 deletions
@@ -242,13 +242,6 @@ kotlin.compiler.js.option.output.postfix.browse.title=Choose file to append to g
kotlin.compiler.js.option.output.copy.files=&Copy library runtime files
kotlin.compiler.js.option.output.copy.dir=O&utput directory for library &runtime files:
# Coroutine Debugger
debugger.session.tab.coroutine.title=Coroutines
debugger.session.tab.coroutine.message.failure=Failed to retrieve coroutine status
debugger.session.tab.coroutine.message.resume=Application resumed
debugger.session.tab.coroutine.message.error=Coroutine dump failed, see log
debugger.session.tab.xcoroutine.title=Coroutines
# Android Lint
android.klint.inspections.group.name=Android Lint for Kotlin