forked from welpo/tabi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.toml
70 lines (61 loc) · 2.32 KB
/
de.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# This has been machine translated.
# If you would like to help correct errors or improve the translation,
# please open an issue or submit a pull request.
# https://github.com/welpo/tabi
language_name = "Deutsch" # Shown in language picker for multi-language sites.
date_locale = "de_DE"
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu
blog = "blog"
archive = "archiv"
tags = "tags"
projects = "projekte"
about = "über"
# Navigation.
read_more = "Weiterlesen"
post = "beitrag"
posts = "beiträge" # Plural of "post".
prev = "Vorherig" # As in "Previous" page.
next = "Nächst" # As in "Next" page.
of = "von" # E.g. Page 1 "of" 3
all_posts = "Alle Beiträge"
all_tags = "Alle Tags"
language_selection = "Sprachauswahl"
toggle_mode = "Wechsle in den $MODE Modus" # $MODE will be replaced by a value (or both) below.
dark = "dunkel"
light = "hell"
# Post metadata.
draft = "ENTWURF"
min_read = "min. lesedauer"
words = "wörter"
last_updated_on = "Zuletzt aktualisiert am"
see_changes = "Änderungen anzeigen"
# Post body.
table_of_contents = "Inhaltsverzeichnis"
load_comments = "Kommentare laden"
# Copy code block button.
copied = "Kopiert!"
copy_code_to_clipboard = "Code in die Zwischenablage kopieren"
# Footer.
powered_by = "Angetrieben von"
and = "und"
site_source = "Quellcode der Seite"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Die Seite, die du angefordert hast, scheint nicht zu existieren"
translation_missing = "oder wurde noch nicht in deine Sprache übersetzt"
check_url = "Überprüfe die URL auf Fehler oder"
go_home = "zurück zur Startseite gehen"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Originalzitat anzeigen"
show_translation = "Übersetzung anzeigen"
open_quotation_mark = "„"
close_quotation_mark = "“"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Dies ist ein Web-Feed, auch bekannt als Atom-Feed. Abonnieren Sie, indem Sie die URL aus der Adressleiste in Ihren Nachrichtenleser kopieren. Besuchen Sie About Feeds, um mehr zu erfahren und loszulegen. Es ist kostenlos."
visit_the_site = "Besuchen Sie die Webseite"
recent_posts = "Aktuelle Beiträge"