-
-
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 da.json - Danish Translation (#6)
Added Danish local.
- 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": "Danish", | ||
"nativeName": "Dansk", | ||
"card": { | ||
"phase": { | ||
"firstQuarterMoon": "Tiltagende Måne", | ||
"fullMoon": "Fuldmåne", | ||
"thirdQuarterMoon": "Aftagende måne", | ||
"newMoon": "Nymåne", | ||
"waxingCrescentMoon": "Waxing crescent", | ||
"waxingGibbousMoon": "Waxing gibbous", | ||
"waningCrescentMoon": "Waning crescent", | ||
"waningGibbousMoon": "Waning gibbous" | ||
}, | ||
"illumination": "Belysning", | ||
"illuminated": "Oplyst", | ||
"moonRise": "Måneopgang", | ||
"moonSet": "Månenedgang", | ||
"moonHigh": "Månen højest", | ||
"moonAge": "Månealderen", | ||
"distance": "Afstand", | ||
"azimuth": "Azimuth", | ||
"altitude": "Højde", | ||
"fullMoon": "Fuldmåne", | ||
"newMoon": "Nymåne", | ||
"relativeTime": { | ||
"days": "dage", | ||
"justNow": "lige nu", | ||
"minutesAgo": "{0} minutter siden", | ||
"hoursAgo": "{0} timer siden", | ||
"inMinutes": "in {0} minutter", | ||
"inHours": "in {0} timer" | ||
} | ||
}, | ||
"editor": { | ||
"viewConfig": { | ||
"title": "Sprog og visningstilstand", | ||
"description": "Indstil en konfiguration for sprog og baggrund" | ||
}, | ||
"baseConfig": { | ||
"title": "Bredde og længdegrad", | ||
"description": "Indstil en konfiguration for breddegrad og længdegrad" | ||
}, | ||
"optionsConfig": { | ||
"useDefault": "Brug systemet", | ||
"useEntity": "Brug enhed", | ||
"useCustom": "Brug brugerdefineret" | ||
}, | ||
"compactView": "Kompakt udsigt", | ||
"showBackground": "Vis baggrund", | ||
"timeFormat": "12-timers tidsformat", | ||
"placeHolder": { | ||
"latitude": "Indtast breddegrad", | ||
"longitude": "Indtast længdegrad", | ||
"customBackground": "URL eller sti til billede", | ||
"language": "Vælg sprog" | ||
} | ||
} | ||
} |