diff options
| author | pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de> | 2025-02-08 13:08:24 +0100 |
|---|---|---|
| committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-12 02:13:59 +0100 |
| commit | d2b938ea5e3854869427cd6ea083c63a4de79e6c (patch) | |
| tree | 29a6e11a67e25dc35ade67b8e13ee1de315d3f65 | |
| parent | f650fc3e15e0ba04b3998daf13db8666fcfd9627 (diff) | |
news: Add 'de' translation.
* etc/news.scm: Add German translation for linux-libre entries.
Change-Id: Id03cce3c5b0ea01578835d83bda8d1ec06b53215
| -rw-r--r-- | etc/news.scm | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/etc/news.scm b/etc/news.scm index f587c51bcb7..106a58a2b0a 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -68,20 +68,32 @@ etwa die Systemarchitektur, den VPS-Typ usw.@: wählen."))) | |||
| 68 | 68 | ||
| 69 | (entry (commit "616ae36e0f557cecb4abe58c5b0973b9428d25e0") | 69 | (entry (commit "616ae36e0f557cecb4abe58c5b0973b9428d25e0") |
| 70 | (title | 70 | (title |
| 71 | (en "Kernel persistent storage in UEFI disabled")) | 71 | (en "Kernel persistent storage in UEFI disabled") |
| 72 | (de "Im Kernel wurde persistenter Speicher in UEFI abgeschaltet")) | ||
| 72 | (body | 73 | (body |
| 73 | (en "The linux-libre kernel's persistent storage (pstore) mechanism | 74 | (en "The linux-libre kernel's persistent storage (pstore) mechanism |
| 74 | can use UEFI non-volative memory to store information that would otherwise be | 75 | can use UEFI non-volative memory to store information that would otherwise be |
| 75 | lost, such as kernel panic logs. However, this can permanently fill the | 76 | lost, such as kernel panic logs. However, this can permanently fill the |
| 76 | non-volatile memory on some hardware implementations, breaking the ability to | 77 | non-volatile memory on some hardware implementations, breaking the ability to |
| 77 | reconfigure Guix System. Therefore, this mechanism has been disabled by default | 78 | reconfigure Guix System. Therefore, this mechanism has been disabled by default |
| 78 | in the build-time kernel configuration. Users can re-enable it if desired."))) | 79 | in the build-time kernel configuration. Users can re-enable it if desired.") |
| 80 | (de "Im Kernel Linux-libre kann nicht flüchtiger Speicher eines UEFI | ||
| 81 | als persistenter Speicher (pstore) benutzt werden, um Informationen zu | ||
| 82 | behalten, die andernfalls nicht mehr einsehbar wären, wie Protokolle einer | ||
| 83 | Kernel Panic. Jedoch kann dadurch der nicht flüchtige Speicher auf manchen | ||
| 84 | Hardware-Implementierungen dauerhaft gefüllt werden, wodurch weiteres | ||
| 85 | Rekonfigurieren eines Guix System unmöglich wird. Daher wurde dieser | ||
| 86 | Mechanismus in der Vorgabeeinstellung neu erstellter Kernels abgeschaltet. | ||
| 87 | Interessierte Benutzer können ihn wieder aktivieren."))) | ||
| 79 | 88 | ||
| 80 | (entry (commit "f40eff02413c20cdb6200d90cbb7f674cea475fd") | 89 | (entry (commit "f40eff02413c20cdb6200d90cbb7f674cea475fd") |
| 81 | (title | 90 | (title |
| 82 | (en "Linux-libre 6.13 now available")) | 91 | (en "Linux-libre 6.13 now available") |
| 92 | (de "Linux-libre 6.13 jetzt verfügbar")) | ||
| 83 | (body | 93 | (body |
| 84 | (en "The 6.13 linux-libre series is now available in GNU Guix."))) | 94 | (en "The 6.13 linux-libre series is now available in GNU Guix.") |
| 95 | (de "Die Versionsreihe 6.13 von Linux-libre ist ab jetzt in GNU Guix | ||
| 96 | verfügbar."))) | ||
| 85 | 97 | ||
| 86 | (entry (commit "0aa45f18543552f2396414ab130dab40f8969d27") | 98 | (entry (commit "0aa45f18543552f2396414ab130dab40f8969d27") |
| 87 | (title | 99 | (title |
