summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2026-09-03 09:19:35 -0300
committerEuAndreh <eu@euandre.org>2026-09-03 09:19:35 -0300
commit7c016c48b6356147c567a9222de45dd50dd8a405 (patch)
tree9ca75538543556d9afd58910906f775be634b337 /po/de.po
parentsrc/static.conf ($discussions_url_prefix): Fix typo in address (diff)
downloadeuandre.org-7c016c48b6356147c567a9222de45dd50dd8a405.tar.gz
euandre.org-7c016c48b6356147c567a9222de45dd50dd8a405.tar.xz
Diffstat (limited to '')
-rw-r--r--po/de.po222
1 files changed, 202 insertions, 20 deletions
diff --git a/po/de.po b/po/de.po
index 3524d73..ddfac3b 100644
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2025-05-01 19:02-0300\n"
+"POT-Creation-Date: 2026-08-27 14:39-0300\n"
"PO-Revision-Date: 2025-04-29 19:46-0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -19,90 +19,261 @@ msgstr ""
#. type: Plain text
#: src/headers/ref.txt:2
msgid "en/blog/\tBlog"
-msgstr ""
+msgstr "de/blog/\tBlog"
#. type: Plain text
#: src/headers/ref.txt:4
msgid "en/til/\tTIL"
-msgstr ""
+msgstr "de/hhg/\tHHG"
#. type: Plain text
#: src/headers/ref.txt:6
msgid "en/podcast/\tPodcasts"
-msgstr ""
+msgstr "de/podcast/\tPodcast"
#. type: Plain text
#: src/headers/ref.txt:8
msgid "en/screencast/\tScreencasts"
-msgstr ""
+msgstr "de/screencast/\tScreencasts"
#. type: Plain text
#: src/headers/ref.txt:10
msgid "en/pastebin/\tPastebins"
-msgstr ""
+msgstr "de/pastebin/\tPastebins"
#. type: Plain text
#: src/headers/ref.txt:12
msgid "en/slide/\tSlides"
-msgstr ""
+msgstr "de/folien/\tFolien"
#. type: Plain text
#: src/headers/ref.txt:13
msgid "en/about.html\tAbout"
-msgstr ""
+msgstr "de/ueber.html\tÜber"
#. type: Plain text
#: src/names/categories/ref.txt:1
msgid "categories"
-msgstr ""
+msgstr "kategorien"
#. type: Plain text
#: src/names/category/ref.txt:1
msgid "category"
-msgstr ""
+msgstr "kategorie"
+
+#. type: Plain text
+#: src/names/feed/ref.txt:1
+msgid "Atom feed"
+msgstr "Atom-Feed"
+
+#. type: Plain text
+#: src/names/tagline/ref.txt:1
+msgid "Robust software, for everybody."
+msgstr "Robuste Software, für alle."
+
+#. type: Plain text
+#: src/names/feedicon_alt/ref.txt:1
+msgid "The Atom feed icon"
+msgstr "Das Symbol des Atom-Feeds"
+
+#. type: Title =
+#: src/content/en/index.adoc:1
+#, no-wrap
+msgid "Home"
+msgstr "Startseite"
+
+#. type: Plain text
+#: src/content/en/index.adoc:3
+msgid "The newest of each collection is below."
+msgstr "Das Neueste aus jeder Sammlung steht unten."
#. type: Title =
#: src/content/en/about.adoc:1
#, no-wrap
msgid "About"
-msgstr ""
+msgstr "Über"
#. type: Plain text
-#: src/content/en/about.adoc:9
+#: src/content/en/about.adoc:17
msgid ""
-"Hi, I'm EuAndreh. I write software and, occasionally, music. You can find "
-"my contact information in the footer of this page, or mail my {mailto}"
-"[public inbox] ({archive}[archive])."
+"Hi, I'm EuAndreh -- André Miranda Moreira. I write software and, "
+"occasionally, music. You can find my contact information in the footer of "
+"this page, or mail my {mailto}[public inbox] ({archive}[archive])."
msgstr ""
+"Hallo, ich bin EuAndreh -- André Miranda Moreira. Ich schreibe Software und "
+"gelegentlich Musik. Meine Kontaktdaten stehen im Fußbereich dieser Seite, "
+"oder schreib an meinen {mailto}[öffentlichen Posteingang] ({archive}"
+"[Archiv])."
#. type: Plain text
-#: src/content/en/about.adoc:11
+#: src/content/en/about.adoc:20
msgid ""
"This is my personal website where I write articles, publish software and "
"more related work."
msgstr ""
+"Dies ist meine persönliche Website, auf der ich Artikel schreibe, Software "
+"veröffentliche und verwandte Arbeiten zeige."
+
+#. type: Plain text
+#: src/content/en/about.adoc:23
+msgid ""
+"I write about robust software: the kind that still works after the network "
+"drops, after the vendor leaves, and after you stop paying attention."
+msgstr ""
+
+#. type: Plain text
+#: src/content/en/about.adoc:33
+msgid ""
+"That shows up in a few places. I care about reproducible systems, so I run "
+"a link:{stateless}[stateless NixOS workstation] and have written bridges "
+"like link:{cargo2nix}[cargo2nix] and link:{swift2nix}[swift2nix] to make "
+"Rust and Swift first-class citizens inside Nix builds. I care about durable "
+"data, which is why I keep returning to local-first software, persistent data "
+"structures, and link:{database}[the database I wish existed]: embedded, "
+"immutable, and syncable. And I care about tools that don't need a company "
+"behind them, so I reach for Git, email and plain text before I reach for a "
+"service -- far enough that link:{bugtracker}[my bug tracker is a directory]."
+msgstr ""
+
+#. type: Plain text
+#: src/content/en/about.adoc:37
+msgid ""
+"I also think about how teams ship -- fault injection (link:{fallible}"
+"[fallible]), link:{flags}[feature flags], and link:{interviewing}[how we "
+"interview engineers] -- because robustness is a team habit before it is a "
+"technology."
+msgstr ""
+
+#. type: Title =
+#: src/content/en/music.adoc:1
+#, no-wrap
+msgid "Music"
+msgstr "Musik"
+
+#. type: Plain text
+#: src/content/en/music.adoc:8
+msgid ""
+"Scores I have engraved, with a synthesised rendering of each. The LilyPond "
+"sources are in the repository; the PDFs are built from them."
+msgstr ""
+"Von mir gestochene Notenblätter, jeweils mit einer synthetisierten "
+"Wiedergabe. Die LilyPond-Quellen liegen im Repository; die PDFs werden "
+"daraus gebaut."
+
+#. type: Title ==
+#: src/content/en/music.adoc:9
+#, no-wrap
+msgid "Scores"
+msgstr "Notenblätter"
+
+#. type: Plain text
+#: src/content/en/music.adoc:12
+msgid "João Pernambuco, link:{dengoso}.pdf[Dengoso]"
+msgstr ""
+
+#. type: delimited block +
+#: src/content/en/music.adoc:17
+#, no-wrap
+msgid ""
+"<audio controls>\n"
+" <source src=\"../music/dengoso.ogg\" type=\"audio/ogg\" />\n"
+"</audio>\n"
+msgstr ""
+
+#. type: Plain text
+#: src/content/en/music.adoc:20
+msgid "Canhoto, link:{marcha}.pdf[Marcha dos Marinheiros]"
+msgstr ""
+
+#. type: delimited block +
+#: src/content/en/music.adoc:25
+#, no-wrap
+msgid ""
+"<audio controls>\n"
+" <source src=\"../music/marcha-dos-marinheiros.ogg\" type=\"audio/ogg\" />\n"
+"</audio>\n"
+msgstr ""
+
+#. type: Plain text
+#: src/content/en/music.adoc:28
+msgid "Agustín Barrios, link:{choro}.pdf[Choro da Saudade]"
+msgstr ""
+
+#. type: delimited block +
+#: src/content/en/music.adoc:33
+#, no-wrap
+msgid ""
+"<audio controls>\n"
+" <source src=\"../music/choro-da-saudade.ogg\" type=\"audio/ogg\" />\n"
+"</audio>\n"
+msgstr ""
+
+#. type: Title =
+#: src/content/en/blog/index.adoc:1
+#, no-wrap
+msgid "Blog"
+msgstr "Blog"
+
+#. type: Title =
+#: src/content/en/blog/categories.adoc:1 src/content/en/til/categories.adoc:1
+#: src/content/en/pastebin/categories.adoc:1
+#: src/content/en/podcast/categories.adoc:1
+#: src/content/en/screencast/categories.adoc:1
+#: src/content/en/slide/categories.adoc:1
+#, no-wrap
+msgid "Articles by category"
+msgstr "Artikel nach Kategorie"
#. type: Title =
#: src/content/en/til/index.adoc:1
#, no-wrap
msgid "Today I Learned"
-msgstr ""
+msgstr "Heute Habe ich Gelernt"
#. type: Plain text
#: src/content/en/til/index.adoc:6
msgid "**T**oday **I** **L**earned: small entries of useful knowledge."
msgstr ""
+"**H**eute **H**abe ich **G**elernt (aus dem Englischen, _**T**oday **I** "
+"**L**earned_): kleine Einträge nützlichen Wissens."
#. type: Plain text
#: src/content/en/til/index.adoc:7
msgid "Shameless rip-off of {anna-e-so}[Anna e só]."
-msgstr ""
+msgstr "Schamlose Kopie von {anna-e-so}[Anna e só]."
#. type: Title =
-#: src/content/en/til/categories.adoc:1
+#: src/content/en/pastebin/index.adoc:1
#, no-wrap
-msgid "Articles by category"
+msgid "Pastebins"
+msgstr "Pastebins"
+
+#. type: Title =
+#: src/content/en/podcast/index.adoc:1
+#, no-wrap
+msgid "Podcasts"
+msgstr "Podcast"
+
+#. type: Title =
+#: src/content/en/screencast/index.adoc:1
+#, no-wrap
+msgid "Screencasts"
+msgstr "Screencasts"
+
+#. type: Title =
+#: src/content/en/slide/index.adoc:1
+#, no-wrap
+msgid "Slides"
+msgstr "Folien"
+
+#. type: Plain text
+#: src/content/en/slide/index.adoc:4
+msgid ""
+"Slide decks, rendered to PDF: no browser needed to read them, and no "
+"JavaScript presentation framework to carry along."
msgstr ""
+"Foliensätze als PDF gesetzt: kein Browser nötig, um sie zu lesen, und kein "
+"JavaScript-Präsentationsframework im Schlepptau."
#. type: Title =
#: src/content/en/til/2020/08/12/filename-timestamp.adoc:1
@@ -159,3 +330,14 @@ msgid ""
"left. This means that you can easily sort them (and even tab-complete "
"them) with no extra effort or tool required."
msgstr ""
+
+#~ msgid "en/start.html\tStart here"
+#~ msgstr "de/anfang.html\tHier anfangen"
+
+#, no-wrap
+#~ msgid "Start here"
+#~ msgstr "Hier anfangen"
+
+#, no-wrap
+#~ msgid "Slides by category"
+#~ msgstr "Folien nach Kategorie"