Erster Entwurf
This commit is contained in:
commit
b5d27b3fc9
66 changed files with 11671 additions and 0 deletions
67
i18n/de.yaml
Normal file
67
i18n/de.yaml
Normal file
|
@ -0,0 +1,67 @@
|
|||
# General
|
||||
- id: read_more
|
||||
translation: Mehr…
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: Zuletzt geändert
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: Inhalt
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: Vorheriger Beitrag
|
||||
|
||||
- id: post_nav_next
|
||||
translation: Nächster Beitrag
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: Über {{ .Count }}
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: ACHTUNG
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: Bitte aktiviere mindestens ein Widget in der Seitenleiste.
|
||||
|
||||
# Events widget
|
||||
- id: events_title
|
||||
translation: Unser nächster Termin
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: Suchen...
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: Kategorien
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: Letzte Beiträge
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: Soziales
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: Schlagworte
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation: "Erzeugt mit <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> und <a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> theme."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: 404. Seite nicht gefunden
|
||||
|
||||
- id: 404_text
|
||||
translation: "Die gesuchte Seite wurde anscheinend verschoben, gelöscht oder existiert nicht. Bitte benutze die Suche oder gehe zur"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "Startseite"
|
67
i18n/en.yaml
Normal file
67
i18n/en.yaml
Normal file
|
@ -0,0 +1,67 @@
|
|||
# General
|
||||
- id: read_more
|
||||
translation: Read more…
|
||||
|
||||
# Post meta
|
||||
- id: meta_lastmod
|
||||
translation: Last Modified
|
||||
|
||||
# Table of Contents
|
||||
- id: toc_title
|
||||
translation: Page content
|
||||
|
||||
# Post nav
|
||||
- id: post_nav_prev
|
||||
translation: Previous
|
||||
|
||||
- id: post_nav_next
|
||||
translation: Next
|
||||
|
||||
# Authorbox
|
||||
- id: authorbox_name
|
||||
translation: About {{ .Count }}
|
||||
|
||||
# Sidebar
|
||||
- id: sidebar_warning
|
||||
translation: WARNING
|
||||
|
||||
- id: sidebar_recommendation
|
||||
translation: Please activate at least one sidebar widget.
|
||||
|
||||
# Events widget
|
||||
- id: events_title
|
||||
translation: Our next Event
|
||||
|
||||
# Search widget
|
||||
- id: search_placeholder
|
||||
translation: SEARCH...
|
||||
|
||||
# Categories widget
|
||||
- id: categories_title
|
||||
translation: Categories
|
||||
|
||||
# Recent Posts widget
|
||||
- id: recent_title
|
||||
translation: Recent Posts
|
||||
|
||||
# Social widget
|
||||
- id: social_title
|
||||
translation: Social
|
||||
|
||||
# Tags List widget
|
||||
- id: tags_title
|
||||
translation: Tags
|
||||
|
||||
# Footer
|
||||
- id: footer_credits
|
||||
translation: "Generated with <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> and <a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> theme."
|
||||
|
||||
# 404
|
||||
- id: 404_title
|
||||
translation: 404. Page not found
|
||||
|
||||
- id: 404_text
|
||||
translation: "The page you were looking for appears to have been moved, deleted or does not exist. Please, use search or go to"
|
||||
|
||||
- id: 404_linktext
|
||||
translation: "main page"
|
Loading…
Add table
Add a link
Reference in a new issue