UNPKG

1.33 kBJavaScriptView Raw
1export default {
2 "locale": "pt-MZ",
3 "style": "narrow",
4 "year": {
5 "previous": "ano passado",
6 "current": "este ano",
7 "next": "próximo ano",
8 "past": {
9 "one": "-{0} ano",
10 "other": "-{0} anos"
11 },
12 "future": {
13 "one": "+{0} ano",
14 "other": "+{0} anos"
15 }
16 },
17 "quarter": {
18 "previous": "trim. passado",
19 "current": "este trim.",
20 "next": "próximo trim.",
21 "past": "-{0} trim.",
22 "future": "+{0} trim."
23 },
24 "month": {
25 "previous": "mês passado",
26 "current": "este mês",
27 "next": "próximo mês",
28 "past": {
29 "one": "-{0} mês",
30 "other": "-{0} meses"
31 },
32 "future": {
33 "one": "+{0} mês",
34 "other": "+{0} meses"
35 }
36 },
37 "week": {
38 "previous": "semana passada",
39 "current": "esta semana",
40 "next": "próxima semana",
41 "past": "-{0} sem.",
42 "future": "+{0} sem."
43 },
44 "day": {
45 "previous": "ontem",
46 "previous-2": "anteontem",
47 "current": "hoje",
48 "next": "amanhã",
49 "next-2": "depois de amanhã",
50 "past": {
51 "one": "-{0} dia",
52 "other": "-{0} dias"
53 },
54 "future": {
55 "one": "+{0} dia",
56 "other": "+{0} dias"
57 }
58 },
59 "hour": {
60 "current": "esta hora",
61 "past": "-{0} h",
62 "future": "+{0} h"
63 },
64 "minute": {
65 "current": "este minuto",
66 "past": "-{0} min",
67 "future": "+{0} min"
68 },
69 "second": {
70 "current": "agora",
71 "past": "-{0} s",
72 "future": "+{0} s"
73 }
74}
\No newline at end of file