forked from GirkovArpa/temps-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgerman.json
79 lines (79 loc) · 2.13 KB
/
german.json
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
71
72
73
74
75
76
77
78
79
{
"ABBR": "de",
"unknown": "unbekannt",
"day, month ?": "Tag, Monat, ?",
"city, country": "Stadt, Land",
"day": "Tag",
"City": "Stadt",
"API Key": "API-Key",
"You need a free api key from <a href='https://www.openweathermap.org/'>openweathermap.</a>": "Kostenloser API-Key nötig von <a href='https://www.openweathermap.org/'>openweathermap.</a>",
"Temperature scale": "Temperatureinheit",
"Show weather in menu bar": "Wetter in der Menüleiste anzeigen",
"Start at login": "Beim Einloggen starten",
"Time format": "Uhrzeitformat",
"24h": "24h",
"12h": "12h",
"Apply": "Übernehmen",
"Quit": "Beenden",
"Language": "Sprache",
"English": "Englisch",
"Spanish": "Spanisch",
"German": "Deutsch",
"French": "Französisch",
"Dutch": "Holländisch",
"Italian": "Italienisch",
"Portuguese": "Portugiesisch",
"CURRENT-DATE-FORMAT": "WEEKDAY, DAY. MONTH",
"DATES": {
"months": {
"short": {
"jan": "jan",
"feb": "febr",
"mar": "mrz",
"apr": "apr",
"may": "mai",
"jun": "jun",
"jul": "jul",
"aug": "aug",
"sep": "sept",
"oct": "okt",
"nov": "nov",
"dec": "dez"
},
"long": {
"january": "januar",
"february": "februar",
"march": "märz",
"april": "april",
"may": "mai",
"june": "juni",
"july": "juli",
"august": "august",
"september": "september",
"october": "oktober",
"november": "november",
"december": "dezember"
}
},
"weekdays": {
"short": {
"sun": "so",
"mon": "mo",
"tue": "di",
"wed": "mi",
"thu": "do",
"fri": "fr",
"sat": "sa"
},
"long": {
"sunday": "sonntag",
"monday": "montag",
"tuesday": "dienstag",
"wednesday": "mittwoch",
"thursday": "donnerstag",
"friday": "freitag",
"saturday": "samstag"
}
}
}
}