From 9f283a84db8f01dcd85265ba76d9241af183d4ea Mon Sep 17 00:00:00 2001 From: David Czihak Date: Sun, 10 May 2026 22:00:06 +0200 Subject: Feat: Full localization, reactive task list, 0.2.0 changelog --- Zig.novaextension/en.lproj/strings.json | 237 ++++++++++++++------------------ 1 file changed, 103 insertions(+), 134 deletions(-) (limited to 'Zig.novaextension/en.lproj/strings.json') diff --git a/Zig.novaextension/en.lproj/strings.json b/Zig.novaextension/en.lproj/strings.json index 0646258..6287864 100644 --- a/Zig.novaextension/en.lproj/strings.json +++ b/Zig.novaextension/en.lproj/strings.json @@ -1,144 +1,113 @@ { - "Zig": "Zig", - "zig": "zig", - "Zig (LLDB DAP)": "Zig (LLDB DAP)", - "zls": "zls", - - "Working Directory": "Arbeitsverzeichnis", - "Workspace Root": "Workspace root", - "Run Step": "Ausführungsschritt", - "run": "run", - "install": "install", - "host": "host", - "The `zig build` step to execute for the Run action.": "Der `zig build`-Schritt, der für die Ausführen-Aktion ausgeführt wird.", - "The `zig build` step to execute for the Run action. Leave blank to run `zig build` with no step (Zig's default install step).": "Der `zig build`-Schritt für die Ausführen-Aktion. Leer lassen, um `zig build` ohne Schritt auszuführen (Zigs Standardschritt `install`).", - "Build Arguments": "Build-Argumente", - "Additional arguments appended after `zig build` for both Build and Run.": "Zusätzliche Argumente, die nach `zig build` sowohl für Bauen als auch Ausführen angehängt werden.", - "Additional arguments appended after `zig build`.": "Zusätzliche Argumente, die nach `zig build` angehängt werden.", - "Additional arguments appended after `zig build test`.": "Zusätzliche Argumente, die nach `zig build test` angehängt werden.", - "Program Arguments": "Programmargumente", - "Arguments passed after `--` to the built program.": "Argumente, die nach `--` an das gebaute Programm übergeben werden.", - "Arguments passed after `--` to the test runner.": "Argumente, die nach `--` an den Test-Runner übergeben werden.", - "Optimize": "Optimierung", - "Project Default": "Projektstandard", - "Passed as `-Doptimize=`. Leave on Project Default to let `build.zig` decide.": "Wird als `-Doptimize=` übergeben. Bei „Projektstandard“ entscheidet `build.zig`.", - "Passed as `-Doptimize=`. Debug is the recommended default for stepping through code.": "Wird als `-Doptimize=` übergeben. „Debug“ ist der empfohlene Standard zum Durchlaufen des Codes.", - "Passed as `-Doptimize=`.": "Wird als `-Doptimize=` übergeben.", - "Target": "Ziel", - "Cross-compile target triple, passed as `-Dtarget=`. Leave blank for the host.": "Cross-Compile-Ziel-Triplet, wird als `-Dtarget=` übergeben. Leer lassen für den Host.", - "User Options": "Benutzeroptionen", - "Custom `-D` flags. Each entry is `key` (boolean flag) or `key=value`.": "Eigene `-D`-Flags. Jeder Eintrag ist `key` (boolesches Flag) oder `key=value`.", - "Where to run the program. External Terminal launches the macOS Terminal app.": "Wo das Programm ausgeführt werden soll. „Externes Terminal“ startet die macOS-Terminal-App.", - "Zig Debug": "Zig-Debug", - "Build a Zig package in Debug mode and launch it under lldb-dap.": "Ein Zig-Paket im Debug-Modus bauen und unter lldb-dap starten.", - "Program": "Programm", - "zig-out/bin/app": "zig-out/bin/app", - "Path to the executable to debug. Relative paths are resolved against the working directory.": "Pfad zur zu debuggenden ausführbaren Datei. Relative Pfade werden gegen das Arbeitsverzeichnis aufgelöst.", - "Path to the executable to debug. Relative paths are resolved against the working directory. Leave blank to auto-detect from `build.zig.zon`.": "Pfad zur zu debuggenden ausführbaren Datei. Relative Pfade werden gegen das Arbeitsverzeichnis aufgelöst. Leer lassen, um aus `build.zig.zon` automatisch zu erkennen.", - "Additional arguments appended after `zig build -Doptimize=Debug`.": "Zusätzliche Argumente, die nach `zig build -Doptimize=Debug` angehängt werden.", - "Arguments passed to the debugged program.": "Argumente, die an das zu debuggende Programm übergeben werden.", - "Console": "Konsole", - "Internal Console": "Interne Konsole", - "Integrated Terminal": "Integriertes Terminal", - "External Terminal": "Externes Terminal", - "Where the debugged program should run.": "Wo das zu debuggende Programm ausgeführt werden soll.", - "Stop On Entry": "Beim Start anhalten", - "Pause immediately when the program starts.": "Sofort anhalten, wenn das Programm startet.", - "warning.terminal.launch_failed": "Zig-Task konnte im Terminal nicht gestartet werden.", - "warning.terminal.open_failed": "Terminal für die Zig-Task konnte nicht geöffnet werden.", - - "name.language_server": "Zig Language Server", - "warning.zls.stopped_unexpectedly": "Der Zig Language Server wurde unerwartet beendet ({executable}).", - "warning.zls.start_failed": "Der Zig Language Server konnte unter {path} nicht gestartet werden.", - "name.extension": "Zig", - "task.current_file.name": "Aktuelle Zig-Datei", - "warning.clean.missing_cwd": "Wähle vor dem Bereinigen von Zig-Build-Artefakten einen Workspace oder ein Arbeitsverzeichnis aus.", - - "warning.current_file.focus_editor_for_run": "Fokussiere einen Zig-Editor, bevor du „Aktuelle Zig-Datei“ ausführst.", - "warning.current_file.focus_editor_for_clean": "Fokussiere einen Zig-Editor, bevor du Artefakte der „Aktuelle Zig-Datei“ bereinigst.", - - "warning.debug.choose_program": "Wähle vor dem Ausführen von Zig Debug einen Programmpfad aus.", - - "Zig Test": "Zig-Test", - "Run `zig build test` with optional --test-filter and --summary controls.": "Führt `zig build test` mit optionalen --test-filter- und --summary-Steuerungen aus.", - "Test Filter": "Testfilter", - "substring of test name": "Teil eines Testnamens", - "Substring of the test name. Passed as `--test-filter`.": "Teil des Testnamens. Wird als `--test-filter` übergeben.", - "Summary": "Zusammenfassung", - "Default": "Standard", - "All": "Alle", - "Failures only": "Nur Fehler", - "None": "Keine", - "Controls `zig build`'s --summary verbosity.": "Steuert die Ausführlichkeit von `zig build --summary`.", - "Zig Watch": "Zig-Watch", - "Run `zig build --watch` and rebuild on file changes. Note: inline issues only update on the first build cycle — Nova's matchers do not re-arm for streaming output.": "Führt `zig build --watch` aus und baut bei Dateiänderungen neu. Hinweis: Inline-Probleme werden nur im ersten Build-Zyklus aktualisiert — Novas Matcher werden für Streaming-Ausgaben nicht erneut aktiviert.", - "Step": "Schritt", - "Build step to watch. Leave blank for `zig build`'s default install step.": "Build-Schritt, der überwacht werden soll. Leer lassen für Zigs Standardschritt `install`.", - "Debounce (ms)": "Entprellung (ms)", - "Passed as `--debounce `. Leave blank for Zig's default.": "Wird als `--debounce ` übergeben. Leer lassen für Zigs Standard.", - "Incremental": "Inkrementell", - "On": "Ein", - "Off": "Aus", - "Toggle `-fincremental` / `-fno-incremental`.": "Schaltet `-fincremental` / `-fno-incremental` um.", - "warning.clean.unsafe_cwd": "Reinigung verweigert: Das Arbeitsverzeichnis muss innerhalb dieses Workspaces liegen.", - "warning.fmt.no_file": "Öffne eine gespeicherte Zig-Datei, bevor du „Aktuelle Zig-Datei formatieren“ ausführst.", - "warning.fmt.not_zig": "„Aktuelle Zig-Datei formatieren“ funktioniert nur mit Zig-Dateien.", - "warning.fmt.no_workspace": "Öffne einen Workspace, bevor du „Workspace formatieren“ ausführst.", - "warning.fmt.failed": "zig fmt ist fehlgeschlagen.", - - "warning.zig.not-found": "zig executable not found. Make sure it can be found in the PATH or explicitly define the path in the extension or workspace settings.", - "warning.zls.not-found": "zls executable not found. Make sure zls can be found in the PATH or explicitly define the path in the extension or workspace settings.", - "warning.node.not-found": "node executable not found. Make sure node can be found in the PATH. Without it, debugging cannot work.", - "warning.lldb_dap.not-found": "lldb-dap executable not found. Install Xcode command line tools or explicitly define the path in the extension or workspace settings.", - - "tasks.buildrun.name": "Zig build", - "tasks.buildrun.info": "Build and run Zig", - - "tasks.debug.name": "Zig debug", - "tasks.debug.info": "Build and run Zig with debug symbols for use with LLDB", - - "tasks.test.name": "Zig test", - "tasks.test.info": "Build and run tests defined in your Zig project", - - "tasks.watch.name": "Zig watch", - "tasks.watch.info": "Monitor Zig files and recompile on changes", - - "autotasks.title": "Auto-discovered tasks", - "autotasks.current-file.name": "Run active Zig file", "autotasks.buildstep.name": "zig build {step}", - - "config.general.title": "General", - "config.zig.executable-path.title": "Path to zig", - "config.zig.executable-path.info": "Leave empty to resolve zig via the environment variable PATH", - - "config.zls.title": "Advanced language features", - "config.zls.info": "Diagnostics, completions, hover, navigation", - "config.zls.enable.title": "Enable ZLS", - "config.zls.enable.info": "ZLS needs to be installed for this to work", - "config.zls.build-on-save.title": "Bei Speichern bauen", - "config.zls.build-on-save.info": "Allow ZLS to call the build / check runner on save", - "config.zls.log-communication.title": "ZLS log", - "config.zls.log-communication.info": "Log communication between ZLS and Nova to the extension console", - "config.zls.executable-path.title": "Path to zls", - "config.zls.executable-path.info": "Leave empty to resolve zls via the environment variable PATH", - - "config.debugging.title": "Debugging", + "autotasks.current-file.name": "Run active Zig file", + "autotasks.title": "Auto-discovered tasks", "config.debugging.info": "Settings for the LLDB integration", - "config.debugging.lldb-dap-path.title": "Path to lldb-dap", "config.debugging.lldb-dap-path.info": "Leave empty to resolve lldb-dap via the Xcode Command line tool xcrun or via the environment variable PATH", - "config.debugging.logging.title": "LLDB log", + "config.debugging.lldb-dap-path.title": "Path to lldb-dap", "config.debugging.logging.info": "Log output of the lldb-dap proxy to the extension directory", - - "config.tasks.title": "Tasks", - "config.tasks.info": "Task-related settings", - - "config.tasks.autodiscover.title": "Auto-discover tasks", - "config.tasks.autodiscover.info": "Discover build steps and add them to the list of tasks", - - "config.enabled": "Enabled", + "config.debugging.logging.title": "LLDB log", + "config.debugging.title": "Debugging", "config.disabled": "Disabled", + "config.enabled": "Enabled", + "config.general.title": "General", "config.inherit": "Inherit from Global", - + "config.tasks.autodiscover.info": "Discover build steps and add them to the list of tasks", + "config.tasks.autodiscover.title": "Auto-discover tasks", + "config.tasks.info": "Task-related settings", + "config.tasks.show-current-file.info": "Add a task for running the currently open Zig file", + "config.tasks.show-current-file.title": "Show current file task", + "config.tasks.title": "Tasks", + "config.zig.executable-path.info": "Leave empty to resolve zig via the environment variable PATH", + "config.zig.executable-path.title": "Path to zig", + "config.zls.build-on-save.info": "Allow ZLS to call the build / check runner on save", + "config.zls.build-on-save.title": "Build on Save", + "config.zls.enable.info": "ZLS needs to be installed for this to work", + "config.zls.enable.title": "Enable ZLS", + "config.zls.executable-path.info": "Leave empty to resolve zls via the environment variable PATH", + "config.zls.executable-path.title": "Path to zls", + "config.zls.info": "Diagnostics, completions, hover, navigation", + "config.zls.log-communication.info": "Log communication between ZLS and Nova to the extension console", + "config.zls.log-communication.title": "ZLS log", + "config.zls.title": "Advanced language features", + "name.language-server": "Zig Language Server", + "tasks.buildrun.config.build-args.info": "Additional arguments appended after `zig build` for both Build and Run.", + "tasks.buildrun.config.console.info": "Where to run the program. External Terminal launches the macOS Terminal app.", + "tasks.buildrun.config.optimize.info": "Passed as `-Doptimize=`. Leave on Project Default to let `build.zig` decide.", + "tasks.buildrun.config.run-args.info": "Arguments passed after `--` to the built program.", + "tasks.buildrun.config.run-step.info": "The `zig build` step to execute for the Run action. Leave blank to run `zig build` with no step (Zig's default install step).", + "tasks.buildrun.config.run-step.placeholder": "install", + "tasks.buildrun.config.run-step.title": "Run Step", + "tasks.buildrun.info": "Build and run Zig", + "tasks.buildrun.name": "Zig build", + "tasks.config.build-args.info": "Additional arguments appended after `zig build`.", + "tasks.config.build-args.title": "Build Arguments", + "tasks.config.console.external": "External Terminal", + "tasks.config.console.integrated": "Integrated Terminal", + "tasks.config.console.internal": "Internal Console", + "tasks.config.console.title": "Console", + "tasks.config.cwd.placeholder": "Workspace Root", + "tasks.config.cwd.title": "Working Directory", + "tasks.config.default": "Default", + "tasks.config.off": "Off", + "tasks.config.on": "On", + "tasks.config.optimize.default": "Project Default", + "tasks.config.optimize.info": "Passed as `-Doptimize=`.", + "tasks.config.optimize.title": "Optimize", + "tasks.config.run-args.title": "Program Arguments", + "tasks.config.target.info": "Cross-compile target triple, passed as `-Dtarget=`. Leave blank for the host.", + "tasks.config.target.placeholder": "host", + "tasks.config.target.title": "Target", + "tasks.config.user-options.info": "Custom `-D` flags. Each entry is `key` (boolean flag) or `key=value`.", + "tasks.config.user-options.title": "User Options", + "tasks.debug.config.build-args.info": "Additional arguments appended after `zig build -Doptimize=Debug`.", + "tasks.debug.config.console.info": "Where the debugged program should run.", + "tasks.debug.config.optimize.info": "Passed as `-Doptimize=`. Debug is the recommended default for stepping through code.", + "tasks.debug.config.program.info": "Path to the executable to debug. Relative paths are resolved against the working directory. Leave blank to auto-detect from `build.zig.zon`.", + "tasks.debug.config.program.placeholder": "zig-out/bin/app", + "tasks.debug.config.program.title": "Program", + "tasks.debug.config.run-args.info": "Arguments passed to the debugged program.", + "tasks.debug.config.stop-on-entry.info": "Pause immediately when the program starts.", + "tasks.debug.config.stop-on-entry.title": "Stop On Entry", + "tasks.debug.info": "Build and run Zig with debug symbols for use with LLDB", + "tasks.debug.name": "Zig debug", + "tasks.test.config.build-args.info": "Additional arguments appended after `zig build test`.", + "tasks.test.config.run-args.info": "Arguments passed after `--` to the test runner.", + "tasks.test.config.summary.all": "All", + "tasks.test.config.summary.failures": "Failures only", + "tasks.test.config.summary.info": "Controls `zig build`'s --summary verbosity.", + "tasks.test.config.summary.none": "None", + "tasks.test.config.summary.title": "Summary", + "tasks.test.config.test-filter.info": "Substring of the test name. Passed as `--test-filter`.", + "tasks.test.config.test-filter.placeholder": "substring of test name", + "tasks.test.config.test-filter.title": "Test Filter", + "tasks.test.info": "Build and run tests defined in your Zig project", + "tasks.test.name": "Zig test", + "tasks.watch.config.debounce.info": "Passed as `--debounce `. Leave blank for Zig's default.", + "tasks.watch.config.debounce.title": "Debounce (ms)", + "tasks.watch.config.incremental.info": "Toggle `-fincremental` / `-fno-incremental`.", + "tasks.watch.config.incremental.title": "Incremental", + "tasks.watch.config.step.info": "Build step to watch. Leave blank for `zig build`'s default install step.", + "tasks.watch.config.step.placeholder": "install", + "tasks.watch.config.step.title": "Step", + "tasks.watch.info": "Monitor Zig files and recompile on changes", + "tasks.watch.name": "Zig watch", + "warning.clean.missing-cwd": "Choose a workspace or working directory before cleaning Zig build artifacts.", + "warning.clean.unsafe-cwd": "Refusing to clean: the working directory must be inside this workspace.", + "warning.current-file.focus-editor-for-clean": "Focus a Zig editor before cleaning Current Zig File artifacts.", + "warning.current-file.focus-editor-for-run": "Focus a Zig editor before running Current Zig File.", + "warning.debug.choose-program": "Choose a program path before running Zig Debug.", + "warning.fmt.failed": "zig fmt failed.", + "warning.fmt.no-file": "Open a saved Zig file before running Format Current Zig File.", + "warning.fmt.no-workspace": "Open a workspace before running Format Workspace.", + "warning.fmt.not-zig": "Format Current Zig File only works with Zig files.", + "warning.lldb-dap.not-found": "lldb-dap executable not found. Install Xcode command line tools or explicitly define the path in the extension or workspace settings.", + "warning.terminal.launch-failed": "Unable to launch the Zig task in Terminal.", + "warning.terminal.open-failed": "Unable to open Terminal for the Zig task.", + "warning.zig.not-found": "zig executable not found. Make sure it can be found in the PATH or explicitly define the path in the extension or workspace settings.", + "warning.zls.not-found": "zls executable not found. Make sure zls can be found in the PATH or explicitly define the path in the extension or workspace settings.", + "warning.zls.start-failed": "Unable to start the Zig language server at {path}.", + "warning.zls.stopped-unexpectedly": "The Zig Language Server stopped unexpectedly ({executable}).", "workspaceconfig.inherit.info": "Leave empty to inherit the global configuration", "workspaceconfig.inherit.placeholder": "Global configuration" } -- cgit v1.3