Skip to content

Commit 58ed322

Browse files
authored
feat(i18n): add German translations (#64)
1 parent 0b3bca4 commit 58ed322

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

i18n/de.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[go_back]
2+
other = "Zurück"
3+
4+
[home]
5+
other = "Startseite"
6+
7+
[offline_title]
8+
other = "Oops! Du bist offline"
9+
10+
[offline_info]
11+
other = """
12+
Es scheint ein Problem mit deiner Verbindung zu geben. Bitte überprüfe den Netzwerkstatus.
13+
14+
Bitte kontaktiere uns, wenn du glaubst, dass es sich um einen Serverfehler handelt. Vielen Dank.
15+
"""
16+
17+
[try_again]
18+
other = "versuche es erneut"

0 commit comments

Comments
 (0)