ZigBrains/core/src/main/resources/zigbrains/Bundle.properties

151 lines
8.4 KiB
Properties
Raw Normal View History

2024-10-31 01:15:09 +01:00
notification.group.zigbrains-direnv=ZigBrains direnv
notification.title.direnv-blocked=Direnv not allowed
notification.content.direnv-blocked=Run `direnv allow in a terminal inside the project directory to allow ZigBrains to run direnv
notification.title.direnv-error=Direnv error
notification.content.direnv-error=Could not import direnv: {0}
intention.family.name.make-string-multiline=Convert to multiline
intention.family.name.make-string-quoted=Convert to quoted
zig.file.description=ZigLang file
configurable.name.zig-color-settings-page=Zig
zig.color-settings.bad-char=Bad character
zig.color-settings.builtin=Builtin
zig.color-settings.char=Character literal
zig.color-settings.comment=Comment//Regular
zig.color-settings.comment-doc=Comment//Documentation
zig.color-settings.enum-ref=Enum//Reference
zig.color-settings.enum-decl=Enum//Declaration
zig.color-settings.enum-member-decl=Enum//Member//Declaration
zig.color-settings.enum-member-ref=Enum//Member//Reference
zig.color-settings.error-tag-decl=Error tag//Declaration
zig.color-settings.error-tag-ref=Error tag//Reference
zig.color-settings.function-decl=Function//Declaration
zig.color-settings.function-decl-gen=Function//Declaration//Generic
zig.color-settings.function-ref=Function//Reference
zig.color-settings.function-ref-gen=Function//Reference//Generic
zig.color-settings.keyword=Keyword
zig.color-settings.label-decl=Label//Declaration
zig.color-settings.label-ref=Label//Reference
zig.color-settings.method-decl=Method//Declaration
zig.color-settings.method-decl-gen=Method//Declaration//Generic
zig.color-settings.method-ref=Method//Reference
zig.color-settings.method-ref-gen=Method//Reference//Generic
zig.color-settings.namespace-decl=Namespace//Declaration
zig.color-settings.namespace-ref=Namespace//Reference
zig.color-settings.number=Number
zig.color-settings.operator=Operator
zig.color-settings.parameter=Parameter
zig.color-settings.property-decl=Property//Declaration
zig.color-settings.property-ref=Property//Reference
zig.color-settings.string=String
zig.color-settings.string-esc-v=String//Escape
zig.color-settings.string-esc-i-c=String//Escape//Invalid char
zig.color-settings.string-esc-i-u=String//Escape//Invalid unicode
zig.color-settings.struct-decl=Struct//Declaration
zig.color-settings.struct-ref=Struct//Reference
zig.color-settings.type-decl=Type//Declaration
zig.color-settings.type-decl-gen=Type//Declaration//Generic
zig.color-settings.type-ref=Type//Reference
zig.color-settings.type-ref-gen=Type//Reference//Generic
zig.color-settings.type-param=Type parameter//Reference
zig.color-settings.type-param-decl=Type parameter//Declaration
zig.color-settings.variable-decl=Variable//Declaration
zig.color-settings.variable-decl-depr=Variable//Declaration//Deprecated
zig.color-settings.variable-ref=Variable//Reference
zig.color-settings.variable-ref-depr=Variable//Reference//Deprecated
zon.file.description=Zig object notation file
2024-10-31 23:05:38 +01:00
notification.group.zigbrains=ZigBrains
notification.title.native-debug=Zig native debugger
notification.content.native-debug=You need to install the "Native Debugging Support" plugin for Zig debugging in this IDE!
notification.content.native-debug.market=Install from Marketplace
notification.content.native-debug.browser=Open in Browser
2024-11-02 23:08:57 +01:00
dialog.title.working-directory=Select Working Directory
dialog.title.zig-toolchain=Path to the Zig Toolchain
dialog.title.zig-std=Path to the Standard Library
exec.type.run.label=Zig Run
exec.type.test.label=Zig Test
exec.type.build.label=Zig Build
2024-11-02 23:08:57 +01:00
exec.option.label.working-directory=&Working directory:
exec.option.label.direnv=Use direnv
exec.option.label.optimization=Optimization level
exec.option.label.optimization.force=Force even in debug runs
exec.option.label.file-path=File Path
exec.option.label.compiler-args=Extra compiler command line arguments
exec.option.label.exe-args=Output program command line arguments
exec.option.label.build.steps=Build steps
exec.option.label.build.args=Extra command line arguments
exec.option.label.build.steps-debug=Debug Build steps
exec.option.label.build.args-debug=Debug Extra command line arguments
exec.option.label.build.exe-args-debug=Debug output program command line arguments
exec.option.label.build.exe-path-debug=Debug output executable created by the build
exception.zig.empty-file-path=Empty file path
2024-11-02 23:08:57 +01:00
exception.translate-command-line.unbalanced-quotes=Unbalanced quotes in {0}
exception.zig-profile-state.start-process.no-toolchain=Failed to get zig toolchain from project
exception.zig-build.debug.test-not-supported=Debugging "zig build test" is not yet supported
configuration.run.name=Zig run
configuration.run.suggested-name=Run
configuration.run.description=Execute "zig run" on a specific file
configuration.test.name=Zig test
configuration.test.suggested-name=Test
configuration.test.description=Execute "zig test" on a specific file
configuration.test.marker-name=all tests in {0}
configuration.build.name=Zig build
configuration.build.suggested-name=Build
configuration.build.description=Execute "zig build" with custom steps
configuration.build.marker-name=Build and Run
settings.project.group.title=Zig Settings
settings.project.label.direnv=Use direnv
settings.project.label.toolchain=Toolchain location
settings.project.label.toolchain-version=Detected zig version
2024-11-02 23:08:57 +01:00
settings.project.label.override-std=Override standard library
settings.project.label.std-location=Standard library location
2025-03-14 23:40:40 +01:00
toolwindow.stripe.zigbrains.build=Zig
2024-11-02 23:08:57 +01:00
build.tool.window.tree.steps.label=Steps
2025-03-14 23:40:40 +01:00
build.tool.window.tree.build.label=Active builds
2024-11-02 23:08:57 +01:00
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.missing-zig-exe=Zig executable missing
2024-11-02 23:08:57 +01:00
build.tool.window.status.error.general=Error while running zig build -l
2025-03-14 23:40:40 +01:00
build.tool.window.status.no-builds=No builds currently in progress
2025-01-21 15:38:54 +01:00
build.tool.window.status.timeout=zig build -l timed out after {0} seconds.
2025-03-14 23:40:40 +01:00
zig=Zig
2025-04-09 00:48:08 +02:00
settings.toolchain.base.name.label=Name
settings.toolchain.local.path.label=Toolchain location
settings.toolchain.local.version.label=Detected zig version
settings.toolchain.local.std.label=Override standard library
settings.toolchain.editor.display-name=Zig
settings.toolchain.editor.toolchain.label=Toolchain
settings.toolchain.editor.toolchain.edit-button.name=Edit
settings.toolchain.model.detected.separator=Detected toolchains
settings.toolchain.model.none.text=<No Toolchain>
settings.toolchain.model.from-disk.text=Add Zig from disk\u2026
settings.toolchain.model.download.text=Download Zig\u2026
settings.toolchain.list.title=Toolchains
settings.toolchain.list.add-action.name=Add New
settings.toolchain.list.empty=Select a toolchain to view or edit its details here
settings.toolchain.downloader.title=Install Zig
settings.toolchain.downloader.version.label=Version:
settings.toolchain.downloader.location.label=Location:
settings.toolchain.downloader.ok-action=Download
settings.toolchain.downloader.progress.fetch=Fetching zig version information
settings.toolchain.downloader.progress.install=Installing Zig {0}
settings.toolchain.downloader.progress.flatten=Flattening unpacked archive
settings.toolchain.downloader.chooser.title=Zig Install Directory
settings.toolchain.downloader.state.invalid=Invalid path
settings.toolchain.downloader.state.not-absolute=Must be an absolute path
settings.toolchain.downloader.state.not-directory=Path is not a directory
settings.toolchain.downloader.state.not-empty=Directory is not empty
settings.toolchain.downloader.state.create-new=Directory will be created
settings.toolchain.downloader.state.ok=Directory OK
settings.toolchain.downloader.archive-size.text=Archive size: {0}
settings.toolchain.downloader.service.index=Zig version information
settings.toolchain.downloader.service.tarball=Zig archive
settings.toolchain.local-selector.title=Select Zig From Disk
settings.toolchain.local-selector.path.label=Path:
settings.toolchain.local-selector.ok-action=Add
settings.toolchain.local-selector.chooser.title=Existing Zig Install Directory
settings.toolchain.local-selector.state.invalid=Invalid toolchain path
settings.toolchain.local-selector.state.already-exists-unnamed=Toolchain already exists
settings.toolchain.local-selector.state.already-exists-named=Toolchain already exists as "{0}"
settings.toolchain.local-selector.state.ok=OK