-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: add german translation (#44)
- Loading branch information
1 parent
e049463
commit 3b8659a
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
table_of_contents = "Inhaltsverzeichnis" | ||
open_main_menu = "Hauptmenü öffnen" | ||
open_lang_switcher = "Sprache wechseln öffnen" | ||
[reading_time] | ||
one = "Lesezeit eine Minute" | ||
other = "Lesezeit {{ .Count }} Minuten" | ||
|
||
[search] | ||
title = "Suche" | ||
empty_result = "Kein Ergebnis gefunden." | ||
placeholder = "Suche..." | ||
|
||
[header] | ||
darkmode_toggle = "Dark Mode umschalten" | ||
|
||
[404] | ||
go_back_home = "Zurück zur Startseite" | ||
sorry = "Leider konnten wir die von Ihnen gesuchte Seite nicht finden." | ||
page_not_found = "Seite nicht gefunden" | ||
|
||
[footer] | ||
powered_by = "Powered by {{ .Generator }} {{ .Heart }} {{ .Theme }}" | ||
copyright_with_since ="{{ .CopyrightSign }} {{ .SinceYear }} - {{ .CurrentYear}} {{ .Copyright }}" | ||
copyright_wo_since ="{{ .CopyrightSign }} {{ .CurrentYear}} {{ .Copyright }}" | ||
|
||
[paginator] | ||
newer_posts = "Neuere Beiträge" | ||
older_posts = "Ältere Beiträge" | ||
|
||
[taxonomies] | ||
categories = "Kategorien" | ||
tags = "Tags" | ||
series = "Serie" |