diff options
| author | Sadeep Madurange <16175248+smadurange@users.noreply.github.com> | 2025-10-22 21:57:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 21:57:45 +0800 |
| commit | 52ca4f999ca07424a6ebb3e40835ff37914953fa (patch) | |
| tree | 471f802f66da339c3a6f5a06b36658014da518fa /i18n/de.toml | |
| parent | 7e1ab9ae9164e1955525acbf8b754021dc74518c (diff) | |
| parent | 170d56ea2e17f786e4f1bda7f736783b73a902b0 (diff) | |
| download | gohugo-theme-ed-master.tar.gz | |
Diffstat (limited to 'i18n/de.toml')
| -rw-r--r-- | i18n/de.toml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..ffe2f71 --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,74 @@ +[home] + other = 'Home' + +[more] + other = 'Lies mehr...' + +[published_on] + other = 'Veröffentlicht am' + +[updated_on] + other = 'Aktualisiert am' + +[latest_publications] + other = 'Neueste Publikationen' + +[your_name] + other = 'Ihr Name' + +[email_address] + other = 'E-Mail Adresse' + +[message] + other = 'Nachricht' + +[edited_by] + other = 'Bearbeitet von {{ . }}' + +[404_title] + other = 'Seite nicht gefunden' + +[404_description] + other = "Entschuldigung, wir haben die URL verschoben oder sie verweist auf eine Ressource, die nicht existiert." + +[404_back] + other = 'Gehen Sie zur Startseite zurück und starten dort eine neue Suche' + +[by] + other = 'von {{ . }}' + +[send] + other = 'Senden' + +[all_publications] + other = 'Alle Publikationen' + +[publications_tagged] + other = 'Publikationen mit Tags "{{ . }}"' + +[table_of_contents] + other = 'Inhalte' + +[search_help] + other = "Geben Sie einen Suchbegriff ein um die Website zu durchsuchen." + +[search_site] + other = 'Website durchsuchen' + +[search_no_results] + other = 'Keine Resultate gefunden.' + +[search_results] + other = 'Gefundene Resultate:' + +[tag_cloud] + other = 'Tag Cloud' + +[back_to_top] + other = 'Zurück zum Anfang' + +[back_to_top_label] + other = 'Zurück zum Seitenanfang' + +[annotate] + other = 'Anmerkung hinzufügen' |
