forked from GirkovArpa/temps-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspanish.json
79 lines (79 loc) · 1.98 KB
/
spanish.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": "es",
"unknown": "desconocido",
"day, month ?": "día, mes, ?",
"city, country": "ciudad, país",
"day": "día",
"City": "Ciudad",
"API Key": "Llave de API",
"You need a free api key from <a href='https://www.openweathermap.org/'>openweathermap.</a>": "Necesita una llave gratis de <a href='https://www.openweathermap.org/'>openweathermap.</a>",
"Temperature scale": "Escala de temperatura",
"Show weather in menu bar": "Tiempo en la barra de tareas",
"Start at login": "Comenzar al iniciar sesión",
"Time format": "Formato de tiempo",
"24h": "24h",
"12h": "12h",
"Apply": "Aplicar",
"Quit": "Abandonar",
"Language": "Idioma",
"English": "Inglés",
"Spanish": "Español",
"German": "Aleman",
"French": "Francés",
"Dutch": "Holandés",
"Italian": "Italiano",
"Portuguese": "Portugués",
"CURRENT-DATE-FORMAT": "WEEKDAY, MONTH DAY",
"DATES": {
"months": {
"short": {
"jan": "ene",
"feb": "feb",
"mar": "mar",
"apr": "abr",
"may": "may",
"jun": "jun",
"jul": "jul",
"aug": "ago",
"sep": "sept",
"oct": "oct",
"nov": "nov",
"dec": "dic"
},
"long": {
"january": "enero",
"february": "febrero",
"march": "marzo",
"april": "abril",
"may": "mayo",
"june": "junio",
"july": "julio",
"august": "agosto",
"september": "septiembre",
"october": "octubre",
"november": "noviembre",
"december": "diciembre"
}
},
"weekdays": {
"short": {
"sun": "dom",
"mon": "lun",
"tue": "mar",
"wed": "mié",
"thu": "jue",
"fri": "vie",
"sat": "sáb"
},
"long": {
"sunday": "domingo",
"monday": "lunes",
"tuesday": "martes",
"wednesday": "miércoles",
"thursday": "jueves",
"friday": "viernes",
"saturday": "sábado"
}
}
}
}