Skip to content

Commit

Permalink
feat(i18n): add German locale file (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhaid99 authored Aug 13, 2022
1 parent b405a58 commit 940b281
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions _data/locales/de-DE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# The layout text of site

# ----- Commons label -----

layout:
post: Eintrag
category: Kategorie
tag: Tag

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: Startseite
categories: Kategorien
tags: Tags
archives: Archiv
about: Über

# the text displayed in the search bar & search results
search:
hint: Suche
cancel: Abbrechen
no_results: Ups! Keine Einträge gefunden.

panel:
lastmod: Kürzlich aktualisiert
trending_tags: Beliebte Tags
toc: Inhalt

copyright:
# Shown at the bottom of the post
license:
template: Dieser Eintrag ist vom Autor unter :LICENSE_NAME lizensiert.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

# Displayed in the footer
brief: Einige Rechte vorbehalten.
verbose: >-
Alle Einträge auf dieser Seite stehen, soweit nicht anders angegeben, unter der Lizenz Creative Commons Attribution 4.0 (CC BY 4.0).
meta: Powered by :PLATFORM with :THEME theme.

not_found:
statment: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.

notification:
update_found: Eine neue Version ist verfügbar.
update: Neue Version

# ----- Posts related labels -----

post:
written_by: Von
posted: Veröffentlicht
updated: Aktualisiert
words: Wörter
pageview_measure: Aufrufe
read_time:
unit: Minuten
prompt: lesen
relate_posts: Weiterlesen
share: Teilen
button:
next: Nächster Eintrag
previous: Eintrag vorher
copy_code:
succeed: Kopiert!
share_link:
title: Link kopieren
succeed: Link erfolgreich kopiert!
# pinned prompt of posts list on homepage
pin_prompt: Angepinnt

# categories page
categories:
category_measure:
singular: Kategorie
plural: Kategorien
post_measure:
singular: Eintrag
plural: Einträge

0 comments on commit 940b281

Please sign in to comment.