diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2023-01-14 12:08:42 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2023-01-14 12:11:20 +0100 |
commit | 77a34996000acf43b668ebf491afb6d02e85b0ec (patch) | |
tree | a5fee6ffaac62d034a285655af9086405baf86fc /etc/news.scm | |
parent | 3e1c85b7ec9e694168dd322dcc93866b666beba9 (diff) | |
download | guix-77a34996000acf43b668ebf491afb6d02e85b0ec.tar.gz |
news: Add 'de' translation.
* etc/news.scm: Add German translation of entry about linux-libre 6.0 removal.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/news.scm b/etc/news.scm index acd322dff1..1f0f1e43b7 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -28,11 +28,15 @@ (entry (commit "9ea37eb9f5329c213757bbfe5d9241cde8433858") (title - (en "Linux-libre 6.0 removed due to end of upstream support")) + (en "Linux-libre 6.0 removed due to end of upstream support") + (de "Linux-libre 6.0 wurde entfernt")) (body - (en "The linux-libre 6.0 kernel series has reached the end of + (en "The linux-libre 6.0 kernel series has reached the end of its life, and no longer supported upstream. For this - reason, it has been removed from GNU Guix."))) + reason, it has been removed from GNU Guix.") + (de "Vom Kernel @code{linux-libre} wird die 6.0-Versionsreihe keine +Unterstützung von dessen Anbieter mehr erfahren („end of life“). Daher ist es +aus GNU Guix entfernt worden."))) (entry (commit "ce8a34bc9ab89f31f107383ba791954864aed372") (title |