diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/de.toml | 46 | ||||
| -rw-r--r-- | i18n/en.toml | 46 |
2 files changed, 92 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml new file mode 100644 index 0000000..fb65774 --- /dev/null +++ b/i18n/de.toml @@ -0,0 +1,46 @@ +# GERMAN translations +[common] + more = "mehr" + next = "Weiter" + previous = "Zurück" + +[header] + navmenu = "Webseiten Navigation" + +[list] + default_description = "Alle Beiträge in {{ . }}" + empty = "Keine Beiträge in diesem Bereich." + reading_time= "Geschätzte Lesezeit: {{ . }} min" + +[pagination] + current = "Aktuelle Seite" + go_to = "Gehe zu Seite" + label = "Seiten Navigation" + next_page = "Nächste Seite" + position = "Seite {{ . }} von {{ . }}" + previous_page = "Vorherige Seite" + +[posts] + name = "Beiträge" + navigation = "Beitrag Navigation" + next = "Nächster Beitrag:" + previous = "Vorheriger Beitrag:" + recent = "Neueste Beiträge" + view_all = "Alle Beiträge" + +[tags] + all = "Alle Schlagwörter" + empty = "Keine Schlagwörter gefunden." + name = "Schlagwörter" + navigation = "Schlagwörter Navigation" + no_posts = "Keine Artikel mit diesem Schlagwort gefunden." + overview_all = "Übersicht aller Themen auf dieser Webseite:" + postcount_number = "{{ . }} Artikel gefunden" + postcount_title = "Anzahl der Artikel" + posts_list = "Artikel mit diesem Schlagwort:" + tagged_with = "Getaggt mit:" + +[404] + title = "Seite nicht gefunden" + description = "Die angefragte Seite existiert nicht." + homepage = "Zurück zur Startseite" diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..690db3c --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,46 @@ +# ENGLISH translations +[common] + more = "more" + next = "Next" + previous = "Previous" + +[header] + navmenu = "Website navigation" + +[list] + default_description = "All posts in {{ . }}" + empty = "No posts in this section." + reading_time= "Estimated reading time: {{ . }} min" + +[pagination] + current = "Current page" + go_to = "Go to page" + label = "Page navigation" + next_page = "Next page" + position = "Page {{ . }} of {{ . }}" + previous_page = "Previous page" + +[posts] + name = "Posts" + navigation = "Post navigation" + next = "Next post:" + previous = "Previous post:" + recent = "Recent Posts" + view_all = "View all posts" + +[tags] + all = "All tags" + empty = "No tags found." + name = "Tags" + navigation = "Tag navigation" + no_posts = "No posts found with this tag." + overview_all = "Overview of all topics covered on this site:" + postcount_number = "{{ . }} posts found" + postcount_title = "Number of posts" + posts_list = "Posts with this tag:" + tagged_with = "Tagged with:" + +[404] + title = "Page not found" + description = "The requested page does not exist." + homepage = "Back to the homepage" |
