forked from GirkovArpa/temps-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdutch.json
79 lines (79 loc) · 1.95 KB
/
dutch.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": "nl",
"unknown": "onbekend",
"day, month ?": "dag, maand, ?",
"city, country": "stad, land",
"day": "dag",
"City": "Stad",
"API Key": "API key",
"You need a free api key from <a href='https://www.openweathermap.org/'>openweathermap.</a>": "U heeft éen gratis API key nodig van <a href='https://www.openweathermap.org/'>openweathermap.</a>",
"Temperature scale": "Temperatuurschaal",
"Show weather in menu bar": "Het weer in de menubalk tonen",
"Start at login": "Starten naar het inloggen",
"Time format": "Uursnotatie",
"24h": "24h",
"12h": "12h",
"Apply": "Toepassen",
"Quit": "Verlaten",
"Language": "Taal",
"English": "Engels",
"Spanish": "Spaans",
"German": "Duits",
"French": "Frans",
"Dutch": "Nederlands",
"Italian": "Italiaans",
"Portuguese": "Portugees",
"CURRENT-DATE-FORMAT": "WEEKDAY, MONTH DAY",
"DATES": {
"months": {
"short": {
"jan": "jan",
"feb": "feb",
"mar": "mrt",
"apr": "apr",
"may": "mei",
"jun": "jun",
"jul": "jul",
"aug": "aug",
"sep": "sep",
"oct": "okt",
"nov": "nov",
"dec": "dec"
},
"long": {
"january": "januari",
"february": "februari",
"march": "maart",
"april": "april",
"may": "mei",
"june": "juni",
"july": "juli",
"august": "augustus",
"september": "september",
"october": "oktober",
"november": "november",
"december": "december"
}
},
"weekdays": {
"short": {
"mon": "ma",
"thu": "do",
"sun": "zo",
"tue": "di",
"fri": "vr",
"wed": "wo",
"sat": "za"
},
"long": {
"monday": "maandag",
"thursday": "donderdag",
"sunday": "zondag",
"tuesday": "dinsdag",
"friday": "vrijdag",
"wednesday": "woensdag",
"saturday": "zaterdag"
}
}
}
}