chore: small lang file cleanup
This commit is contained in:
parent
a32068ce23
commit
66d76b99a4
1 changed files with 0 additions and 7 deletions
|
@ -1,13 +1,7 @@
|
||||||
dialog.title.download.debugger=Download Debugger
|
|
||||||
notification.nativedebug.title=Zig native debugger
|
|
||||||
notification.nativedebug.text=You need to install the "Native Debugging Support" plugin for Zig debugging in this IDE!
|
|
||||||
notification.nativedebug.market=Install from Marketplace
|
|
||||||
notification.nativedebug.browser=Open in Browser
|
|
||||||
notification.title.debugger=Debugger
|
notification.title.debugger=Debugger
|
||||||
notification.content.debugger.successfully.downloaded=Debugger successfully downloaded
|
notification.content.debugger.successfully.downloaded=Debugger successfully downloaded
|
||||||
notification.content.debugger.downloading.failed=Debugger downloading failed
|
notification.content.debugger.downloading.failed=Debugger downloading failed
|
||||||
notification.content.debugger.metadata.downloading.failed=Debugger metadata downloading failed, switching to fallback
|
notification.content.debugger.metadata.downloading.failed=Debugger metadata downloading failed, switching to fallback
|
||||||
notification.content.debugger.metadata.fallback.fetch.failed=Debugger fallback metadata fetch failed
|
|
||||||
notification.content.debugger.metadata.fallback.parse.failed=Debugger fallback metadata parse failed
|
notification.content.debugger.metadata.fallback.parse.failed=Debugger fallback metadata parse failed
|
||||||
settings.debugger.toolchain.download.debugger.automatically.checkbox=Download and update the debugger automatically
|
settings.debugger.toolchain.download.debugger.automatically.checkbox=Download and update the debugger automatically
|
||||||
settings.debugger.title=Zig
|
settings.debugger.title=Zig
|
||||||
|
@ -15,7 +9,6 @@ settings.debugger.toolchain.debugger.label=Debugger:
|
||||||
settings.debugger.toolchain.download.comment=Need to be <a>downloaded</a>
|
settings.debugger.toolchain.download.comment=Need to be <a>downloaded</a>
|
||||||
settings.debugger.toolchain.update.comment=Need to be <a>updated</a>
|
settings.debugger.toolchain.update.comment=Need to be <a>updated</a>
|
||||||
settings.debugger.toolchain.use.clion.toolchains=Use Clion toolchains instead
|
settings.debugger.toolchain.use.clion.toolchains=Use Clion toolchains instead
|
||||||
notification.content.debugger.need.download=You need to download/update the debugger before you can run debugging! (Settings | Build, Execution, Deployment | Debugging -> Zig)
|
|
||||||
debugger.run.unavailable=Unable to Run Debugger
|
debugger.run.unavailable=Unable to Run Debugger
|
||||||
debugger.run.unavailable.reason.download=Debugger is not downloaded yet
|
debugger.run.unavailable.reason.download=Debugger is not downloaded yet
|
||||||
debugger.run.unavailable.reason.download.button=Download
|
debugger.run.unavailable.reason.download.button=Download
|
||||||
|
|
Loading…
Add table
Reference in a new issue