2024-05-31 23:11:56 +02:00
inlayprovider = ZLS Inlay Provider
notif-zb = ZigBrains general notification
notif-zig-project = Zig project notification
2024-07-04 16:28:51 +02:00
notif-zls-error = ZLS notification
2024-05-31 23:11:56 +02:00
notif-debug-info = ZigBrains debugger info
notif-debug-warn = ZigBrains debugger warning
notif-debug-error = ZigBrains debugger error
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.content.debugger.successfully.downloaded = Debugger successfully downloaded
notification.content.debugger.downloading.failed = Debugger downloading failed
2024-07-31 19:45:00 +02:00
notification.content.debugger.metadata.downloading.failed = Debugger metadata downloading failed, switching to fallback
2024-07-18 10:40:10 +02:00
notification.content.debugger.metadata.fallback.fetch.failed = Debugger fallback metadata fetch failed
notification.content.debugger.metadata.fallback.parse.failed = Debugger fallback metadata parse failed
2024-05-31 23:11:56 +02:00
settings.debugger.toolchain.download.debugger.automatically.checkbox = Download and update the debugger automatically
settings.debugger.title = Zig
settings.debugger.toolchain.debugger.label = Debugger:
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.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)
unable.to.run.debugger = Unable to Run Debugger
2024-08-06 18:08:44 +02:00
toolwindow.stripe.zigbrains.build = Zig Build
build.tool.window.tree.steps.label = Steps
build.tool.window.status.not-scanned = Build steps not yet scanned. Click the refresh button.
build.tool.window.status.loading = Running zig build -l
build.tool.window.status.error.missing-build-zig = No build.zig file found
build.tool.window.status.error.missing-toolchain = No zig toolchain configured
build.tool.window.status.error.general = Error while running zig build -l
build.tool.window.status.timeout = zig build -l timed out after {0} seconds.