-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create de.json - Translation for German (deutsch). (#3)
Translation for German (deutsch).
- Loading branch information
Showing
1 changed file
with
59 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,59 @@ | ||
{ | ||
"name": "German", | ||
"nativeName": "Deutsch", | ||
"card": { | ||
"phase": { | ||
"firstQuarterMoon": "Erster Viertelmond", | ||
"fullMoon": "Vollmond", | ||
"thirdQuarterMoon": "Dreiviertelmond", | ||
"newMoon": "Neumond", | ||
"waxingCrescentMoon": "Zunehmender Halbmond", | ||
"waxingGibbousMoon": "Zunehmender Dreiviertelmond", | ||
"waningCrescentMoon": "Abnehmender Halbmond", | ||
"waningGibbousMoon": "Abnehmender Dreiviertelmond" | ||
}, | ||
"illumination": "Mondbeleuchtung", | ||
"illuminated": "beleuchtet", | ||
"moonRise": "Mondaufgang", | ||
"moonSet": "Monduntergang", | ||
"moonHigh": "Mond am höchsten", | ||
"moonAge": "Mondalter", | ||
"distance": "Entfernung", | ||
"azimuth": "Astronomischer Azimut", | ||
"altitude": "Mondhöhe", | ||
"fullMoon": "Nächster Vollmond", | ||
"newMoon": "Nächster Neumond", | ||
"relativeTime": { | ||
"days": "Tage", | ||
"justNow": "gegenwärtig", | ||
"minutesAgo": "vor {0} Minuten", | ||
"hoursAgo": "vor {0} Stunden", | ||
"inMinutes": "in {0} Minuten", | ||
"inHours": "in {0} Stunden" | ||
} | ||
}, | ||
"editor": { | ||
"viewConfig": { | ||
"title": "Sprach- und Ansichtsmodus", | ||
"description": "Einstellung der Sprache und des Hintergrunds" | ||
}, | ||
"baseConfig": { | ||
"title": "Breiten- und Längengrad", | ||
"description": "Breiten- und Längengradkonfiguration" | ||
}, | ||
"optionsConfig": { | ||
"useDefault": "Systemeinstellungen verwenden", | ||
"useEntity": "Entität verwenden", | ||
"useCustom": "Benutzerdefinierte Einstellungen verwenden " | ||
}, | ||
"compactView": "Kompakte Ansicht", | ||
"showBackground": "Hintergrund anzeigen", | ||
"timeFormat": "12-Stunden-Zeitformat", | ||
"placeHolder": { | ||
"latitude": "Breitengrad eingeben", | ||
"longitude": "Längengrad eingeben", | ||
"customBackground": "URL oder Pfad zum Bild", | ||
"language": "Sprachauswahl" | ||
} | ||
} | ||
} |