From 15c91189cb61c579f4289047c79530cefe75215f Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 17 Oct 2021 19:30:56 +0200 Subject: nls: Update translations. --- po/guix/de.po | 1365 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 1025 insertions(+), 340 deletions(-) (limited to 'po/guix/de.po') diff --git a/po/guix/de.po b/po/guix/de.po index e5717c5795..9ebafe62fe 100644 --- a/po/guix/de.po +++ b/po/guix/de.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: guix 1.2.0-pre3\n" "Report-Msgid-Bugs-To: bug-guix@gnu.org\n" -"POT-Creation-Date: 2021-08-28 19:01+0200\n" -"PO-Revision-Date: 2021-08-30 11:03+0000\n" +"POT-Creation-Date: 2021-10-17 15:18+0000\n" +"PO-Revision-Date: 2021-10-07 14:23+0000\n" "Last-Translator: Florian Pelz \n" "Language-Team: German \n" "Language: de\n" @@ -256,33 +256,32 @@ msgstr "Nicht erkannte Boot-Parameter für „~a“~%" msgid "mapped-device '~a' may not be mounted by the bootloader.~%" msgstr "mapped-device „~a“ wird nicht verstanden zum Einhängen durch den Bootloader.~%" -#: gnu/system.scm:1011 +#: gnu/system.scm:1017 #, scheme-format msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%" msgstr "" "Für „~a“ eine Zeichenkette zu benutzen ist\n" "veraltet, benutzen Sie „plain-file“~%" -#: gnu/system.scm:1027 +#: gnu/system.scm:1033 #, scheme-format msgid "using a monadic value for '~a' is deprecated; use 'plain-file' instead~%" msgstr "" "Für „~a“ einen monadischen Wert zu benutzen ist\n" "veraltet, benutzen Sie „plain-file“~%" -#: gnu/system.scm:1080 -#, fuzzy, scheme-format -#| msgid "using a string for file '~a' is deprecated; use 'plain-file' instead~%" +#: gnu/system.scm:1086 +#, scheme-format msgid "representing setuid programs with file-like objects is deprecated; use 'setuid-program' instead~%" msgstr "" -"Für „~a“ eine Zeichenkette zu benutzen ist\n" -"veraltet, benutzen Sie „plain-file“~%" +"setuid-Programme als dateiartige Objekte darzustellen ist\n" +"veraltet, benutzen Sie „setuid-program“-Objekte~%" -#: gnu/system.scm:1180 +#: gnu/system.scm:1186 msgid "missing root file system" msgstr "Fehlendes Wurzeldateisystem" -#: gnu/system.scm:1256 +#: gnu/system.scm:1262 #, scheme-format msgid "~a: invalid locale name" msgstr "~a: Ungültiger Locale-Name~%" @@ -323,6 +322,48 @@ msgstr "" "wird. Prozesse, die ein paar Sekunden nach @code{SIGTERM} immer noch laufen,\n" "werden mit @code{SIGKILL} abgewürgt." +#: gnu/system/file-systems.scm:667 +msgid "The store is on a Btrfs subvolume, but the subvolume name is unknown." +msgstr "" + +#: gnu/system/file-systems.scm:671 +msgid "Use the @code{subvol} Btrfs file system option." +msgstr "" + +#: gnu/system/image.scm:291 +#, fuzzy, scheme-format +#| msgid "unsupported policy: ~a~%" +msgid "Unsupported image type ~a~%." +msgstr "Nicht unterstützte Richtlinie: ~a~%" + +#: gnu/system/image.scm:694 +#, fuzzy, scheme-format +#| msgid "~a: no such updater~%" +msgid "~a: no such image type" +msgstr "~a: Kein solches Aktualisierungsprogramm~%" + +#: gnu/system/linux-container.scm:80 +msgid "" +"Provide loopback and networking without actually doing\n" +"anything. This service is used by guest systems running in containers, where\n" +"networking support is provided by the host." +msgstr "" + +#: gnu/system/linux-container.scm:223 +#, scheme-format +msgid "system container is running as PID ~a~%" +msgstr "" + +#: gnu/system/linux-container.scm:224 +#, scheme-format +msgid "Run 'sudo guix container exec ~a /run/current-system/profile/bin/bash --login'\n" +msgstr "" + +#: gnu/system/linux-container.scm:226 +#, scheme-format +msgid "or run 'sudo nsenter -a -t ~a' to get a shell into it.~%" +msgstr "" + #: gnu/system/mapped-devices.scm:134 msgid "Map a device node using Linux's device mapper." msgstr "Ein Gerät mittels Linux’ Device Mapper zuordnen." @@ -395,26 +436,277 @@ msgstr "" "Sicherstellen, dass die angegebenen Benutzerkonten und Gruppen existieren.\n" "Außerdem wird das Persönliche Verzeichnis jedes Kontos angelegt." -#: guix/import/egg.scm:352 +#: guix/import/egg.scm:353 msgid "Updater for CHICKEN egg packages" msgstr "Aktualisierungsprogramm für CHICKEN-Egg-Pakete" -#: guix/import/opam.scm:143 +#: guix/import/cpan.scm:346 +#, scheme-format +msgid "input '~a' of ~a is in Perl core~%" +msgstr "" + +#: guix/import/cpan.scm:359 +#, fuzzy +#| msgid "Updater for OPAM packages" +msgid "Updater for CPAN packages" +msgstr "Aktualisierungsprogramm für OPAM-Pakete" + +#: guix/import/cran.scm:220 +#, fuzzy, scheme-format +#| msgid "~a: download failed~%" +msgid "~A: hg download failed~%" +msgstr "~a: Herunterladen fehlgeschlagen~%" + +#: guix/import/cran.scm:610 +#, fuzzy +#| msgid "failed to download meta-data for package '~a'~%" +msgid "couldn't find meta-data for R package" +msgstr "Metadaten für Paket „~a“ konnten nicht geladen werden~%" + +#: guix/import/cran.scm:723 +#, fuzzy +#| msgid "Updater for GNU packages" +msgid "Updater for CRAN packages" +msgstr "Aktualisierungsprogramm für GNU-Pakete" + +#: guix/import/cran.scm:730 +#, fuzzy +#| msgid "Updater for X.org packages" +msgid "Updater for Bioconductor packages" +msgstr "Aktualisierungsprogramm für X.org-Pakete" + +#: guix/import/elpa.scm:100 +#, scheme-format +msgid "~A: currently not supported~%" +msgstr "" + +#: guix/import/elpa.scm:112 #, fuzzy, scheme-format -#| msgid "~a: invalid URI~%" +#| msgid "~a: download failed~%" +msgid "~A: download failed~%" +msgstr "~a: Herunterladen fehlgeschlagen~%" + +#: guix/import/elpa.scm:288 +#, scheme-format +msgid "Unsupported MELPA fetcher: ~a, falling back to unstable MELPA source.~%" +msgstr "" + +#: guix/import/elpa.scm:454 +#, fuzzy +#| msgid "Updater for OPAM packages" +msgid "Updater for ELPA packages" +msgstr "Aktualisierungsprogramm für OPAM-Pakete" + +#: guix/import/github.scm:170 +#, fuzzy, scheme-format +#| msgid "URI ~a unreachable: ~a" +msgid "~a is unreachable (~a)~%" +msgstr "URI ~a ist nicht erreichbar: ~a" + +#: guix/import/github.scm:260 +#, fuzzy +#| msgid "Updater for GNU packages" +msgid "Updater for GitHub packages" +msgstr "Aktualisierungsprogramm für GNU-Pakete" + +#: guix/import/git.scm:68 +msgid "no valid tags found" +msgstr "" + +#: guix/import/git.scm:75 +msgid "no tags were found" +msgstr "" + +#: guix/import/git.scm:180 +#, fuzzy, scheme-format +#| msgid "~a: error: ~a~%" +msgid "~a for ~a~%" +msgstr "~a: Fehler: ~a~%" + +#: guix/import/git.scm:187 +#, fuzzy, scheme-format +#| msgid "failed to fetch source from '~a'" +msgid "failed to fetch Git repository for ~a~%" +msgstr "Quelle konnte nicht von „~a“ heruntergeladen werden" + +#: guix/import/git.scm:223 +#, fuzzy +#| msgid "Updater for packages hosted on kernel.org" +msgid "Updater for packages hosted on Git repositories" +msgstr "Aktualisierungsprogramm für auf kernel.org gehostete Pakete" + +#: guix/import/gnu.scm:117 +#, fuzzy, scheme-format +#| msgid "~A: package not found for version ~a~%" +msgid "no GNU package found for ~a" +msgstr "~A: Paket nicht gefunden für Version ~a~%" + +#: guix/import/gnu.scm:125 +#, fuzzy, scheme-format +#| msgid "could not determine latest upstream release of '~a'~%" +msgid "failed to determine latest release of GNU ~a" +msgstr "Konnte die neueste Veröffentlichung des Anbieters für „~a“ nicht feststellen~%" + +#: guix/import/go.scm:588 +#, fuzzy, scheme-format +#| msgid "no target of type '~a' for service '~a'" +msgid "unsupported vcs type '~a' for package '~a'" +msgstr "Kein Ziel von Typ „~a“ für den Dienst „~a“" + +#: guix/import/go.scm:666 +#, scheme-format +msgid "" +"Failed to import package ~s.\n" +"reason: ~s could not be fetched: HTTP error ~a (~s).\n" +"This package and its dependencies won't be imported.~%" +msgstr "" + +#: guix/import/go.scm:675 +#, fuzzy, scheme-format +#| msgid "failed to import '~a' from '~a'~%" +msgid "" +"Failed to import package ~s.\n" +"reason: ~s.~%" +msgstr "„~a“ konnte nicht aus „~a“ importiert werden~%" + +#: guix/import/minetest.scm:177 +#, scheme-format +msgid "In ~a: author names must consist of at least a single character.~%" +msgstr "" + +#: guix/import/minetest.scm:181 +#, scheme-format +msgid "In ~a: mod names must consist of at least a single character.~%" +msgstr "" + +#: guix/import/minetest.scm:186 +#, scheme-format +msgid "In ~a: author names and mod names may not contain forward slashes.~%" +msgstr "" + +#: guix/import/minetest.scm:190 +#, scheme-format +msgid "mod names may not be empty.~%" +msgstr "" + +#: guix/import/minetest.scm:191 +#, scheme-format +msgid "The name of the author is missing in ~a.~%" +msgstr "" + +#: guix/import/minetest.scm:212 +#, scheme-format +msgid "~a is ambiguous, presuming ~a (other options include: ~a)~%" +msgstr "" + +#: guix/import/minetest.scm:217 +#, fuzzy, scheme-format +#| msgid "file system with label '~a' not found~%" +msgid "No mods with name ~a were found.~%" +msgstr "Kein Dateisystem mit Bezeichnung „~a“ gefunden~%" + +#: guix/import/minetest.scm:279 +#, scheme-format +msgid "The package search API doesn't exist anymore.~%" +msgstr "" + +#: guix/import/minetest.scm:426 +#, scheme-format +msgid "The dependency ~a of ~a has multiple different implementations ~a.~%" +msgstr "" + +#: guix/import/minetest.scm:433 +#, scheme-format +msgid "The implementation with the highest score will be choosen!~%" +msgstr "" + +#: guix/import/minetest.scm:436 +#, scheme-format +msgid "The implementation that has been downloaded the most will be choosen!~%" +msgstr "" + +#: guix/import/minetest.scm:440 +#, scheme-format +msgid "The dependency ~a of ~a does not have any implementation. It will be ignored!~%" +msgstr "" + +#: guix/import/minetest.scm:454 +#, scheme-format +msgid "no package metadata for ~a on ContentDB~%" +msgstr "" + +#: guix/import/minetest.scm:457 +#, fuzzy, scheme-format +#| msgid "no provenance information for this profile~%" +msgid "no dependency information for ~a on ContentDB~%" +msgstr "Zu diesem Profil liegen keine Provenienzinformationen vor~%" + +#: guix/import/minetest.scm:460 +#, scheme-format +msgid "no release of ~a on ContentDB~%" +msgstr "" + +#: guix/import/minetest.scm:517 +#, fuzzy +#| msgid "Updater for GNU packages" +msgid "Updater for Minetest packages on ContentDB" +msgstr "Aktualisierungsprogramm für GNU-Pakete" + +#: guix/import/opam.scm:143 +#, scheme-format msgid "'~a' is not a valid URI~%" -msgstr "~a: Ungültige URI~%" +msgstr "„~a“ ist keine gültige URI~%" #: guix/import/opam.scm:321 -#, fuzzy, scheme-format -#| msgid "package '~a' has no source~%" +#, scheme-format msgid "package '~a' not found~%" -msgstr "Paket „~a“ hat keinen Quellort~%" +msgstr "Paket „~a“ nicht gefunden~%" #: guix/import/opam.scm:426 msgid "Updater for OPAM packages" msgstr "Aktualisierungsprogramm für OPAM-Pakete" +#: guix/import/pypi.scm:226 +msgid "Could not extract requirement name in spec:" +msgstr "" + +#: guix/import/pypi.scm:286 +#, scheme-format +msgid "parse-requires.txt reached an unexpected condition on line ~a~%" +msgstr "" + +#: guix/import/pypi.scm:352 +#, fuzzy, scheme-format +#| msgid "failed to import '~a' from '~a'~%" +msgid "Failed to extract file: ~a from wheel.~%" +msgstr "„~a“ konnte nicht aus „~a“ importiert werden~%" + +#: guix/import/pypi.scm:381 +#, scheme-format +msgid "Cannot guess requirements from source archive: no requires.txt file found.~%" +msgstr "" + +#: guix/import/pypi.scm:386 +#, scheme-format +msgid "Unsupported archive format; cannot determine package dependencies from source archive: ~a~%" +msgstr "" + +#: guix/import/pypi.scm:491 +#, scheme-format +msgid "no source release for pypi package ~a ~a~%" +msgstr "" + +#: guix/import/pypi.scm:553 +#, fuzzy +#| msgid "Updater for OPAM packages" +msgid "Updater for PyPI packages" +msgstr "Aktualisierungsprogramm für OPAM-Pakete" + +#: guix/import/texlive.scm:156 +#, scheme-format +msgid "Could not determine source location. Please manually specify the source field.~%" +msgstr "" + #: gnu/installer.scm:214 msgid "Locale" msgstr "Locale" @@ -1173,60 +1465,60 @@ msgstr "Kein WLAN gefunden" msgid "Wifi" msgstr "WLAN" -#: gnu/installer/parted.scm:426 gnu/installer/parted.scm:463 +#: gnu/installer/parted.scm:429 gnu/installer/parted.scm:466 msgid "Free space" msgstr "Freier Speicher" -#: gnu/installer/parted.scm:552 +#: gnu/installer/parted.scm:555 #, scheme-format msgid "Name: ~a" msgstr "Name: ~a" -#: gnu/installer/parted.scm:553 gnu/installer/parted.scm:599 +#: gnu/installer/parted.scm:556 gnu/installer/parted.scm:602 msgid "None" msgstr "Keiner" -#: gnu/installer/parted.scm:558 +#: gnu/installer/parted.scm:561 #, scheme-format msgid "Type: ~a" msgstr "Typ: ~a" -#: gnu/installer/parted.scm:562 +#: gnu/installer/parted.scm:565 #, scheme-format msgid "File system type: ~a" msgstr "Dateisystemtyp: ~a" -#: gnu/installer/parted.scm:568 +#: gnu/installer/parted.scm:571 #, scheme-format msgid "Bootable flag: ~:[off~;on~]" msgstr "Bootfähig-Flag: ~:[aus~;an~]" -#: gnu/installer/parted.scm:572 +#: gnu/installer/parted.scm:575 #, scheme-format msgid "ESP flag: ~:[off~;on~]" msgstr "ESP-Flag: ~:[aus~;an~]" -#: gnu/installer/parted.scm:578 +#: gnu/installer/parted.scm:581 #, scheme-format msgid "Size: ~a" msgstr "Größe: ~a" -#: gnu/installer/parted.scm:584 +#: gnu/installer/parted.scm:587 #, scheme-format msgid "Encryption: ~:[No~a~;Yes (label '~a')~]" msgstr "Verschlüsselt: ~:[Nein~a~;Ja (Bezeichnung '~a')~]" -#: gnu/installer/parted.scm:590 +#: gnu/installer/parted.scm:593 #, scheme-format msgid "Format the partition? ~:[No~;Yes~]" msgstr "Partition formatieren? ~:[Nein~;Ja~]" -#: gnu/installer/parted.scm:596 +#: gnu/installer/parted.scm:599 #, scheme-format msgid "Mount point: ~a" msgstr "Einhängepunkt: ~a" -#: gnu/installer/parted.scm:1448 +#: gnu/installer/parted.scm:1460 #, scheme-format msgid "Device ~a is still in use." msgstr "Gerät ~a wird noch verwendet." @@ -1410,7 +1702,8 @@ msgstr "Ungültiges Argument: ~a~%" msgid "~A: unrecognized option~%" msgstr "~A: Nicht erkannte Option~%" -#: guix/scripts.scm:169 +#: guix/scripts.scm:169 guix/scripts/import.scm:140 +#: guix/scripts/system.scm:1355 #, scheme-format msgid "Did you mean @code{~a}?~%" msgstr "Meinten Sie @code{~a}?~%" @@ -1464,7 +1757,7 @@ msgstr "Müllsammler-Wurzel „~a“ konnte nicht erzeugt werden: ~a~%" #: guix/scripts/build.scm:154 guix/scripts/search.scm:42 #: guix/scripts/show.scm:41 guix/scripts/lint.scm:112 guix/scripts/edit.scm:48 -#: guix/scripts/size.scm:246 guix/scripts/graph.scm:547 +#: guix/scripts/size.scm:246 guix/scripts/graph.scm:553 #: guix/scripts/repl.scm:80 msgid "" "\n" @@ -1680,7 +1973,7 @@ msgstr "" " -s, --system=SYSTEM versuchen, für die angegebene Art von SYSTEM zu\n" " erstellen — z.B. „i686-linux“" -#: guix/scripts/build.scm:357 guix/scripts/system.scm:1016 +#: guix/scripts/build.scm:357 guix/scripts/system.scm:1017 #: guix/scripts/pack.scm:1320 guix/scripts/archive.scm:97 msgid "" "\n" @@ -1729,9 +2022,10 @@ msgstr "" #: guix/scripts/build.scm:368 guix/scripts/package.scm:481 #: guix/scripts/install.scm:37 guix/scripts/remove.scm:36 #: guix/scripts/upgrade.scm:39 guix/scripts/pull.scm:117 -#: guix/scripts/system.scm:1018 guix/scripts/copy.scm:122 +#: guix/scripts/system.scm:1019 guix/scripts/copy.scm:122 #: guix/scripts/pack.scm:1343 guix/scripts/deploy.scm:60 #: guix/scripts/archive.scm:99 guix/scripts/environment.scm:136 +#: guix/scripts/home.scm:93 msgid "" "\n" " -v, --verbosity=LEVEL use the given verbosity LEVEL" @@ -1761,24 +2055,25 @@ msgstr "" #: guix/scripts/remove.scm:41 guix/scripts/upgrade.scm:48 #: guix/scripts/search.scm:37 guix/scripts/show.scm:36 guix/scripts/gc.scm:88 #: guix/scripts/git.scm:34 guix/scripts/git/authenticate.scm:110 -#: guix/scripts/hash.scm:65 guix/scripts/import.scm:96 +#: guix/scripts/hash.scm:65 guix/scripts/import.scm:98 #: guix/scripts/import/minetest.scm:46 guix/scripts/import/cran.scm:49 #: guix/scripts/pull.scm:125 guix/scripts/substitute.scm:250 -#: guix/scripts/system.scm:1025 guix/scripts/lint.scm:115 -#: guix/scripts/publish.scm:117 guix/scripts/edit.scm:51 -#: guix/scripts/size.scm:249 guix/scripts/graph.scm:552 +#: guix/scripts/system.scm:1026 guix/scripts/lint.scm:115 +#: guix/scripts/publish.scm:119 guix/scripts/edit.scm:51 +#: guix/scripts/size.scm:249 guix/scripts/graph.scm:558 #: guix/scripts/challenge.scm:427 guix/scripts/copy.scm:127 -#: guix/scripts/pack.scm:1348 guix/scripts/weather.scm:334 +#: guix/scripts/pack.scm:1348 guix/scripts/weather.scm:336 #: guix/scripts/describe.scm:96 guix/scripts/processes.scm:301 #: guix/scripts/deploy.scm:55 guix/scripts/container.scm:35 #: guix/scripts/container/exec.scm:43 guix/scripts/archive.scm:106 -#: guix/scripts/environment.scm:145 guix/scripts/time-machine.scm:67 -#: guix/scripts/import/cpan.scm:44 guix/scripts/import/crate.scm:50 -#: guix/scripts/import/egg.scm:44 guix/scripts/import/gem.scm:46 -#: guix/scripts/import/gnu.scm:50 guix/scripts/import/go.scm:50 -#: guix/scripts/import/json.scm:52 guix/scripts/import/opam.scm:45 -#: guix/scripts/import/pypi.scm:45 guix/scripts/import/texlive.scm:47 -#: guix/scripts/refresh.scm:186 guix/scripts/repl.scm:83 +#: guix/scripts/environment.scm:145 guix/scripts/home.scm:96 +#: guix/scripts/time-machine.scm:67 guix/scripts/import/cpan.scm:44 +#: guix/scripts/import/crate.scm:50 guix/scripts/import/egg.scm:44 +#: guix/scripts/import/gem.scm:46 guix/scripts/import/gnu.scm:50 +#: guix/scripts/import/go.scm:50 guix/scripts/import/json.scm:52 +#: guix/scripts/import/opam.scm:45 guix/scripts/import/pypi.scm:45 +#: guix/scripts/import/texlive.scm:47 guix/scripts/refresh.scm:186 +#: guix/scripts/repl.scm:83 msgid "" "\n" " -h, --help display this help and exit" @@ -1791,24 +2086,24 @@ msgstr "" #: guix/scripts/remove.scm:43 guix/scripts/upgrade.scm:50 #: guix/scripts/search.scm:39 guix/scripts/show.scm:38 guix/scripts/gc.scm:90 #: guix/scripts/git.scm:36 guix/scripts/git/authenticate.scm:112 -#: guix/scripts/hash.scm:67 guix/scripts/import.scm:98 +#: guix/scripts/hash.scm:67 guix/scripts/import.scm:100 #: guix/scripts/import/minetest.scm:50 guix/scripts/import/cran.scm:55 #: guix/scripts/pull.scm:127 guix/scripts/substitute.scm:252 -#: guix/scripts/system.scm:1027 guix/scripts/lint.scm:119 -#: guix/scripts/publish.scm:119 guix/scripts/edit.scm:53 -#: guix/scripts/size.scm:251 guix/scripts/graph.scm:554 +#: guix/scripts/system.scm:1028 guix/scripts/lint.scm:119 +#: guix/scripts/publish.scm:121 guix/scripts/edit.scm:53 +#: guix/scripts/size.scm:251 guix/scripts/graph.scm:560 #: guix/scripts/challenge.scm:429 guix/scripts/copy.scm:129 -#: guix/scripts/pack.scm:1350 guix/scripts/weather.scm:336 +#: guix/scripts/pack.scm:1350 guix/scripts/weather.scm:338 #: guix/scripts/describe.scm:98 guix/scripts/processes.scm:303 #: guix/scripts/deploy.scm:57 guix/scripts/container.scm:37 #: guix/scripts/container/exec.scm:45 guix/scripts/archive.scm:108 -#: guix/scripts/environment.scm:147 guix/scripts/time-machine.scm:69 -#: guix/scripts/import/cpan.scm:46 guix/scripts/import/crate.scm:52 -#: guix/scripts/import/egg.scm:48 guix/scripts/import/gem.scm:48 -#: guix/scripts/import/gnu.scm:52 guix/scripts/import/json.scm:54 -#: guix/scripts/import/opam.scm:52 guix/scripts/import/pypi.scm:49 -#: guix/scripts/import/texlive.scm:49 guix/scripts/refresh.scm:188 -#: guix/scripts/repl.scm:85 +#: guix/scripts/environment.scm:147 guix/scripts/home.scm:98 +#: guix/scripts/time-machine.scm:69 guix/scripts/import/cpan.scm:46 +#: guix/scripts/import/crate.scm:52 guix/scripts/import/egg.scm:48 +#: guix/scripts/import/gem.scm:48 guix/scripts/import/gnu.scm:52 +#: guix/scripts/import/json.scm:54 guix/scripts/import/opam.scm:52 +#: guix/scripts/import/pypi.scm:49 guix/scripts/import/texlive.scm:49 +#: guix/scripts/refresh.scm:188 guix/scripts/repl.scm:85 msgid "" "\n" " -V, --version display version information and exit" @@ -1911,6 +2206,73 @@ msgstr "Formatzeichenkette mit ~a Argumenten, erwartet wurden ~a~%" msgid "cannot access `~a': ~a~%" msgstr "Zugriff auf „~a“ nicht möglich: ~a~%" +#: guix/ci.scm:309 +#, fuzzy, scheme-format +#| msgid "no available substitute information for '~a'~%" +msgid "could not find available substitutes at ~a~%" +msgstr "Keine Substitutinformationen für „~a“ verfügbar~%" + +#: guix/cve.scm:200 +#, fuzzy +#| msgid "invalid license field" +msgid "invalid CVE feed" +msgstr "Ungültiges Lizenz-Feld" + +#: guix/cve.scm:202 +#, fuzzy, scheme-format +#| msgid "unsupported hash format: ~a~%" +msgid "unsupported CVE format: '~a'" +msgstr "Nicht unterstütztes Prüfsummenformat: ~a~%" + +#: guix/cve.scm:205 +#, fuzzy, scheme-format +#| msgid "unsupported signature version: ~a~%" +msgid "unsupported CVE data version: '~a'" +msgstr "Signaturversion wird nicht unterstützt: ~a~%" + +#: guix/git-authenticate.scm:111 +#, fuzzy, scheme-format +#| msgid "imported file lacks a signature" +msgid "commit ~a lacks a signature" +msgstr "Der importierten Datei fehlt eine Signatur" + +#: guix/git-authenticate.scm:119 +#, scheme-format +msgid "commit ~a has a ~a signature, which is not permitted" +msgstr "" + +#: guix/git-authenticate.scm:137 +#, fuzzy, scheme-format +#| msgid "signature verification failed for '~a' (key: ~a)~%" +msgid "signature verification failed for commit ~a" +msgstr "Verifizierung der Signatur fehlgeschlagen für „~a“ (Schlüssel: ~a)~%" + +#: guix/git-authenticate.scm:144 +#, scheme-format +msgid "could not authenticate commit ~a: key ~a is missing" +msgstr "" + +#: guix/git-authenticate.scm:184 +#, scheme-format +msgid "commit ~a attempts to remove '.guix-authorizations' file" +msgstr "" + +#: guix/git-authenticate.scm:239 +#, fuzzy, scheme-format +#| msgid "'~a' is signed with an unauthorized key~%" +msgid "commit ~a not signed by an authorized key: ~a" +msgstr "„~a“ wurde mit einem unautorisierten Schlüssel signiert~%" + +#: guix/git-authenticate.scm:367 +#, scheme-format +msgid "initial commit ~a is signed by '~a' instead of '~a'" +msgstr "" + +#: guix/gnupg.scm:231 +#, scheme-format +msgid "Would you like to add this key to keyring '~a'?~%" +msgstr "" + #. TRANSLATORS: 'modify-phases' is a Scheme syntax #. and should not be translated. #: guix/lint.scm:189 @@ -2200,7 +2562,7 @@ msgstr "Wahrscheinlich angreifbar durch ~a" msgid "no updater for ~a" msgstr "Kein Aktualisierungsprogramm für ~a" -#: guix/lint.scm:1410 guix/lint.scm:1581 +#: guix/lint.scm:1410 guix/lint.scm:1585 #, scheme-format msgid "while retrieving upstream info for '~a'" msgstr "Beim Laden der Informationen vom Ursprung für „~a“" @@ -2245,149 +2607,154 @@ msgid "source not archived on Software Heritage and missing from the Disarchive msgstr "Quelle nicht archiviert auf Software Heritage und nicht in Disarchive-Datenbank" #: guix/lint.scm:1559 -#, scheme-format -msgid "" -"\n" -"Disarchive entry refers to non-existent SWH directory '~a'" +#, fuzzy, scheme-format +#| msgid "" +#| "\n" +#| "Disarchive entry refers to non-existent SWH directory '~a'" +msgid "Disarchive entry refers to non-existent SWH directory '~a'" msgstr "" "\n" "Disarchive-Eintrag verweist auf nicht existierendes SWH-Verzeichnis „~a“" -#: guix/lint.scm:1573 +#: guix/lint.scm:1568 +msgid "unsupported source type" +msgstr "Nicht unterstützte Art von source-Eintrag" + +#: guix/lint.scm:1577 msgid "while connecting to Software Heritage" msgstr "beim Verbinden mit Software Heritage" -#: guix/lint.scm:1590 +#: guix/lint.scm:1594 #, scheme-format msgid "ahead of Stackage LTS version ~a" msgstr "neuer als Stackage-LTS-Version ~a" -#: guix/lint.scm:1607 +#: guix/lint.scm:1611 #, scheme-format msgid "tabulation on line ~a, column ~a" msgstr "Tabulator in Zeile ~a, Spalte ~a" -#: guix/lint.scm:1619 +#: guix/lint.scm:1623 #, scheme-format msgid "trailing white space on line ~a" msgstr "Leerzeichen am Ende der Zeile ~a" -#: guix/lint.scm:1633 +#: guix/lint.scm:1637 #, scheme-format msgid "line ~a is way too long (~a characters)" msgstr "Zeile ~a ist viel zu lang (~a Zeichen)" -#: guix/lint.scm:1647 +#: guix/lint.scm:1651 msgid "parentheses feel lonely, move to the previous or next line" msgstr "Hier stehen einsame Klammern, setzen Sie sie auf die vorige oder nächste Zeile" -#: guix/lint.scm:1724 +#: guix/lint.scm:1728 msgid "source file not found" msgstr "Quelldatei nicht gefunden" -#: guix/lint.scm:1736 +#: guix/lint.scm:1740 msgid "Validate package names" msgstr "Paketnamen überprüfen" -#: guix/lint.scm:1740 +#: guix/lint.scm:1744 msgid "Check if tests are explicitly enabled" msgstr "Prüfen gegen voreingestelltes Aktivieren der Tests" -#: guix/lint.scm:1744 +#: guix/lint.scm:1748 msgid "Validate package descriptions" msgstr "Paketbeschreibungen überprüfen" -#: guix/lint.scm:1748 +#: guix/lint.scm:1752 msgid "Identify inputs that should be native inputs" msgstr "Eingaben suchen, die native Eingaben sein sollten" -#: guix/lint.scm:1752 +#: guix/lint.scm:1756 msgid "Identify inputs that shouldn't be inputs at all" msgstr "" "Eingaben suchen, die gar keine Eingaben\n" " sein sollten" -#: guix/lint.scm:1756 +#: guix/lint.scm:1760 msgid "Make sure 'wrap-program' can finds its interpreter." msgstr "Sicherstellen, dass der Interpretierer für „wrap-program“ verfügbar ist" #. TRANSLATORS: is the name of a data type and must not be #. translated. -#: guix/lint.scm:1762 +#: guix/lint.scm:1766 msgid "Make sure the 'license' field is a or a list thereof" msgstr "" "Sicherstellen, dass das „license“-Feld eine oder\n" " eine Liste davon ist" -#: guix/lint.scm:1767 +#: guix/lint.scm:1771 msgid "Make sure tests are only run when requested" msgstr "Sicherstellen, dass Tests nur laufen, wenn sie aktiviert sind" -#: guix/lint.scm:1771 +#: guix/lint.scm:1775 msgid "Suggest 'mirror://' URLs" msgstr "„mirror://“-URLs vorschlagen" -#: guix/lint.scm:1775 +#: guix/lint.scm:1779 msgid "Validate file names of sources" msgstr "Dateinamen der Quellorte überprüfen" -#: guix/lint.scm:1779 +#: guix/lint.scm:1783 msgid "Check for autogenerated tarballs" msgstr "Auf automatisch erzeugte Tarballs prüfen" -#: guix/lint.scm:1783 +#: guix/lint.scm:1787 msgid "Report failure to compile a package to a derivation" msgstr "Fehler dabei melden, ein Paket zu einer Ableitung zu kompilieren" -#: guix/lint.scm:1788 +#: guix/lint.scm:1792 msgid "Report collisions that would occur due to propagated inputs" msgstr "Konflikte melden, die sich aus propagierten Eingaben ergeben würden" -#: guix/lint.scm:1793 +#: guix/lint.scm:1797 msgid "Validate file names and availability of patches" msgstr "Dateinamen und Verfügbarkeit der Patches überprüfen" -#: guix/lint.scm:1797 +#: guix/lint.scm:1801 msgid "Validate patch headers" msgstr "Kopfzeilen der Patches überprüfen" -#: guix/lint.scm:1801 +#: guix/lint.scm:1805 msgid "Look for formatting issues in the source" msgstr "Nach Formatierungsfehlern im Quellort schauen" -#: guix/lint.scm:1808 +#: guix/lint.scm:1812 msgid "Validate package synopses" msgstr "Paketzusammenfassungen überprüfen" -#: guix/lint.scm:1812 +#: guix/lint.scm:1816 msgid "Validate synopsis & description of GNU packages" msgstr "GNU-Paketzusammenfassung und -beschreibung überprüfen" -#: guix/lint.scm:1816 +#: guix/lint.scm:1820 msgid "Validate home-page URLs" msgstr "Homepage-URLs überprüfen" -#: guix/lint.scm:1820 +#: guix/lint.scm:1824 msgid "Validate source URLs" msgstr "Quell-URLs überprüfen" -#: guix/lint.scm:1824 +#: guix/lint.scm:1828 msgid "Suggest GitHub URLs" msgstr "GitHub-URLs vorschlagen" -#: guix/lint.scm:1828 +#: guix/lint.scm:1832 msgid "Check the Common Vulnerabilities and Exposures (CVE) database" msgstr "Die Datenbank der Common Vulnerabilities and Exposures (CVE) überprüfen" -#: guix/lint.scm:1833 +#: guix/lint.scm:1837 msgid "Check the package for new upstream releases" msgstr "Den Ursprung des Pakets auf neue Veröffentlichungen hin prüfen" -#: guix/lint.scm:1837 +#: guix/lint.scm:1841 msgid "Ensure source code archival on Software Heritage" msgstr "Sicherstellen, dass Quellcode bei Software Heritage archiviert wird" -#: guix/lint.scm:1841 +#: guix/lint.scm:1845 msgid "Ensure Haskell packages use Stackage LTS versions" msgstr "Sicherstellen, dass Haskell-Pakete Versionen aus Stackage LTS ausliefern" @@ -2454,8 +2821,8 @@ msgid "~a: unknown hash algorithm~%" msgstr "~a: Unbekannter Hash-Algorithmus~%" #: guix/scripts/download.scm:171 guix/scripts/package.scm:1082 -#: guix/scripts/pull.scm:758 guix/scripts/publish.scm:1213 -#: guix/scripts/time-machine.scm:123 +#: guix/scripts/pull.scm:758 guix/scripts/publish.scm:1260 +#: guix/scripts/discover.scm:136 guix/scripts/time-machine.scm:123 #, scheme-format msgid "~A: extraneous argument~%" msgstr "~A: Überzähliges Argument~%" @@ -3072,8 +3439,8 @@ msgstr "" "Aufruf: guix git BEFEHL ARGUMENTE …\n" "Operationen auf Git-Repositorys durchführen.\n" -#: guix/scripts/git.scm:29 guix/scripts/system.scm:940 -#: guix/scripts/container.scm:30 +#: guix/scripts/git.scm:29 guix/scripts/system.scm:941 +#: guix/scripts/container.scm:30 guix/scripts/home.scm:68 msgid "The valid values for ACTION are:\n" msgstr "Die gültigen Werte für AKTION sind:\n" @@ -3192,15 +3559,17 @@ msgstr "" msgid "~a~%" msgstr "~a~%" -#: guix/scripts/hash.scm:175 guix/scripts/system.scm:1299 -#: guix/scripts/system.scm:1315 guix/scripts/system.scm:1322 -#: guix/scripts/system.scm:1328 guix/scripts/import/gnu.scm:100 +#: guix/scripts/hash.scm:175 guix/scripts/system.scm:1304 +#: guix/scripts/system.scm:1320 guix/scripts/system.scm:1327 +#: guix/scripts/system.scm:1333 guix/scripts/home.scm:282 +#: guix/scripts/home.scm:287 guix/scripts/home.scm:293 +#: guix/scripts/home.scm:300 guix/scripts/import/gnu.scm:100 #: guix/scripts/offload.scm:826 guix/scripts/offload.scm:838 #, scheme-format msgid "wrong number of arguments~%" msgstr "Falsche Argumentanzahl~%" -#: guix/scripts/import.scm:90 +#: guix/scripts/import.scm:92 msgid "" "Usage: guix import IMPORTER ARGS ...\n" "Run IMPORTER with ARGS.\n" @@ -3208,36 +3577,32 @@ msgstr "" "Aufruf: guix import IMPORTER ARGUMENTE …\n" "IMPORTER mit ARGUMENTEN ausführen.\n" -#: guix/scripts/import.scm:93 +#: guix/scripts/import.scm:95 msgid "IMPORTER must be one of the importers listed below:\n" msgstr "IMPORTER muss einer der unten aufgelisteten Importer sein:\n" -#: guix/scripts/import.scm:110 +#: guix/scripts/import.scm:112 #, scheme-format msgid "guix import: missing importer name~%" msgstr "guix import: Importer-Name fehlt~%" -#: guix/scripts/import.scm:132 +#: guix/scripts/import.scm:135 #, scheme-format msgid "'~a' import failed~%" msgstr "Import von „~a“ fehlgeschlagen~%" -#: guix/scripts/import.scm:133 +#: guix/scripts/import.scm:137 #, scheme-format msgid "~a: invalid importer~%" msgstr "~a: Ungültiger Importer~%" #: guix/scripts/import/minetest.scm:44 -#, fuzzy -#| msgid "" -#| "Usage: guix import gem PACKAGE-NAME\n" -#| "Import and convert the RubyGems package for PACKAGE-NAME.\n" msgid "" "Usage: guix import minetest AUTHOR/NAME\n" "Import and convert the Minetest mod NAME by AUTHOR from ContentDB.\n" msgstr "" -"Usage: guix import gem PAKETNAME\n" -"Das RubyGems-Paket für PAKETNAME importieren und umwandeln.\n" +"Aufruf: guix import minetest AUTOR/NAME\n" +"Die Minetest-Mod NAME von AUTOR aus ContentDB importieren und umwandeln.\n" #: guix/scripts/import/minetest.scm:48 guix/scripts/import/cran.scm:51 #: guix/scripts/import/crate.scm:47 guix/scripts/import/egg.scm:46 @@ -3256,12 +3621,16 @@ msgid "" " choose the one with the highest value for KEY\n" " (one of \"score\" (standard) or \"downloads\")" msgstr "" +"\n" +" --sort=SCHLÜSSEL wenn mehrere Implementierungen zur Wahl stehen,\n" +" wird die genommen, wo SCHLÜSSEL den höchsten\n" +" Wert hat (entweder \"score\" oder \"downloads\",\n" +" vorgegeben ist \"score\")" #: guix/scripts/import/minetest.scm:62 -#, fuzzy, scheme-format -#| msgid "~a: invalid sorting key~%" +#, scheme-format msgid "~a: not a valid key to sort by~%" -msgstr "~a: Ungültiger Sortierschlüssel~%" +msgstr "~a: Nach diesem Schlüssel kann nicht sortiert werden~%" #: guix/scripts/import/minetest.scm:115 guix/scripts/import/cran.scm:117 #: guix/scripts/import/elpa.scm:110 guix/scripts/import/cpan.scm:87 @@ -3446,12 +3815,12 @@ msgstr "" " --bootstrap das Bootstrap-Guile benutzen, um das neue Guix zu\n" " erstellen" -#: guix/scripts/pull.scm:210 guix/scripts/system/reconfigure.scm:327 +#: guix/scripts/pull.scm:210 guix/scripts/system/reconfigure.scm:333 #, scheme-format msgid "rolling back channel '~a' from ~a to ~a~%" msgstr "Kanal „~a“ wird von ~a auf ~a zurückgesetzt~%" -#: guix/scripts/pull.scm:213 guix/scripts/system/reconfigure.scm:330 +#: guix/scripts/pull.scm:213 guix/scripts/system/reconfigure.scm:336 #, scheme-format msgid "moving channel '~a' from ~a to unrelated commit ~a~%" msgstr "Kanal „~a“ wird von ~a auf den damit nicht zusammenhängenden Commit ~a verschoben~%" @@ -3686,65 +4055,65 @@ msgstr "~s: Ungültiger Befehl, wird ignoriert~%" msgid "wrong arguments~%" msgstr "Falsche Argumente~%" -#: guix/scripts/system.scm:175 +#: guix/scripts/system.scm:177 #, scheme-format msgid "copying to '~a'..." msgstr "Nach „~a“ kopieren …" -#: guix/scripts/system.scm:211 +#: guix/scripts/system.scm:213 #, scheme-format msgid "initializing the current root file system~%" msgstr "Aktuelles Wurzeldateisystem wird initialisiert~%" -#: guix/scripts/system.scm:225 +#: guix/scripts/system.scm:227 #, scheme-format msgid "not running as 'root', so the ownership of '~a' may be incorrect!~%" msgstr "" "Keine Administratorrechte, daher können die Eigentümer von „~a“ falsch\n" "gespeichert worden sein!~%" -#: guix/scripts/system.scm:255 guix/scripts/system.scm:752 -#: guix/scripts/system.scm:858 -#, scheme-format -msgid "bootloader successfully installed on '~a'~%" +#: guix/scripts/system.scm:257 +#, fuzzy, scheme-format +#| msgid "bootloader successfully installed on '~a'~%" +msgid "bootloader successfully installed on~{ ~a~}~%" msgstr "Bootloader erfolgreich auf „~a“ installiert~%" -#: guix/scripts/system.scm:278 +#: guix/scripts/system.scm:280 #, scheme-format msgid "while talking to shepherd: ~a~%" msgstr "Bei der Kommunikation mit Shepherd: ~a~%" -#: guix/scripts/system.scm:286 +#: guix/scripts/system.scm:288 #, scheme-format msgid "service '~a' could not be found~%" msgstr "Dienst „~a“ konnte nicht gefunden werden~%" -#: guix/scripts/system.scm:289 +#: guix/scripts/system.scm:291 #, scheme-format msgid "service '~a' does not have an action '~a'~%" msgstr "Dienst „~a“ hat keine Aktion „~a“~%" -#: guix/scripts/system.scm:293 +#: guix/scripts/system.scm:295 #, scheme-format msgid "exception caught while executing '~a' on service '~a':~%" msgstr "Ausnahme aufgetreten bei der Ausführung von „~a“ auf Dienst „~a“:~%" -#: guix/scripts/system.scm:301 +#: guix/scripts/system.scm:303 #, scheme-format msgid "something went wrong: ~s~%" msgstr "Etwas ist schiefgelaufen: ~s~%" -#: guix/scripts/system.scm:304 +#: guix/scripts/system.scm:306 #, scheme-format msgid "shepherd error~%" msgstr "Shepherd-Fehler~%" -#: guix/scripts/system.scm:308 +#: guix/scripts/system.scm:310 #, scheme-format msgid "some services could not be upgraded~%" msgstr "Manche Dienste konnten nicht aktualisiert werden~%" -#: guix/scripts/system.scm:309 +#: guix/scripts/system.scm:311 msgid "" "To allow changes to all the system services to take\n" "effect, you will need to reboot." @@ -3752,51 +4121,51 @@ msgstr "" "Um Änderungen an allen Systemdiensten umzusetzen,\n" "müssen Sie den Rechner neu starten." -#: guix/scripts/system.scm:375 +#: guix/scripts/system.scm:377 #, scheme-format msgid "cannot switch to system generation '~a'~%" msgstr "Zu Generation „~a“ kann nicht gewechselt werden~%" -#: guix/scripts/system.scm:451 +#: guix/scripts/system.scm:453 msgid "the DAG of services" msgstr "gerichteter azyklischer Graph der Dienste" -#: guix/scripts/system.scm:464 +#: guix/scripts/system.scm:466 msgid "the dependency graph of shepherd services" msgstr "Abhängigkeitsgraph der Shepherd-Dienste" -#: guix/scripts/system.scm:479 +#: guix/scripts/system.scm:481 guix/scripts/home.scm:439 #, scheme-format msgid " repository URL: ~a~%" msgstr " Repository-URL: ~a~%" -#: guix/scripts/system.scm:481 +#: guix/scripts/system.scm:483 guix/scripts/home.scm:441 #, scheme-format msgid " branch: ~a~%" msgstr " Branch: ~a~%" -#: guix/scripts/system.scm:482 +#: guix/scripts/system.scm:484 guix/scripts/home.scm:442 #, scheme-format msgid " commit: ~a~%" msgstr " Commit: ~a~%" -#: guix/scripts/system.scm:502 +#: guix/scripts/system.scm:504 guix/scripts/home.scm:455 #, scheme-format msgid " file name: ~a~%" msgstr " Dateiname: ~a~%" -#: guix/scripts/system.scm:503 +#: guix/scripts/system.scm:505 guix/scripts/home.scm:456 #, scheme-format msgid " canonical file name: ~a~%" msgstr " kanonischer Dateiname: ~a~%" #. TRANSLATORS: Please preserve the two-space indentation. -#: guix/scripts/system.scm:505 +#: guix/scripts/system.scm:507 #, scheme-format msgid " label: ~a~%" msgstr " Bezeichnung: ~a~%" -#: guix/scripts/system.scm:506 +#: guix/scripts/system.scm:508 #, scheme-format msgid " bootloader: ~a~%" msgstr " Bootloader: ~a~%" @@ -3809,39 +4178,39 @@ msgstr " Bootloader: ~a~%" #. root device: label: "my-root" #. or just: #. root device: /dev/sda3 -#: guix/scripts/system.scm:516 +#: guix/scripts/system.scm:518 #, scheme-format msgid " root device: ~[UUID: ~a~;label: ~s~;~a~]~%" msgstr " Root-Gerät: ~[UUID: ~a~;label: ~s~;~a~]~%" -#: guix/scripts/system.scm:522 +#: guix/scripts/system.scm:524 #, scheme-format msgid " kernel: ~a~%" msgstr " Kernel: ~a~%" -#: guix/scripts/system.scm:527 +#: guix/scripts/system.scm:529 #, scheme-format msgid " multiboot: ~a~%" msgstr " Multiboot: ~a~%" #. TRANSLATORS: Here "channel" is the same terminology as used in #. "guix describe" and "guix pull --channels". -#: guix/scripts/system.scm:533 +#: guix/scripts/system.scm:535 guix/scripts/home.scm:462 #, scheme-format msgid " channels:~%" msgstr " Kanäle:~%" -#: guix/scripts/system.scm:536 +#: guix/scripts/system.scm:538 guix/scripts/home.scm:465 #, scheme-format msgid " configuration file: ~a~%" msgstr " Konfigurationsdatei: ~a~%" -#: guix/scripts/system.scm:609 +#: guix/scripts/system.scm:611 #, scheme-format msgid "device '~a' not found: ~a~%" msgstr "Gerät „~a“ nicht gefunden: ~a~%" -#: guix/scripts/system.scm:612 +#: guix/scripts/system.scm:614 #, scheme-format msgid "" "If '~a' is a file system\n" @@ -3850,42 +4219,47 @@ msgstr "" "Falls „~a“ ein Dateisystem bezeichnet, schreiben Sie\n" "@code{(file-system-label ~s)} in Ihr @code{device}-Feld." -#: guix/scripts/system.scm:621 +#: guix/scripts/system.scm:623 #, scheme-format msgid "file system with label '~a' not found~%" msgstr "Kein Dateisystem mit Bezeichnung „~a“ gefunden~%" -#: guix/scripts/system.scm:627 +#: guix/scripts/system.scm:629 #, scheme-format msgid "file system with UUID '~a' not found~%" msgstr "Kein Dateisystem mit UUID „~a“ gefunden~%" -#: guix/scripts/system.scm:714 +#: guix/scripts/system.scm:716 #, scheme-format msgid "'disk-image' is deprecated: use 'image' instead~%" msgstr "„disk-image“ ist veraltet, benutzen Sie stattdessen „image“~%" -#: guix/scripts/system.scm:716 +#: guix/scripts/system.scm:718 #, scheme-format msgid "'vm-image' is deprecated: use 'image' instead~%" msgstr "„vm-image“ ist veraltet, benutzen Sie stattdessen „image“~%" -#: guix/scripts/system.scm:730 +#: guix/scripts/system.scm:732 #, scheme-format msgid "Consider running 'guix pull' before 'reconfigure'.~%" msgstr "Vielleicht möchten Sie „guix pull“ ausführen vor „reconfigure“.~%" -#: guix/scripts/system.scm:731 +#: guix/scripts/system.scm:733 #, scheme-format msgid "Failing to do that may downgrade your system!~%" msgstr "Andernfalls könnte Ihr System auf einen älteren Stand zurückgesetzt werden!~%" -#: guix/scripts/system.scm:851 +#: guix/scripts/system.scm:754 guix/scripts/system.scm:859 +#, scheme-format +msgid "bootloader successfully installed on '~a'~%" +msgstr "Bootloader erfolgreich auf „~a“ installiert~%" + +#: guix/scripts/system.scm:852 #, scheme-format msgid "activating system...~%" msgstr "System wird aktiviert …~%" -#: guix/scripts/system.scm:862 +#: guix/scripts/system.scm:863 msgid "" "To complete the upgrade, run 'herd restart SERVICE' to stop,\n" "upgrade, and restart each service that was not automatically restarted.\n" @@ -3894,25 +4268,25 @@ msgstr "" "nicht automatisch neu gestartet werden konnte, „herd restart DIENST“\n" "ausführen, um ihn anzuhalten, zu aktualisieren und neu zu starten.\n" -#: guix/scripts/system.scm:865 +#: guix/scripts/system.scm:866 msgid "Run 'herd status' to view the list of services on your system.\n" msgstr "Führen Sie „herd status“ aus, um die Dienste auf Ihrem System zu sehen.\n" -#: guix/scripts/system.scm:869 +#: guix/scripts/system.scm:870 #, scheme-format msgid "initializing operating system under '~a'...~%" msgstr "Betriebssystem unter „~a“ wird initialisiert …~%" -#: guix/scripts/system.scm:889 guix/scripts/graph.scm:437 +#: guix/scripts/system.scm:890 guix/scripts/graph.scm:437 #, scheme-format msgid "~a: unknown backend~%" msgstr "~a: Unbekanntes Backend~%" -#: guix/scripts/system.scm:926 +#: guix/scripts/system.scm:927 msgid "The available image types are:\n" msgstr "Die verfügbaren Abbildtypen sind:\n" -#: guix/scripts/system.scm:936 +#: guix/scripts/system.scm:937 msgid "" "Usage: guix system [OPTION ...] ACTION [ARG ...] [FILE]\n" "Build the operating system declared in FILE according to ACTION.\n" @@ -3922,71 +4296,71 @@ msgstr "" "Das in DATEI deklarierte Betriebssystem entsprechend der AKTION erstellen.\n" "Manche AKTIONEN unterstützen weitere ARGUMENTE.\n" -#: guix/scripts/system.scm:942 +#: guix/scripts/system.scm:943 msgid " search search for existing service types\n" msgstr " search suche nach bestehenden Diensttypen\n" -#: guix/scripts/system.scm:944 +#: guix/scripts/system.scm:945 msgid " reconfigure switch to a new operating system configuration\n" msgstr " reconfigure zur neuen Betriebssystemkonfiguration wechseln\n" -#: guix/scripts/system.scm:946 +#: guix/scripts/system.scm:947 msgid " roll-back switch to the previous operating system configuration\n" msgstr " roll-back zur vorherigen Betriebssystemkonfiguration wechseln\n" -#: guix/scripts/system.scm:948 +#: guix/scripts/system.scm:949 msgid " describe describe the current system\n" msgstr " describe das aktuelle System beschreiben\n" -#: guix/scripts/system.scm:950 +#: guix/scripts/system.scm:951 msgid " list-generations list the system generations\n" msgstr " list-generations die Systemgenerationen auflisten\n" -#: guix/scripts/system.scm:952 +#: guix/scripts/system.scm:953 msgid " switch-generation switch to an existing operating system configuration\n" msgstr " switch-generation zu einer bestehenden Betriebssystemkonfiguration wechseln\n" -#: guix/scripts/system.scm:954 +#: guix/scripts/system.scm:955 msgid " delete-generations delete old system generations\n" msgstr " delete-generations alte Systemgenerationen löschen\n" -#: guix/scripts/system.scm:956 +#: guix/scripts/system.scm:957 msgid " build build the operating system without installing anything\n" msgstr " build das Betriebssystem erstellen, ohne etwas zu installieren\n" -#: guix/scripts/system.scm:958 +#: guix/scripts/system.scm:959 msgid " container build a container that shares the host's store\n" msgstr "" " container einen Container erstellen, der den Store mit dem\n" " Wirtssystem teilt\n" -#: guix/scripts/system.scm:960 +#: guix/scripts/system.scm:961 msgid " vm build a virtual machine image that shares the host's store\n" msgstr "" " vm ein Image für eine virtuelle Maschine erstellen, das den\n" " Store mit dem Wirtssystem teilt\n" -#: guix/scripts/system.scm:962 +#: guix/scripts/system.scm:963 msgid " image build a Guix System image\n" msgstr " image ein Abbild mit Guix System erstellen\n" -#: guix/scripts/system.scm:964 +#: guix/scripts/system.scm:965 msgid " docker-image build a Docker image\n" msgstr " docker-image ein Docker-Image z.B. für einen USB-Stick erstellen\n" -#: guix/scripts/system.scm:966 +#: guix/scripts/system.scm:967 msgid " init initialize a root file system to run GNU\n" msgstr " init ein Wurzeldateisystem initialisieren, um GNU auszuführen\n" -#: guix/scripts/system.scm:968 +#: guix/scripts/system.scm:969 msgid " extension-graph emit the service extension graph in Dot format\n" msgstr " extension-graph den Erweiterungsgraphen im Dot-Format ausgeben\n" -#: guix/scripts/system.scm:970 +#: guix/scripts/system.scm:971 msgid " shepherd-graph emit the graph of shepherd services in Dot format\n" msgstr " shepherd-graph den Graphen der Shepherd-Dienste im Dot-Format ausgeben\n" -#: guix/scripts/system.scm:974 +#: guix/scripts/system.scm:975 msgid "" "\n" " -d, --derivation return the derivation of the given system" @@ -3994,7 +4368,7 @@ msgstr "" "\n" " -d, --derivation die Ableitung des gegebenen Systems liefern" -#: guix/scripts/system.scm:976 +#: guix/scripts/system.scm:977 msgid "" "\n" " -e, --expression=EXPR consider the operating-system EXPR evaluates to\n" @@ -4005,7 +4379,7 @@ msgstr "" " das operating-system betrachten, zu dem AUSDRUCK\n" " ausgewertet wird, statt etwa eine DATEI auszulesen" -#: guix/scripts/system.scm:979 +#: guix/scripts/system.scm:980 msgid "" "\n" " --allow-downgrades for 'reconfigure', allow downgrades to earlier\n" @@ -4015,7 +4389,7 @@ msgstr "" " --allow-downgrades bei „reconfigure“ Rückstufungen auf frühere\n" " Kanalversionen zulassen" -#: guix/scripts/system.scm:982 +#: guix/scripts/system.scm:983 msgid "" "\n" " --on-error=STRATEGY\n" @@ -4028,7 +4402,7 @@ msgstr "" " debug) anwenden, wenn beim Lesen der DATEI ein\n" " Fehler auftritt" -#: guix/scripts/system.scm:986 +#: guix/scripts/system.scm:987 msgid "" "\n" " --list-image-types list available image types" @@ -4036,7 +4410,7 @@ msgstr "" "\n" " --list-image-types verfügbare Abbildtypen auflisten" -#: guix/scripts/system.scm:988 +#: guix/scripts/system.scm:989 msgid "" "\n" " -t, --image-type=TYPE for 'image', produce an image of TYPE" @@ -4044,7 +4418,7 @@ msgstr "" "\n" " -t, --image-type=TYP bei „image“ ein Abbild des TYPs erstellen" -#: guix/scripts/system.scm:990 +#: guix/scripts/system.scm:991 msgid "" "\n" " --image-size=SIZE for 'image', produce an image of SIZE" @@ -4053,7 +4427,7 @@ msgstr "" " --image-size=GRÖSSE\n" " bei „image“ ein Image der GRÖSSE erstellen" -#: guix/scripts/system.scm:992 +#: guix/scripts/system.scm:993 msgid "" "\n" " --no-bootloader for 'init', do not install a bootloader" @@ -4061,7 +4435,7 @@ msgstr "" "\n" " --no-bootloader bei „init“ keinen Bootloader installieren" -#: guix/scripts/system.scm:994 +#: guix/scripts/system.scm:995 msgid "" "\n" " --volatile for 'image', make the root file system volatile" @@ -4070,7 +4444,7 @@ msgstr "" " --volatile bei „image“ Änderungen am Wurzeldateisystem\n" " nicht dauerhaft speichern (sie bleiben „flüchtig“)" -#: guix/scripts/system.scm:996 +#: guix/scripts/system.scm:997 msgid "" "\n" " --label=LABEL for 'image', label disk image with LABEL" @@ -4080,7 +4454,7 @@ msgstr "" " bei „image“ wird das Abbild mit\n" " der BEZEICHNUNG versehen" -#: guix/scripts/system.scm:998 guix/scripts/pack.scm:1331 +#: guix/scripts/system.scm:999 guix/scripts/pack.scm:1331 msgid "" "\n" " --save-provenance save provenance information" @@ -4088,7 +4462,7 @@ msgstr "" "\n" " --save-provenance Provenienzinformationen speichern" -#: guix/scripts/system.scm:1000 +#: guix/scripts/system.scm:1001 msgid "" "\n" " --share=SPEC for 'vm' and 'container', share host file system with\n" @@ -4100,7 +4474,7 @@ msgstr "" " entsprechend der SPEZIFIKATION mit\n" " Lese-/Schreibzugriff teilen" -#: guix/scripts/system.scm:1003 +#: guix/scripts/system.scm:1004 msgid "" "\n" " --expose=SPEC for 'vm' and 'container', expose host file system\n" @@ -4112,7 +4486,7 @@ msgstr "" " entsprechend der SPEZIFIKATION nur mit\n" " Lesezugriff zugänglich machen" -#: guix/scripts/system.scm:1006 +#: guix/scripts/system.scm:1007 msgid "" "\n" " -N, --network for 'container', allow containers to access the network" @@ -4121,7 +4495,7 @@ msgstr "" " -N, --network bei Nutzung von „container“, Containern\n" " Netzwerkzugriff erlauben" -#: guix/scripts/system.scm:1008 +#: guix/scripts/system.scm:1009 msgid "" "\n" " -r, --root=FILE for 'vm', 'image', 'container' and 'build',\n" @@ -4133,7 +4507,7 @@ msgstr "" " einer symbolischen Verknüpfung auf das Ergebnis\n" " machen und als Müllsammler-Wurzel registrieren" -#: guix/scripts/system.scm:1012 +#: guix/scripts/system.scm:1013 msgid "" "\n" " --full-boot for 'vm', make a full boot sequence" @@ -4141,7 +4515,7 @@ msgstr "" "\n" " --full-boot bei „vm“ einen vollständigen Bootvorgang simulieren" -#: guix/scripts/system.scm:1014 +#: guix/scripts/system.scm:1015 msgid "" "\n" " --skip-checks skip file system and initrd module safety checks" @@ -4150,7 +4524,7 @@ msgstr "" " --skip-checks Dateisystem- und Initrd-Modul-Fehlerprüfung\n" " überspringen" -#: guix/scripts/system.scm:1021 +#: guix/scripts/system.scm:1022 msgid "" "\n" " --graph-backend=BACKEND\n" @@ -4161,42 +4535,42 @@ msgstr "" " BACKEND für 'extension-graphs' und 'shepherd-graph'\n" " benutzen" -#: guix/scripts/system.scm:1163 +#: guix/scripts/system.scm:1171 #, scheme-format msgid "'~a' does not return an operating system or an image~%" msgstr "„~a“ liefert kein Betriebssystem oder image-Objekt~%" -#: guix/scripts/system.scm:1187 +#: guix/scripts/system.scm:1195 guix/scripts/home.scm:215 #, scheme-format msgid "both file and expression cannot be specified~%" msgstr "Es können nicht sowohl Datei als auch Ausdruck angegeben werden~%" -#: guix/scripts/system.scm:1194 +#: guix/scripts/system.scm:1202 guix/scripts/home.scm:222 #, scheme-format msgid "no configuration specified~%" msgstr "Keine Konfiguration angegeben~%" -#: guix/scripts/system.scm:1304 +#: guix/scripts/system.scm:1309 #, scheme-format msgid "no system generation, nothing to describe~%" msgstr "Keine Systemgeneration angegeben, kann nicht beschrieben werden~%" -#: guix/scripts/system.scm:1350 +#: guix/scripts/system.scm:1352 guix/scripts/home.scm:323 #, scheme-format msgid "~a: unknown action~%" msgstr "~a: Unbekannte Aktion~%" -#: guix/scripts/system.scm:1366 +#: guix/scripts/system.scm:1372 guix/scripts/home.scm:339 #, scheme-format msgid "wrong number of arguments for action '~a'~%" msgstr "Falsche Anzahl an Argumenten für Aktion „~a“~%" -#: guix/scripts/system.scm:1371 +#: guix/scripts/system.scm:1377 #, scheme-format msgid "guix system: missing command name~%" msgstr "guix system: Befehlsname fehlt~%" -#: guix/scripts/system.scm:1373 +#: guix/scripts/system.scm:1379 #, scheme-format msgid "Try 'guix system --help' for more information.~%" msgstr "Rufen Sie „guix system --help“ auf, um weitere Informationen zu erhalten.~%" @@ -4267,7 +4641,7 @@ msgstr "" msgid "~a: invalid checker~%" msgstr "~a: Unzulässiger Prüfer~%" -#: guix/scripts/publish.scm:84 +#: guix/scripts/publish.scm:86 #, scheme-format msgid "" "Usage: guix publish [OPTION]...\n" @@ -4276,7 +4650,7 @@ msgstr "" "Aufruf: guix publish [OPTION] …\n" "~a über HTTP bereitstellen.\n" -#: guix/scripts/publish.scm:86 +#: guix/scripts/publish.scm:88 msgid "" "\n" " -p, --port=PORT listen on PORT" @@ -4284,7 +4658,7 @@ msgstr "" "\n" " -p, --port=PORT an PORT lauschen" -#: guix/scripts/publish.scm:88 +#: guix/scripts/publish.scm:90 msgid "" "\n" " --listen=HOST listen on the network interface for HOST" @@ -4292,7 +4666,7 @@ msgstr "" "\n" " --listen=HOST auf den Netzwerkschnittstellen für HOST lauschen" -#: guix/scripts/publish.scm:90 +#: guix/scripts/publish.scm:92 msgid "" "\n" " -u, --user=USER change privileges to USER as soon as possible" @@ -4301,7 +4675,7 @@ msgstr "" " -u, --user=NUTZER Berechtigungen von NUTZER so früh wie möglich\n" " übernehmen" -#: guix/scripts/publish.scm:92 +#: guix/scripts/publish.scm:94 msgid "" "\n" " -a, --advertise advertise on the local network" @@ -4309,7 +4683,7 @@ msgstr "" "\n" " -a, --advertise im lokalen Netzwerk anbieten" -#: guix/scripts/publish.scm:94 +#: guix/scripts/publish.scm:96 msgid "" "\n" " -C, --compression[=METHOD:LEVEL]\n" @@ -4319,7 +4693,7 @@ msgstr "" " -C, --compression[=METHODE:STUFE]\n" " Archive mit METHODE auf der STUFE komprimieren" -#: guix/scripts/publish.scm:97 +#: guix/scripts/publish.scm:99 msgid "" "\n" " -c, --cache=DIRECTORY cache published items to DIRECTORY" @@ -4329,7 +4703,7 @@ msgstr "" " veröffentlichte Objekte im VERZEICHNIS\n" " zwischenspeichern" -#: guix/scripts/publish.scm:99 +#: guix/scripts/publish.scm:101 msgid "" "\n" " --cache-bypass-threshold=SIZE\n" @@ -4340,7 +4714,7 @@ msgstr "" " Store-Objekte kleiner als GRÖSSE auch dann anbieten,\n" " wenn sie noch nicht im Zwischenspeicher sind" -#: guix/scripts/publish.scm:102 +#: guix/scripts/publish.scm:104 msgid "" "\n" " --workers=N use N workers to bake items" @@ -4349,7 +4723,7 @@ msgstr "" " --workers=N mit N Worker-Threads angeforderte Objekte in den\n" " Zwischenspeicher einlagern" -#: guix/scripts/publish.scm:104 +#: guix/scripts/publish.scm:106 msgid "" "\n" " --ttl=TTL announce narinfos can be cached for TTL seconds" @@ -4358,7 +4732,7 @@ msgstr "" " --ttl=TTL dem Client mitteilen, dass heruntergeladene Narinfos\n" " TTL Sekunden lang gültig bleiben" -#: guix/scripts/publish.scm:106 +#: guix/scripts/publish.scm:108 msgid "" "\n" " --negative-ttl=TTL announce missing narinfos can be cached for TTL seconds" @@ -4367,7 +4741,7 @@ msgstr "" " --negative-ttl=TTL dem Client mitteilen, dass fehlende Narinfos\n" " TTL Sekunden lang gültig bleiben" -#: guix/scripts/publish.scm:108 +#: guix/scripts/publish.scm:110 msgid "" "\n" " --nar-path=PATH use PATH as the prefix for nar URLs" @@ -4375,7 +4749,7 @@ msgstr "" "\n" " --nar-path=PFAD den Pfad als das Präfix für Nar-URLs benutzen" -#: guix/scripts/publish.scm:110 +#: guix/scripts/publish.scm:112 msgid "" "\n" " --public-key=FILE use FILE as the public key for signatures" @@ -4384,7 +4758,7 @@ msgstr "" " --public-key=DATEI\n" " öffentlichen Schlüssel für Signaturen aus DATEI laden" -#: guix/scripts/publish.scm:112 +#: guix/scripts/publish.scm:114 msgid "" "\n" " --private-key=FILE use FILE as the private key for signatures" @@ -4393,7 +4767,7 @@ msgstr "" " --private-key=DATEI\n" " privaten Schlüssel für Signaturen aus DATEI laden" -#: guix/scripts/publish.scm:114 +#: guix/scripts/publish.scm:116 msgid "" "\n" " -r, --repl[=PORT] spawn REPL server on PORT" @@ -4401,49 +4775,49 @@ msgstr "" "\n" " -r, --repl[=PORT] auf PORT einen REPL-Server erzeugen" -#: guix/scripts/publish.scm:130 +#: guix/scripts/publish.scm:132 #, scheme-format msgid "lookup of host '~a' failed: ~a~%" msgstr "Suche nach Host „~a“ ist fehlgeschlagen: ~a~%" -#: guix/scripts/publish.scm:187 +#: guix/scripts/publish.scm:189 #, scheme-format msgid "lookup of host '~a' returned nothing" msgstr "Suche nach Host „~a“ lieferte kein Ergebnis" -#: guix/scripts/publish.scm:210 +#: guix/scripts/publish.scm:212 #, scheme-format msgid "~a: unsupported compression type~%" msgstr "~a: Nicht unterstützter Kompressionstyp~%" -#: guix/scripts/publish.scm:228 guix/scripts/publish.scm:235 +#: guix/scripts/publish.scm:230 guix/scripts/publish.scm:237 #, scheme-format msgid "~a: invalid duration~%" msgstr "~a: Ungültige Dauer~%" -#: guix/scripts/publish.scm:1164 +#: guix/scripts/publish.scm:1211 #, scheme-format msgid "Advertising ~a~%." msgstr "Biete ~a an.~%" -#: guix/scripts/publish.scm:1196 +#: guix/scripts/publish.scm:1243 #, scheme-format msgid "user '~a' not found: ~a~%" msgstr "Benutzer „~a“ nicht gefunden: ~a~%" -#: guix/scripts/publish.scm:1249 +#: guix/scripts/publish.scm:1296 #, scheme-format msgid "server running as root; consider using the '--user' option!~%" msgstr "" "Server läuft mit Administratorrechten; vielleicht beim\n" "Start „--user“ übergeben!~%" -#: guix/scripts/publish.scm:1257 +#: guix/scripts/publish.scm:1304 #, scheme-format msgid "publishing ~a on ~a, port ~d~%" msgstr "~a wird auf ~a bereitgestellt, Port ~d~%" -#: guix/scripts/publish.scm:1263 +#: guix/scripts/publish.scm:1310 #, scheme-format msgid "using '~a' compression method, level ~a~%" msgstr "Kompressionsmethode „~a“ wird auf Stufe ~a verwendet~%" @@ -4624,7 +4998,7 @@ msgstr "Kein Pfad von „~a“ nach „~a“~%" #. TRANSLATORS: Here 'dot' is the name of a program; it must not be #. translated. -#: guix/scripts/graph.scm:530 +#: guix/scripts/graph.scm:534 msgid "" "Usage: guix graph PACKAGE...\n" "Emit a representation of the dependency graph of PACKAGE...\n" @@ -4632,7 +5006,7 @@ msgstr "" "Aufruf: guix graph PAKET …\n" "Eine Repräsentation für Graphviz (dot) der Abhängigkeiten von PAKET ausgeben …\n" -#: guix/scripts/graph.scm:532 +#: guix/scripts/graph.scm:536 msgid "" "\n" " -b, --backend=TYPE produce a graph with the given backend TYPE" @@ -4640,7 +5014,7 @@ msgstr "" "\n" " -b, --backend=TYP einen Graphen mit dem angegebenen Backend-TYP erzeugen" -#: guix/scripts/graph.scm:534 +#: guix/scripts/graph.scm:538 msgid "" "\n" " --list-backends list the available graph backends" @@ -4648,7 +5022,7 @@ msgstr "" "\n" " --list-backends verfügbare Graph-Backends auflisten" -#: guix/scripts/graph.scm:536 +#: guix/scripts/graph.scm:540 msgid "" "\n" " -t, --type=TYPE represent nodes of the given TYPE" @@ -4656,7 +5030,7 @@ msgstr "" "\n" " -t, --type=TYP Knoten des angegebenen TYPS darstellen" -#: guix/scripts/graph.scm:538 +#: guix/scripts/graph.scm:542 msgid "" "\n" " --list-types list the available graph types" @@ -4664,7 +5038,15 @@ msgstr "" "\n" " --list-types verfügbare Knotentypen auflisten" -#: guix/scripts/graph.scm:540 +#: guix/scripts/graph.scm:544 +msgid "" +"\n" +" --max-depth=DEPTH limit to nodes within distance DEPTH" +msgstr "" +"\n" +" --max-depth=TIEFE nur Knoten bis zu einer Distanz TIEFE zeigen" + +#: guix/scripts/graph.scm:546 msgid "" "\n" " --path display the shortest path between the given nodes" @@ -4673,7 +5055,7 @@ msgstr "" " --path kürzesten Pfad zwischen angegebenen\n" " Knoten zeigen" -#: guix/scripts/graph.scm:542 guix/scripts/pack.scm:1316 +#: guix/scripts/graph.scm:548 guix/scripts/pack.scm:1316 #: guix/scripts/refresh.scm:149 msgid "" "\n" @@ -4683,7 +5065,7 @@ msgstr "" " -e, --expression=AUSDRUCK\n" " das Paket betrachten, zu dem AUSDRUCK ausgewertet wird" -#: guix/scripts/graph.scm:544 +#: guix/scripts/graph.scm:550 msgid "" "\n" " -s, --system=SYSTEM consider the graph for SYSTEM--e.g., \"i686-linux\"" @@ -4692,12 +5074,12 @@ msgstr "" " -s, --system=SYSTEM den Graphen für SYSTEM\n" " anzeigen — z.B. „i686-linux“" -#: guix/scripts/graph.scm:597 +#: guix/scripts/graph.scm:605 #, scheme-format msgid "no arguments specified; creating an empty graph~%" msgstr "Keine Argumente angegeben; leerer Graph wird erzeugt~%" -#: guix/scripts/graph.scm:610 +#: guix/scripts/graph.scm:618 #, scheme-format msgid "'--path' option requires exactly two nodes (given ~a)~%" msgstr "Die Option „--path“ braucht genau 2 Knoten (angegeben wurde ~a)~%" @@ -5091,92 +5473,92 @@ msgstr "Für Singularity müssen Sie eine Shell bündeln~%" msgid "Add @code{bash} or @code{bash-minimal} to your package list." msgstr "Fügen Sie @code{bash} oder @code{bash-minimal} zu Ihrer Paketliste hinzu." -#: guix/scripts/weather.scm:94 +#: guix/scripts/weather.scm:96 msgid "computing ~h package derivations for ~a...~%" msgstr "~h Paketableitungen für ~a werden berechnet …~%" #. TRANSLATORS: it is quite possible zero store items are #. looked for. -#: guix/scripts/weather.scm:195 +#: guix/scripts/weather.scm:197 msgid "looking for ~h store items on ~a...~%" msgstr "Nach ~h Store-Objekten von ~a wird gesucht …~%" -#: guix/scripts/weather.scm:216 +#: guix/scripts/weather.scm:218 msgid " ~,1f% substitutes available (~h out of ~h)~%" msgstr " ~,1f% Substitute verfügbar (~h von ~h)~%" -#: guix/scripts/weather.scm:222 +#: guix/scripts/weather.scm:224 #, scheme-format msgid " unknown substitute sizes~%" msgstr " Unbekannte Substitutgrößen~%" -#: guix/scripts/weather.scm:225 +#: guix/scripts/weather.scm:227 msgid " ~,1h MiB of nars (compressed)~%" msgstr " ~,1h MiB an Nars (komprimiert)~%" -#: guix/scripts/weather.scm:226 +#: guix/scripts/weather.scm:228 msgid " at least ~,1h MiB of nars (compressed)~%" msgstr " Mindestens ~,1h MiB an Nars (komprimiert)~%" -#: guix/scripts/weather.scm:228 +#: guix/scripts/weather.scm:230 msgid " ~,1h MiB on disk (uncompressed)~%" msgstr " ~,1h MiB auf der Platte (unkomprimiert)~%" -#: guix/scripts/weather.scm:231 +#: guix/scripts/weather.scm:233 msgid " ~,3h seconds per request (~,1h seconds in total)~%" msgstr " ~,3h Sekunden pro Anfrage (~,1h Sekunden insgesamt)~%" -#: guix/scripts/weather.scm:233 +#: guix/scripts/weather.scm:235 msgid " ~,1h requests per second~%" msgstr " ~,1h Anfragen pro Sekunde~%" -#: guix/scripts/weather.scm:239 +#: guix/scripts/weather.scm:241 #, scheme-format msgid " (continuous integration information unavailable)~%" msgstr " (Keine Informationen zu kontinuierlicher Integration verfügbar)~%" -#: guix/scripts/weather.scm:242 +#: guix/scripts/weather.scm:244 #, scheme-format msgid " '~a' returned ~a (~s)~%" msgstr " „~a“ lieferte ~a (~s)~%" -#: guix/scripts/weather.scm:259 +#: guix/scripts/weather.scm:261 msgid " ~,1f% (~h out of ~h) of the missing items are queued~%" msgstr " ~,1f% (~h von ~h) der fehlenden Objekte sind in der Warteschlange~%" -#: guix/scripts/weather.scm:265 +#: guix/scripts/weather.scm:267 msgid " at least ~h queued builds~%" msgstr " Mindestens ~h Erstellungen in der Warteschlange~%" -#: guix/scripts/weather.scm:266 +#: guix/scripts/weather.scm:268 msgid " ~h queued builds~%" msgstr " ~h Erstellungen in der Warteschlange~%" -#: guix/scripts/weather.scm:269 +#: guix/scripts/weather.scm:271 #, scheme-format msgid " ~a: ~a (~0,1f%)~%" msgstr " ~a: ~a (~0,1f%)~%" -#: guix/scripts/weather.scm:275 +#: guix/scripts/weather.scm:277 #, scheme-format msgid " build rate: ~1,2f builds per hour~%" msgstr " Erstellungsgeschwindigkeit: ~1,2f Erstellungen pro Stunde~%" -#: guix/scripts/weather.scm:279 +#: guix/scripts/weather.scm:281 #, scheme-format msgid " ~a: ~,2f builds per hour~%" msgstr " ~a: ~,2f Erstellungen pro Stunde~%" -#: guix/scripts/weather.scm:287 +#: guix/scripts/weather.scm:289 #, scheme-format msgid "Substitutes are missing for the following items:~%" msgstr "Substitute fehlen für die folgenden Objekte:~%" -#: guix/scripts/weather.scm:302 +#: guix/scripts/weather.scm:304 msgid "unknown system" msgstr "unbekanntes System" -#: guix/scripts/weather.scm:317 +#: guix/scripts/weather.scm:319 msgid "" "Usage: guix weather [OPTIONS] [PACKAGES ...]\n" "Report the availability of substitutes.\n" @@ -5184,7 +5566,7 @@ msgstr "" "Aufruf: guix weather [OPTIONEN] [PAKETE …]\n" "Über die Verfügbarkeit von Substituten berichten.\n" -#: guix/scripts/weather.scm:319 +#: guix/scripts/weather.scm:321 msgid "" "\n" " --substitute-urls=URLS\n" @@ -5194,7 +5576,7 @@ msgstr "" " --substitute-urls=URLS\n" " die auf URLS verfügbaren Substitute prüfen" -#: guix/scripts/weather.scm:322 +#: guix/scripts/weather.scm:324 msgid "" "\n" " -m, --manifest=MANIFEST\n" @@ -5204,7 +5586,7 @@ msgstr "" " -m, --manifest=MANIFEST\n" " Substitute für im Manifest angegebene Pakete suchen" -#: guix/scripts/weather.scm:325 +#: guix/scripts/weather.scm:327 msgid "" "\n" " -c, --coverage[=COUNT]\n" @@ -5216,7 +5598,7 @@ msgstr "" " angeben, wie viele Substitute es für Pakete mit\n" " mindestens ANZAHL-vielen abhängigen Paketen gibt" -#: guix/scripts/weather.scm:329 +#: guix/scripts/weather.scm:331 msgid "" "\n" " --display-missing display the list of missing substitutes" @@ -5224,7 +5606,7 @@ msgstr "" "\n" " --display-missing auflisten, welche Substitute fehlen" -#: guix/scripts/weather.scm:331 +#: guix/scripts/weather.scm:333 msgid "" "\n" " -s, --system=SYSTEM consider substitutes for SYSTEM--e.g., \"i686-linux\"" @@ -5232,19 +5614,19 @@ msgstr "" "\n" " -s, --system=SYSTEM Substitute für SYSTEM angeben — z.B. „i686-linux“" -#: guix/scripts/weather.scm:355 +#: guix/scripts/weather.scm:357 #, scheme-format msgid "~a: invalid URL~%" msgstr "~a: Ungültige URL~%" -#: guix/scripts/weather.scm:488 +#: guix/scripts/weather.scm:490 #, scheme-format msgid "The following ~a package is missing from '~a' for '~a':~%" msgid_plural "The following ~a packages are missing from '~a' for '~a':~%" msgstr[0] "Das folgende ~a Paket fehlt auf „~a“ für „~a“:~%" msgstr[1] "Die folgenden ~a Pakete fehlen auf „~a“ für „~a“:~%" -#: guix/scripts/weather.scm:494 +#: guix/scripts/weather.scm:496 #, scheme-format msgid "~a package is missing from '~a' for '~a':~%" msgid_plural "~a packages are missing from '~a' for '~a', among which:~%" @@ -5504,47 +5886,47 @@ msgstr "Kein solcher Prozess ~d~%" msgid "exec failed with status ~d~%" msgstr "exec fehlgeschlagen mit Status ~d~%" -#: guix/transformations.scm:178 guix/transformations.scm:246 +#: guix/transformations.scm:179 guix/transformations.scm:247 #, scheme-format msgid "invalid replacement specification: ~s" msgstr "Ungültige Ersatzspezifikation: ~s" -#: guix/transformations.scm:227 +#: guix/transformations.scm:228 #, scheme-format msgid "the source of ~a is not a Git reference" msgstr "Die Quelle von ~a ist keine Git-Referenz" -#: guix/transformations.scm:319 +#: guix/transformations.scm:331 #, scheme-format msgid "~a: invalid Git URL replacement specification" msgstr "~a: Ungültige Git-URL-Ersatzspezifikation" -#: guix/transformations.scm:397 +#: guix/transformations.scm:409 #, scheme-format msgid "~a: invalid toolchain replacement specification" msgstr "~a: Ungültige Toolchain-Ersatzspezifikation" -#: guix/transformations.scm:528 +#: guix/transformations.scm:540 #, scheme-format msgid "~a: invalid package patch specification" msgstr "~a: Ungültige Paketpatch-Spezifikation" -#: guix/transformations.scm:551 +#: guix/transformations.scm:563 #, scheme-format msgid "could not determine latest upstream release of '~a'~%" msgstr "Konnte die neueste Veröffentlichung des Anbieters für „~a“ nicht feststellen~%" -#: guix/transformations.scm:559 +#: guix/transformations.scm:571 #, scheme-format msgid "cannot authenticate source of '~a', version ~a~%" msgstr "Kann die Authentizität der Quelle von „~a“, Version ~a, nicht prüfen~%" -#: guix/transformations.scm:643 +#: guix/transformations.scm:655 #, scheme-format msgid "Available package transformation options:~%" msgstr "Verfügbare Paketumwandlungsoptionen:~%" -#: guix/transformations.scm:649 +#: guix/transformations.scm:661 msgid "" "\n" " --with-source=[PACKAGE=]SOURCE\n" @@ -5555,7 +5937,7 @@ msgstr "" " beim Erstellen des entsprechenden Pakets QUELLE\n" " benutzen" -#: guix/transformations.scm:652 +#: guix/transformations.scm:664 msgid "" "\n" " --with-input=PACKAGE=REPLACEMENT\n" @@ -5565,7 +5947,7 @@ msgstr "" " --with-input=PAKET=ERSATZ\n" " Abhängigkeit PAKET durch ERSATZ ersetzen" -#: guix/transformations.scm:655 +#: guix/transformations.scm:667 msgid "" "\n" " --with-graft=PACKAGE=REPLACEMENT\n" @@ -5575,7 +5957,7 @@ msgstr "" " --with-graft=PAKET=ERSATZ\n" " mit ERSATZ jedes PAKET referenzierende Paket veredeln" -#: guix/transformations.scm:658 +#: guix/transformations.scm:670 msgid "" "\n" " --with-branch=PACKAGE=BRANCH\n" @@ -5585,7 +5967,7 @@ msgstr "" " --with-branch=PAKET=BRANCH\n" " das PAKET aus dem neusten Commit auf BRANCH erstellen" -#: guix/transformations.scm:661 +#: guix/transformations.scm:673 msgid "" "\n" " --with-commit=PACKAGE=COMMIT\n" @@ -5595,7 +5977,7 @@ msgstr "" " --with-commit=PAKET=COMMIT\n" " den angegebenen COMMIT des PAKETs erstellen" -#: guix/transformations.scm:664 +#: guix/transformations.scm:676 msgid "" "\n" " --with-git-url=PACKAGE=URL\n" @@ -5606,7 +5988,7 @@ msgstr "" " das PAKET aus dem von der URL bezeichneten Repository\n" " erstellen" -#: guix/transformations.scm:667 +#: guix/transformations.scm:679 msgid "" "\n" " --with-patch=PACKAGE=FILE\n" @@ -5617,7 +5999,7 @@ msgstr "" " DATEI zur Liste auf PAKET anzuwendender Patches\n" " hinzufügen" -#: guix/transformations.scm:670 +#: guix/transformations.scm:682 msgid "" "\n" " --with-latest=PACKAGE\n" @@ -5628,7 +6010,7 @@ msgstr "" " die neueste Veröffentlichung des Anbieters\n" " von PAKET benutzen" -#: guix/transformations.scm:673 +#: guix/transformations.scm:685 msgid "" "\n" " --with-c-toolchain=PACKAGE=TOOLCHAIN\n" @@ -5639,7 +6021,7 @@ msgstr "" " das PAKET und was davon abhängt mit der\n" " TOOLCHAIN erstellen" -#: guix/transformations.scm:676 +#: guix/transformations.scm:688 msgid "" "\n" " --with-debug-info=PACKAGE\n" @@ -5650,7 +6032,7 @@ msgstr "" " PAKET erstellen und dabei Informationen zur\n" " Fehlersuche behalten" -#: guix/transformations.scm:679 +#: guix/transformations.scm:691 msgid "" "\n" " --without-tests=PACKAGE\n" @@ -5660,7 +6042,7 @@ msgstr "" " --without-tests=PAKET\n" " PAKET erstellen ohne Testkatalog auszuführen" -#: guix/transformations.scm:685 +#: guix/transformations.scm:697 msgid "" "\n" " --help-transform list package transformation options not shown here" @@ -5669,7 +6051,7 @@ msgstr "" " --help-transform die hier nicht angezeigten\n" " Paketumwandlungsoptionen auflisten" -#: guix/transformations.scm:734 +#: guix/transformations.scm:746 #, scheme-format msgid "transformation '~a' had no effect on ~a~%" msgstr "Transformation „~a“ wirkte sich nicht aus auf ~a~%" @@ -6515,7 +6897,7 @@ msgstr "Kanalauthentifizierung deaktiviert~%" msgid "aborting update of channel '~a' to commit ~a, which is not a descendant of ~a" msgstr "Aktualisierung verweigert von Kanal „~a“ auf Commit ~a, der kein Vorfahr von ~a ist" -#: guix/channels.scm:449 guix/scripts/system/reconfigure.scm:317 +#: guix/channels.scm:449 guix/scripts/system/reconfigure.scm:323 msgid "" "Use @option{--allow-downgrades} to force\n" "this downgrade." @@ -6567,6 +6949,10 @@ msgstr "Datei mit Neuigkeiten zum Kanal ist syntaktisch fehlerhaft" msgid "invalid channel news file" msgstr "Ungültige Datei mit Kanalneuigkeiten" +#: guix/packages.scm:313 +msgid "no SHA256 hash for origin" +msgstr "" + #: guix/profiles.scm:591 msgid "unsupported manifest format" msgstr "Nicht unterstütztes Manifest-Format" @@ -6591,44 +6977,173 @@ msgstr "Das Verzeichnis „~a“ gehört Ihnen nicht." msgid "Please change the owner of @file{~a} to user ~s." msgstr "Bitte ändern Sie den Eigentümer von @file{~a} in Benutzer ~s.~%" -#: guix/git.scm:140 +#: guix/remote.scm:76 guix/ssh.scm:188 +#, fuzzy, scheme-format +#| msgid "exec failed with status ~d~%" +msgid "remote command '~{~a~^ ~}' failed with status ~a" +msgstr "exec fehlgeschlagen mit Status ~d~%" + +#: guix/ssh.scm:95 +#, scheme-format +msgid "server at '~a' returned host key '~a' of type '~a' instead of '~a' of type '~a'~%" +msgstr "" + +#: guix/ssh.scm:153 +#, fuzzy, scheme-format +#| msgid "failed to access '~a': ~a~%" +msgid "failed to authenticate server at '~a': ~a" +msgstr "Kann auf „~a“ nicht zugreifen: ~a~%" + +#: guix/ssh.scm:172 +#, fuzzy, scheme-format +#| msgid "SSH public key authentication failed for '~a': ~a~%" +msgid "SSH authentication failed for '~a': ~a~%" +msgstr "Authentisierung bei „~a“ über öffentlichen SSH-Schlüssel fehlgeschlagen: ~a~%" + +#: guix/ssh.scm:176 +#, fuzzy, scheme-format +#| msgid "~a: connection failed: ~a~%" +msgid "SSH connection to '~a' failed: ~a~%" +msgstr "~a: Verbindung fehlgeschlagen: ~a~%" + +#: guix/ssh.scm:225 +#, fuzzy, scheme-format +#| msgid "failed to run 'guix repl' on '~a'~%" +msgid "failed to start 'guix repl' on '~a'" +msgstr "„guix repl“ konnte nicht auf „~a“ ausgeführt werden~%" + +#: guix/ssh.scm:321 +#, fuzzy, scheme-format +#| msgid "failed to connect to '~a': ~a~%" +msgid "failed to connect over SSH to daemon at '~a', socket ~a" +msgstr "Verbindung zu „~a“ fehlgeschlagen: ~a~%" + +#: guix/ssh.scm:460 +#, fuzzy +#| msgid "looking for ~h store items on ~a...~%" +msgid "sending ~a store item (~h MiB) to '~a'...~%" +msgid_plural "sending ~a store items (~h MiB) to '~a'...~%" +msgstr[0] "Nach ~h Store-Objekten von ~a wird gesucht …~%" +msgstr[1] "Nach ~h Store-Objekten von ~a wird gesucht …~%" + +#: guix/ssh.scm:556 +msgid "unknown error while sending files over SSH" +msgstr "" + +#: guix/ssh.scm:601 +#, fuzzy, scheme-format +#| msgid "failed to connect to '~a': ~a~%" +msgid "failed to connect to '~A' on remote host '~A': ~a" +msgstr "Verbindung zu „~a“ fehlgeschlagen: ~a~%" + +#: guix/ssh.scm:604 +#, scheme-format +msgid "no such item on remote host '~A':~{ ~a~}" +msgid_plural "no such items on remote host '~A':~{ ~a~}" +msgstr[0] "" +msgstr[1] "" + +#: guix/ssh.scm:609 +#, scheme-format +msgid "protocol error on remote host '~A': ~a" +msgstr "" + +#: guix/ssh.scm:612 +#, fuzzy, scheme-format +#| msgid "failed to fetch source from '~a'" +msgid "failed to retrieve store items from '~a'" +msgstr "Quelle konnte nicht von „~a“ heruntergeladen werden" + +#: guix/ssh.scm:625 +#, fuzzy, scheme-format +#| msgid "looking for ~h store items on ~a...~%" +msgid "retrieving ~a store item from '~a'...~%" +msgid_plural "retrieving ~a store items from '~a'...~%" +msgstr[0] "Nach ~h Store-Objekten von ~a wird gesucht …~%" +msgstr[1] "Nach ~h Store-Objekten von ~a wird gesucht …~%" + +#: guix/ssh.scm:655 +#, fuzzy, scheme-format +#| msgid "(guix) module not usable on remote host '~a'" +msgid "failed to start Guile on remote host '~A'" +msgstr "Modul (guix) fehlt auf entferntem Rechner „~a“" + +#: guix/ssh.scm:656 +#, scheme-format +msgid "" +"Make sure @command{guile} can be found in\n" +"@code{$PATH} on the remote host. Run @command{ssh ~A guile --version} to\n" +"check." +msgstr "" + +#: guix/ssh.scm:663 +#, scheme-format +msgid "exception occurred on remote host '~A': ~s" +msgstr "" + +#: guix/git.scm:144 msgid "receiving objects" msgstr "Objekte empfangen" -#: guix/git.scm:142 +#: guix/git.scm:146 msgid "indexing objects" msgstr "Index von Objekten erstellen" -#: guix/git.scm:274 +#: guix/git.scm:299 #, scheme-format msgid "Git error ~a~%" msgstr "Git-Fehler ~a~%" -#: guix/git.scm:276 guix/git.scm:499 +#: guix/git.scm:301 guix/git.scm:561 #, scheme-format msgid "Git error: ~a~%" msgstr "Git-Fehler: ~a~%" -#: guix/git.scm:291 +#: guix/git.scm:316 #, scheme-format msgid "updating submodule '~a'...~%" msgstr "Aktualisiere Submodul „~a“ …~%" -#: guix/git.scm:593 +#: guix/git.scm:385 +#, scheme-format +msgid "revision ~a of ~a could not be fetched from Software Heritage~%" +msgstr "Commit ~a von ~a konnte nicht von Software Heritage geholt werden~%" + +#: guix/git.scm:694 #, scheme-format msgid "cannot fetch commit ~a from ~a: ~a" msgstr "Kann Commit ~a aus ~a nicht holen: ~a" -#: guix/git.scm:596 +#: guix/git.scm:697 #, scheme-format msgid "cannot fetch branch '~a' from ~a: ~a" msgstr "Kann Branch „~a“ aus ~a nicht holen: ~a" -#: guix/git.scm:599 +#: guix/git.scm:700 #, scheme-format msgid "Git failure while fetching ~a: ~a" msgstr "Git-Fehler beim Holen von ~a: ~a" +#: guix/substitutes.scm:100 +#, scheme-format +msgid "'~a' does not name a store item~%" +msgstr "„~a“ benennt kein Objekt im Store~%" + +#: guix/substitutes.scm:144 +#, scheme-format +msgid "~a: host not found: ~a~%" +msgstr "~a: Rechnernamen nicht gefunden: ~a~%" + +#: guix/substitutes.scm:150 +#, scheme-format +msgid "~a: connection failed: ~a~%" +msgstr "~a: Verbindung fehlgeschlagen: ~a~%" + +#: guix/substitutes.scm:258 +#, scheme-format +msgid "~s: unsupported server URI scheme~%" +msgstr "~s: Nicht unterstütztes URI-Schema für den Server~%" + #: guix/deprecation.scm:37 #, scheme-format msgid "'~a' is deprecated, use '~a' instead~%" @@ -6796,6 +7311,61 @@ msgstr "S-Ausdruck stellt keinen öffentlichen Schlüssel dar~%" msgid "either '--export' or '--import' must be specified~%" msgstr "Es muss entweder „--export“ oder „--import“ angegeben werden~%" +#: guix/scripts/discover.scm:37 +msgid "" +"Usage: guix discover [OPTION]...\n" +"Discover Guix related services using Avahi.\n" +msgstr "" + +#: guix/scripts/discover.scm:39 +#, fuzzy +#| msgid "" +#| "\n" +#| " -c, --cache=DIRECTORY cache published items to DIRECTORY" +msgid "" +"\n" +" -c, --cache=DIRECTORY cache discovery results in DIRECTORY" +msgstr "" +"\n" +" -c, --cache=VERZEICHNIS\n" +" veröffentlichte Objekte im VERZEICHNIS\n" +" zwischenspeichern" + +#: guix/scripts/discover.scm:41 +#, fuzzy +#| msgid "" +#| "\n" +#| " -h, --help display this help and exit" +msgid "" +"\n" +" -h, --help display this help and exit" +msgstr "" +"\n" +" -h, --help diese Hilfe anzeigen und beenden" + +#: guix/scripts/discover.scm:43 +#, fuzzy +#| msgid "" +#| "\n" +#| " -V, --version display version information and exit" +msgid "" +"\n" +" -V, --version display version information and exit" +msgstr "" +"\n" +" -V, --version Versionsinformationen anzeigen und beenden" + +#: guix/scripts/discover.scm:149 +#, scheme-format +msgid "Avahi daemon is not running, cannot auto-discover substitutes servers.~%" +msgstr "" + +#: guix/scripts/discover.scm:152 +#, fuzzy, scheme-format +#| msgid "~a: TLS error in '~a': ~a~%" +msgid "an Avahi error was raised by `~a': ~a~%" +msgstr "~a: TLS-Fehler in Prozedur „~a“: ~a~%" + #: guix/scripts/environment.scm:88 msgid "" "Usage: guix environment [OPTION]... PACKAGE... [-- COMMAND...]\n" @@ -7019,6 +7589,141 @@ msgstr "„--profile“ kann nicht zusammen mit Paketoptionen angegeben werden~% msgid "no packages specified; creating an empty environment~%" msgstr "Keine Pakete angegeben; leere Umgebung wird erstellt~%" +#: guix/scripts/home/import.scm:234 +#, fuzzy +#| msgid "" +#| ";; This \"manifest\" file can be passed to 'guix package -m' to reproduce\n" +#| ";; the content of your profile. This is \"symbolic\": it only specifies\n" +#| ";; package names. To reproduce the exact same profile, you also need to\n" +#| ";; capture the channels being used, as returned by \"guix describe\".\n" +#| ";; See the \"Replicating Guix\" section in the manual.\n" +msgid "" +";; This \"home-environment\" file can be passed to 'guix home reconfigure'\n" +";; to reproduce the content of your profile. This is \"symbolic\": it only\n" +";; specifies package names. To reproduce the exact same profile, you also\n" +";; need to capture the channels being used, as returned by \"guix describe\".\n" +";; See the \"Replicating Guix\" section in the manual.\n" +msgstr "" +";; Diese \"Manifest\"-Datei kann an 'guix package -m' übergeben werden,\n" +";; um den Inhalt Ihres Profils nachzubilden. Sie ist \"symbolisch\",\n" +";; gibt also nur die Namen der Pakete an. Um genau das gleiche Profil\n" +";; herauszubekommen, müssen Sie auch die verwendeten Kanäle\n" +";; nachbilden, wie \"guix describe\" sie anzeigt. Siehe den Abschnitt\n" +";; \"Guix nachbilden\" im Handbuch.\n" + +#: guix/scripts/home.scm:64 +#, fuzzy +#| msgid "" +#| "Usage: guix system [OPTION ...] ACTION [ARG ...] [FILE]\n" +#| "Build the operating system declared in FILE according to ACTION.\n" +#| "Some ACTIONS support additional ARGS.\n" +msgid "" +"Usage: guix home [OPTION ...] ACTION [ARG ...] [FILE]\n" +"Build the home environment declared in FILE according to ACTION.\n" +"Some ACTIONS support additional ARGS.\n" +msgstr "" +"Aufruf: guix system [OPTION …] AKTION [ARGUMENT …] [DATEI]\n" +"Das in DATEI deklarierte Betriebssystem entsprechend der AKTION erstellen.\n" +"Manche AKTIONEN unterstützen weitere ARGUMENTE.\n" + +#: guix/scripts/home.scm:70 +#, fuzzy +#| msgid " search search for existing service types\n" +msgid " search search for existing service types\n" +msgstr " search suche nach bestehenden Diensttypen\n" + +#: guix/scripts/home.scm:72 +#, fuzzy +#| msgid " reconfigure switch to a new operating system configuration\n" +msgid " reconfigure switch to a new home environment configuration\n" +msgstr " reconfigure zur neuen Betriebssystemkonfiguration wechseln\n" + +#: guix/scripts/home.scm:74 +#, fuzzy +#| msgid " roll-back switch to the previous operating system configuration\n" +msgid " roll-back switch to the previous home environment configuration\n" +msgstr " roll-back zur vorherigen Betriebssystemkonfiguration wechseln\n" + +#: guix/scripts/home.scm:76 +#, fuzzy +#| msgid " describe describe the current system\n" +msgid " describe describe the current home environment\n" +msgstr " describe das aktuelle System beschreiben\n" + +#: guix/scripts/home.scm:78 +#, fuzzy +#| msgid " list-generations list the system generations\n" +msgid " list-generations list the home environment generations\n" +msgstr " list-generations die Systemgenerationen auflisten\n" + +#: guix/scripts/home.scm:80 +#, fuzzy +#| msgid " switch-generation switch to an existing operating system configuration\n" +msgid " switch-generation switch to an existing home environment configuration\n" +msgstr " switch-generation zu einer bestehenden Betriebssystemkonfiguration wechseln\n" + +#: guix/scripts/home.scm:82 +#, fuzzy +#| msgid " delete-generations delete old system generations\n" +msgid " delete-generations delete old home environment generations\n" +msgstr " delete-generations alte Systemgenerationen löschen\n" + +#: guix/scripts/home.scm:84 +#, fuzzy +#| msgid " build build the operating system without installing anything\n" +msgid " build build the home environment without installing anything\n" +msgstr " build das Betriebssystem erstellen, ohne etwas zu installieren\n" + +#: guix/scripts/home.scm:86 +msgid " import generates a home environment definition from dotfiles\n" +msgstr "" + +#: guix/scripts/home.scm:90 +#, fuzzy +#| msgid "" +#| "\n" +#| " -e, --expression=EXPR consider the operating-system EXPR evaluates to\n" +#| " instead of reading FILE, when applicable" +msgid "" +"\n" +" -e, --expression=EXPR consider the home-environment EXPR evaluates to\n" +" instead of reading FILE, when applicable" +msgstr "" +"\n" +" -e, --expression=AUSDRUCK\n" +" das operating-system betrachten, zu dem AUSDRUCK\n" +" ausgewertet wird, statt etwa eine DATEI auszulesen" + +#: guix/scripts/home.scm:195 +#, fuzzy, scheme-format +#| msgid "'~a' does not return an operating system or an image~%" +msgid "'~a' does not return a home environment ~%" +msgstr "„~a“ liefert kein Betriebssystem oder image-Objekt~%" + +#: guix/scripts/home.scm:275 +#, fuzzy, scheme-format +#| msgid "no system generation, nothing to describe~%" +msgid "no home environment generation, nothing to describe~%" +msgstr "Keine Systemgeneration angegeben, kann nicht beschrieben werden~%" + +#: guix/scripts/home.scm:344 +#, fuzzy, scheme-format +#| msgid "guix: missing command name~%" +msgid "guix home: missing command name~%" +msgstr "guix: Befehlsname fehlt~%" + +#: guix/scripts/home.scm:346 +#, fuzzy, scheme-format +#| msgid "Try `guix --help' for more information.~%" +msgid "Try 'guix home --help' for more information.~%" +msgstr "Rufen Sie „guix --help“ auf, um weitere Informationen zu erhalten.~%" + +#: guix/scripts/home.scm:514 +#, fuzzy, scheme-format +#| msgid "cannot switch to system generation '~a'~%" +msgid "cannot switch to home environment generation '~a'~%" +msgstr "Zu Generation „~a“ kann nicht gewechselt werden~%" + #: guix/scripts/time-machine.scm:51 msgid "" "Usage: guix time-machine [OPTION] -- COMMAND ARGS...\n" @@ -7167,8 +7872,8 @@ msgstr "" #: guix/scripts/import/go.scm:117 #, scheme-format -msgid "failed to download meta-data for module '~a'~%" -msgstr "Metadaten für Modul „~a“ konnten nicht geladen werden~%" +msgid "failed to download meta-data for module '~a'.~%" +msgstr "Metadaten für Modul „~a“ konnten nicht geladen werden.~%" #: guix/scripts/import/hackage.scm:49 msgid "" @@ -7274,17 +7979,15 @@ msgstr "" "Das opam-Paket für PAKETNAME importieren und umwandeln.\n" #: guix/scripts/import/opam.scm:49 -#, fuzzy -#| msgid "" -#| "\n" -#| " --repo import packages from this opam repository" msgid "" "\n" " --repo import packages from this opam repository (name, URL or local path)\n" " can be used more than once" msgstr "" "\n" -" --repo Pakete aus diesem opam-Repository importieren" +" --repo Pakete aus diesem opam-Repository importieren\n" +" (Name, URL oder lokaler Pfad),\n" +" kann mehrmals angegeben werden" #: guix/scripts/import/pypi.scm:43 msgid "" @@ -7661,86 +8364,86 @@ msgstr "Kein Aktualisierungsprogramm für ~a~%" msgid "~a: updating from version ~a to version ~a...~%" msgstr "~a: Aktualisiere von Version ~a auf Version ~a …~%" -#: guix/scripts/refresh.scm:336 +#: guix/scripts/refresh.scm:348 #, scheme-format msgid "~a: consider adding this input: ~a~%" msgstr "~a: Vielleicht möchten Sie dies als Eingabe („input“) hinzufügen: ~a~%" -#: guix/scripts/refresh.scm:338 +#: guix/scripts/refresh.scm:351 #, scheme-format msgid "~a: consider adding this native input: ~a~%" msgstr "~a: Vielleicht möchten Sie dies als native Eingabe („native input“) hinzufügen: ~a~%" -#: guix/scripts/refresh.scm:340 +#: guix/scripts/refresh.scm:354 #, scheme-format msgid "~a: consider adding this propagated input: ~a~%" msgstr "~a: Vielleicht möchten Sie dies als propagierte Eingabe („propagated input“) hinzufügen: ~a~%" -#: guix/scripts/refresh.scm:342 +#: guix/scripts/refresh.scm:357 #, scheme-format msgid "~a: consider removing this input: ~a~%" msgstr "~a: Vielleicht möchten Sie diese Eingabe („input“) entfernen: ~a~%" -#: guix/scripts/refresh.scm:344 +#: guix/scripts/refresh.scm:360 #, scheme-format msgid "~a: consider removing this native input: ~a~%" msgstr "~a: Vielleicht möchten Sie diese native Eingabe („native input“) entfernen: ~a~%" -#: guix/scripts/refresh.scm:346 +#: guix/scripts/refresh.scm:363 #, scheme-format msgid "~a: consider removing this propagated input: ~a~%" msgstr "~a: Vielleicht möchten Sie diese propagierte Eingabe („propagated input“) entfernen: ~a~%" -#: guix/scripts/refresh.scm:353 +#: guix/scripts/refresh.scm:369 #, scheme-format msgid "~a: version ~a could not be downloaded and authenticated; not updating~%" msgstr "~a: Version ~a konnte nicht heruntergeladen und authentifiziert werden; Aktualisierung abgebrochen~%" -#: guix/scripts/refresh.scm:370 +#: guix/scripts/refresh.scm:386 #, scheme-format msgid "~a would be upgraded from ~a to ~a~%" msgstr "~a würde von ~a auf ~a aktualisiert~%" -#: guix/scripts/refresh.scm:376 +#: guix/scripts/refresh.scm:392 #, scheme-format msgid "~a is already the latest version of ~a~%" msgstr "~a ist bereits die neuste Version von ~a~%" -#: guix/scripts/refresh.scm:382 +#: guix/scripts/refresh.scm:398 #, scheme-format msgid "~a is greater than the latest known version of ~a (~a)~%" msgstr "~a ist größer als die neuste bekannte Version von ~a (~a)~%" -#: guix/scripts/refresh.scm:393 +#: guix/scripts/refresh.scm:409 #, scheme-format msgid "'~a' updater failed to determine available releases for ~a~%" msgstr "Aktualisierungsprogramm „~a“ konnte die verfügbaren Veröffentlichungen für ~a nicht ermitteln~%" -#: guix/scripts/refresh.scm:432 +#: guix/scripts/refresh.scm:448 #, scheme-format msgid "No dependents other than itself: ~{~a~}~%" msgid_plural "No dependents other than themselves: ~{~a~^ ~}~%" msgstr[0] "Keine Abhängigkeiten außer es selbst: ~{~a~^ ~}~%" msgstr[1] "Keine Abhängigkeiten außer sie selbst: ~{~a~^ ~}~%" -#: guix/scripts/refresh.scm:439 +#: guix/scripts/refresh.scm:455 #, scheme-format msgid "A single dependent package: ~a~%" msgstr "Ein einzelnes abhängiges Paket: ~a~%" -#: guix/scripts/refresh.scm:443 +#: guix/scripts/refresh.scm:459 #, scheme-format msgid "Building the following ~d package would ensure ~d dependent packages are rebuilt: ~{~a~^ ~}~%" msgid_plural "Building the following ~d packages would ensure ~d dependent packages are rebuilt: ~{~a~^ ~}~%" msgstr[0] "Das folgende ~d Paket zu erstellen, würde zur Folge haben, dass ~d abhängige Pakete neu erstellt werden: ~{~a~^ ~}~%" msgstr[1] "Die folgenden ~d Pakete zu erstellen, würde zur Folge haben, dass ~d abhängige Pakete neu erstellt werden: ~{~a~^ ~}~%" -#: guix/scripts/refresh.scm:467 +#: guix/scripts/refresh.scm:483 #, scheme-format msgid "~a depends on the following ~d packages: ~{~a~^ ~}~%." msgstr "~a hängt von den folgenden ~d Paketen ab: ~{~a~^ ~}~%." -#: guix/scripts/refresh.scm:471 +#: guix/scripts/refresh.scm:487 #, scheme-format msgid "The following ~d packages all are dependent packages: ~{~a~^ ~}~%" msgstr "Die folgenden ~d Pakete sind alles abhängige Pakete: ~{~a~^ ~}~%" @@ -7811,17 +8514,17 @@ msgstr "Verbindung geschlossen~%" msgid "~a: unknown type of REPL~%" msgstr "~a: Unbekannter REPL-Typ~%" -#: guix/scripts/system/reconfigure.scm:311 +#: guix/scripts/system/reconfigure.scm:317 #, scheme-format msgid "aborting reconfiguration because commit ~a of channel '~a' is not a descendant of ~a" msgstr "Rekonfigurieren verweigert, weil Commit ~a von Kanal „~a“ kein Vorfahr von ~a ist" -#: guix/scripts/system/reconfigure.scm:371 +#: guix/scripts/system/reconfigure.scm:377 #, scheme-format msgid "cannot determine provenance for current system~%" msgstr "Konnte die Provenienz des aktuellen Systems nicht feststellen~%" -#: guix/scripts/system/reconfigure.scm:373 +#: guix/scripts/system/reconfigure.scm:379 #, scheme-format msgid "cannot determine provenance of ~a~%" msgstr "Konnte die Provenienz von ~a nicht feststellen~%" @@ -7964,18 +8667,6 @@ msgstr "Debug-Ausgabe zur Fehlersuche erzeugen" #~ "Aufruf: guix import nix NIXPKGS ATTRIBUT\n" #~ "Den Nix-Ausdruck ATTRIBUT aus der NIXPKGS-Kopie importieren und umwandeln.\n" -#~ msgid "'~a' does not name a store item~%" -#~ msgstr "„~a“ benennt kein Objekt im Store~%" - -#~ msgid "~a: host not found: ~a~%" -#~ msgstr "~a: Rechnernamen nicht gefunden: ~a~%" - -#~ msgid "~a: connection failed: ~a~%" -#~ msgstr "~a: Verbindung fehlgeschlagen: ~a~%" - -#~ msgid "~s: unsupported server URI scheme~%" -#~ msgstr "~s: Nicht unterstütztes URI-Schema für den Server~%" - #~ msgid " vm-image build a freestanding virtual machine image\n" #~ msgstr "" #~ " vm-image ein unabhängiges Image für eine virtuelle Maschine\n" @@ -8149,9 +8840,6 @@ msgstr "Debug-Ausgabe zur Fehlersuche erzeugen" #~ msgid "hash mismatch for '~a'~%" #~ msgstr "Prüfsummenfehler für „~a“~%" -#~ msgid "'~a' is signed with an unauthorized key~%" -#~ msgstr "„~a“ wurde mit einem unautorisierten Schlüssel signiert~%" - #~ msgid "signature on '~a' is corrupt~%" #~ msgstr "Signatur von „~a“ ist beschädigt~%" @@ -8191,9 +8879,6 @@ msgstr "Debug-Ausgabe zur Fehlersuche erzeugen" #~ msgid "source location of package '~a' is unknown~%" #~ msgstr "Stelle im Quellcode für das Paket „~a“ ist unbekannt~%" -#~ msgid "~a: error: ~a~%" -#~ msgstr "~a: Fehler: ~a~%" - #~ msgid "failed to install locale: ~a~%" #~ msgstr "Locale konnte nicht installiert werden: ~a~%" -- cgit v1.2.3