forked from GirkovArpa/temps-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportuguese.json
79 lines (79 loc) · 1.97 KB
/
portuguese.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": "pt",
"unknown": "Desconhcido",
"day, month ?": "dia, mês ?",
"city, country": "cidade, país",
"day": "dia",
"City": "Cidade",
"API Key": "Chave de API",
"You need a free api key from <a href='https://www.openweathermap.org/'>openweathermap.</a>": "Insira aqui uma chave de API de <a href='https://www.openweathermap.org/'>openweathermap.</a>",
"Temperature scale": "Escala de Temperatura",
"Show weather in menu bar": "Mostrar o tempo na barra de menu",
"Start at login": "Iniciar ao logar",
"Time format": "Formato de hora",
"24h": "24h",
"12h": "12h",
"Apply": "Aplicar",
"Quit": "Sair",
"Language": "Língua",
"English": "Inglês",
"Spanish": "Espanhol",
"German" : "Alemão",
"French" : "Francês",
"Dutch" : "Holandês",
"Italian": "Italiano",
"Portuguese": "Português",
"CURRENT-DATE-FORMAT": "WEEKDAY, MONTH DAY",
"DATES": {
"months": {
"short": {
"jan": "jan",
"feb": "fev",
"mar": "mar",
"apr": "abr",
"may": "mai",
"jun": "jun",
"jul": "jul",
"aug": "ago",
"sep": "set",
"oct": "out",
"nov": "nov",
"dec": "dez"
},
"long": {
"january": "janeiro",
"february": "fevereiro",
"march": "março",
"april": "abril",
"may": "maio",
"june": "junho",
"july": "julho",
"august": "agosto",
"september": "setembro",
"october": "outubro",
"november": "novembro",
"december": "dezembro"
}
},
"weekdays": {
"short": {
"mon": "seg",
"thu": "qui",
"sun": "dom",
"tue": "ter",
"fri": "sex",
"wed": "qua",
"sat": "sáb"
},
"long": {
"monday": "segunda",
"thursday": "quinta",
"sunday": "domingo",
"tuesday": "terça",
"friday": "sexta",
"wednesday": "quarta",
"saturday": "sábado"
}
}
}
}