This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d2b938ea5e news: Add 'de' translation.
d2b938ea5e is described below

commit d2b938ea5e3854869427cd6ea083c63a4de79e6c
Author: pelzflorian (Florian Pelz) <[email protected]>
AuthorDate: Sat Feb 8 13:08:24 2025 +0100

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation for linux-libre entries.
    
    Change-Id: Id03cce3c5b0ea01578835d83bda8d1ec06b53215
---
 etc/news.scm | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index f587c51bcb..106a58a2b0 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -68,20 +68,32 @@ etwa die Systemarchitektur, den VPS-Typ usw.@: wählen.")))
 
   (entry (commit "616ae36e0f557cecb4abe58c5b0973b9428d25e0")
         (title
-         (en "Kernel persistent storage in UEFI disabled"))
+         (en "Kernel persistent storage in UEFI disabled")
+         (de "Im Kernel wurde persistenter Speicher in UEFI abgeschaltet"))
         (body
-          (en "The linux-libre kernel's persistent storage (pstore) mechanism
+         (en "The linux-libre kernel's persistent storage (pstore) mechanism
 can use UEFI non-volative memory to store information that would otherwise be
 lost, such as kernel panic logs.  However, this can permanently fill the
 non-volatile memory on some hardware implementations, breaking the ability to
 reconfigure Guix System.  Therefore, this mechanism has been disabled by 
default
-in the build-time kernel configuration.  Users can re-enable it if desired.")))
+in the build-time kernel configuration.  Users can re-enable it if desired.")
+         (de "Im Kernel Linux-libre kann nicht flüchtiger Speicher eines UEFI
+als persistenter Speicher (pstore) benutzt werden, um Informationen zu
+behalten, die andernfalls nicht mehr einsehbar wären, wie Protokolle einer
+Kernel Panic.  Jedoch kann dadurch der nicht flüchtige Speicher auf manchen
+Hardware-Implementierungen dauerhaft gefüllt werden, wodurch weiteres
+Rekonfigurieren eines Guix System unmöglich wird.  Daher wurde dieser
+Mechanismus in der Vorgabeeinstellung neu erstellter Kernels abgeschaltet.
+Interessierte Benutzer können ihn wieder aktivieren.")))
 
  (entry (commit "f40eff02413c20cdb6200d90cbb7f674cea475fd")
         (title
-         (en "Linux-libre 6.13 now available"))
+         (en "Linux-libre 6.13 now available")
+         (de "Linux-libre 6.13 jetzt verfügbar"))
         (body
-         (en "The 6.13 linux-libre series is now available in GNU Guix.")))
+         (en "The 6.13 linux-libre series is now available in GNU Guix.")
+         (de "Die Versionsreihe 6.13 von Linux-libre ist ab jetzt in GNU Guix
+verfügbar.")))
 
  (entry (commit "0aa45f18543552f2396414ab130dab40f8969d27")
         (title

Reply via email to