First commit
Some checks failed
Blowfish Docs Deploy / build (push) Has been cancelled
Blowfish Docs Deploy / deploy (push) Has been cancelled
Test Build / Build Example Site (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update Hugo version / updateBlowfish (push) Has been cancelled
Some checks failed
Blowfish Docs Deploy / build (push) Has been cancelled
Blowfish Docs Deploy / deploy (push) Has been cancelled
Test Build / Build Example Site (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Update Hugo version / updateBlowfish (push) Has been cancelled
Delete exampleSite Add initial content, images & docker-compose.yml Use extend-head.html for analytics Set remote url to gitea.novicelab.io Remove original .git due to "shallow update not allowed" error
This commit is contained in:
87
i18n/de.yaml
Normal file
87
i18n/de.yaml
Normal file
@@ -0,0 +1,87 @@
|
||||
global:
|
||||
language: "DE"
|
||||
|
||||
article:
|
||||
anchor_label: "Anker"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Aktualisiert: {{ .Date }}"
|
||||
draft: "Entwurf"
|
||||
edit_title: "Inhalt bearbeiten"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} min"
|
||||
reading_time_title: "Lesezeit"
|
||||
table_of_contents: "Inhaltsverzeichnis"
|
||||
word_count:
|
||||
one: "{{ .Count }} Wort"
|
||||
other: "{{ .Count }} Wörter"
|
||||
views:
|
||||
one: "{{ .Count }} Ansicht"
|
||||
other: "{{ .Count }} Ansichten"
|
||||
likes:
|
||||
one: "{{ .Count }} Like"
|
||||
other: "{{ .Count }} Likes"
|
||||
part_of_series: "Dieser Artikel ist Teil einer Serie."
|
||||
part: "Teil"
|
||||
this_article: "Dieser Artikel"
|
||||
related_articles: "Verwandte Artikel"
|
||||
reply_by_email: "Per E-Mail antworten"
|
||||
zen_mode_title:
|
||||
enable: "Zen-Modus aktivieren"
|
||||
disable: "Zen-Modus deaktivieren"
|
||||
|
||||
a11y:
|
||||
title: "Einstellungen zur Barrierefreiheit"
|
||||
disable_blur: "Blur deaktivieren"
|
||||
disable_images: "Bilder deaktivieren"
|
||||
show_link_underline: "Links unterstreichen"
|
||||
font_size: "Schriftgröße"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
|
||||
code:
|
||||
copy: "Kopieren"
|
||||
copied: "Kopiert"
|
||||
|
||||
error:
|
||||
404_title: "Seite nicht gefunden :confused:"
|
||||
404_error: "Fehler 404"
|
||||
404_description: "Es sieht so aus, als ob es diese Seite nicht gibt."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Zum dunklen Erscheinungsbild wechseln"
|
||||
light_appearance: "Zum hellen Erscheinungsbild wechseln"
|
||||
powered_by: "Erstellt mit {{ .Hugo }} & {{ .Theme }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Link zu einer externen Seite"
|
||||
no_articles: "Es gibt hier noch keine Beiträge."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Zum Anfang scrollen"
|
||||
skip_to_main: "Zum Hauptinhalt springen"
|
||||
|
||||
search:
|
||||
open_button_title: "Suche (/)"
|
||||
close_button_title: "Schließen (Esc)"
|
||||
input_placeholder: "Suchen"
|
||||
|
||||
sharing:
|
||||
email: "Per E-Mail teilen"
|
||||
facebook: "Auf Facebook teilen"
|
||||
line: "Auf LINE teilen"
|
||||
linkedin: "Auf LinkedIn teilen"
|
||||
pinterest: "Auf Pinterest pinnen"
|
||||
reddit: "An Reddit senden"
|
||||
twitter: "Auf Twitter teilen"
|
||||
bluesky: "Auf Bluesky posten"
|
||||
whatsapp: "Über WhatsApp teilen"
|
||||
telegram: "Über Telegram teilen"
|
||||
mastodon: "Auf Mastodon teilen"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Neue Beiträge"
|
||||
|
||||
recent:
|
||||
show_more: "Zeige Mehr"
|
||||
Reference in New Issue
Block a user