javascript-time-ago 2.5.6 → 2.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/javascript-time-ago.js +1 -1
- package/bundle/javascript-time-ago.js.map +1 -1
- package/bundle/javascript-time-ago.min.js +1 -1
- package/bundle/javascript-time-ago.min.js.map +1 -1
- package/commonjs/TimeAgo.test.js.map +1 -1
- package/index.d.ts +1 -1
- package/load-all-locales/index.cjs +8 -0
- package/load-all-locales/index.cjs.js +8 -0
- package/load-all-locales/index.js +16 -0
- package/locale/bgc/package.json +16 -0
- package/locale/bgc.json +159 -0
- package/locale/bgc.json.d.ts +4 -0
- package/locale/bgc.json.js +159 -0
- package/locale/brx.json +66 -66
- package/locale/brx.json.js +66 -66
- package/locale/cv/package.json +16 -0
- package/locale/cv.json +159 -0
- package/locale/cv.json.d.ts +4 -0
- package/locale/cv.json.js +159 -0
- package/locale/dsb.json +6 -6
- package/locale/dsb.json.js +6 -6
- package/locale/en-AU.json +1 -1
- package/locale/en-AU.json.js +1 -1
- package/locale/en-CA.json +2 -8
- package/locale/en-CA.json.js +2 -8
- package/locale/en.json +16 -28
- package/locale/en.json.js +16 -28
- package/locale/eo/package.json +16 -0
- package/locale/eo.json +275 -0
- package/locale/eo.json.d.ts +4 -0
- package/locale/eo.json.js +275 -0
- package/locale/fa.json +2 -2
- package/locale/fa.json.js +2 -2
- package/locale/ff-Adlm.json +4 -4
- package/locale/ff-Adlm.json.js +4 -4
- package/locale/fil.json +52 -175
- package/locale/fil.json.js +52 -175
- package/locale/ga.json +21 -7
- package/locale/ga.json.js +21 -7
- package/locale/hi-Latn.json +75 -78
- package/locale/hi-Latn.json.js +75 -78
- package/locale/hu.json +6 -6
- package/locale/hu.json.js +6 -6
- package/locale/ks/package.json +16 -0
- package/locale/ks.json +159 -0
- package/locale/ks.json.d.ts +4 -0
- package/locale/ks.json.js +159 -0
- package/locale/mai/package.json +16 -0
- package/locale/mai.json +159 -0
- package/locale/mai.json.d.ts +4 -0
- package/locale/mai.json.js +159 -0
- package/locale/mi/package.json +16 -0
- package/locale/mi.json +159 -0
- package/locale/mi.json.d.ts +4 -0
- package/locale/mi.json.js +159 -0
- package/locale/mk.json +2 -2
- package/locale/mk.json.js +2 -2
- package/locale/mt.json +176 -55
- package/locale/mt.json.js +176 -55
- package/locale/nl.json +4 -16
- package/locale/nl.json.js +4 -16
- package/locale/or.json +1 -4
- package/locale/or.json.js +1 -4
- package/locale/raj/package.json +16 -0
- package/locale/raj.json +159 -0
- package/locale/raj.json.d.ts +4 -0
- package/locale/raj.json.js +159 -0
- package/locale/sr-Cyrl-BA.json +19 -19
- package/locale/sr-Cyrl-BA.json.js +19 -19
- package/locale/sr-Latn-BA.json +19 -19
- package/locale/sr-Latn-BA.json.js +19 -19
- package/locale/uk.json +1 -4
- package/locale/uk.json.js +1 -4
- package/locale/xh/package.json +16 -0
- package/locale/xh.json +159 -0
- package/locale/xh.json.d.ts +4 -0
- package/locale/xh.json.js +159 -0
- package/locale-more-styles/eo/long-time.json +30 -0
- package/locale-more-styles/eo/mini.json +9 -0
- package/locale-more-styles/eo/now.json +7 -0
- package/locale-more-styles/eo/short-time.json +9 -0
- package/modules/TimeAgo.test.js +1 -1
- package/modules/TimeAgo.test.js.map +1 -1
- package/package.json +67 -2
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"locale": "mai",
|
|
3
|
+
"long": {
|
|
4
|
+
"year": {
|
|
5
|
+
"previous": "बीतल बरख",
|
|
6
|
+
"current": "एहि बरख",
|
|
7
|
+
"next": "अगिला बरख",
|
|
8
|
+
"past": "{0} बरख पहिले",
|
|
9
|
+
"future": "{0} बरख मे"
|
|
10
|
+
},
|
|
11
|
+
"quarter": {
|
|
12
|
+
"previous": "बीतल तिमाही",
|
|
13
|
+
"current": "एहि तिमाही",
|
|
14
|
+
"next": "अगिला तिमाही",
|
|
15
|
+
"past": "{0} तिमाही पहिले",
|
|
16
|
+
"future": "{0} तिमाही मे"
|
|
17
|
+
},
|
|
18
|
+
"month": {
|
|
19
|
+
"previous": "बीतल माह",
|
|
20
|
+
"current": "एहि माह",
|
|
21
|
+
"next": "अगिला माह",
|
|
22
|
+
"past": "{0} माह पहिले",
|
|
23
|
+
"future": "{0} माह मे"
|
|
24
|
+
},
|
|
25
|
+
"week": {
|
|
26
|
+
"previous": "बीतल सप्ताह",
|
|
27
|
+
"current": "एहि सप्ताह",
|
|
28
|
+
"next": "अगिला सप्ताह",
|
|
29
|
+
"past": "{0} सप्ताह पहिले",
|
|
30
|
+
"future": "{0} सप्ताह मे"
|
|
31
|
+
},
|
|
32
|
+
"day": {
|
|
33
|
+
"previous": "काल्हिक दिन",
|
|
34
|
+
"current": "आजुक दिन",
|
|
35
|
+
"next": "काल्हिक दिन",
|
|
36
|
+
"past": "{0} दिन मे",
|
|
37
|
+
"future": "{0} दिन मे"
|
|
38
|
+
},
|
|
39
|
+
"hour": {
|
|
40
|
+
"current": "एहि घंटा",
|
|
41
|
+
"past": "{0} घंटा पहिले",
|
|
42
|
+
"future": "{0} घंटा मे"
|
|
43
|
+
},
|
|
44
|
+
"minute": {
|
|
45
|
+
"current": "एहि मिनट",
|
|
46
|
+
"past": "{0} मिनट पहिले",
|
|
47
|
+
"future": "{0} मिनट मे"
|
|
48
|
+
},
|
|
49
|
+
"second": {
|
|
50
|
+
"current": "एहि समय",
|
|
51
|
+
"past": "{0} सेकेंड पहिले",
|
|
52
|
+
"future": "{0} सेकेंड मे"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"short": {
|
|
56
|
+
"year": {
|
|
57
|
+
"previous": "बीतल बरख",
|
|
58
|
+
"current": "एहि बरख",
|
|
59
|
+
"next": "अगिला बरख",
|
|
60
|
+
"past": "{0} बरख पहिले",
|
|
61
|
+
"future": "{0} बरख मे"
|
|
62
|
+
},
|
|
63
|
+
"quarter": {
|
|
64
|
+
"previous": "बीतल तिमाही",
|
|
65
|
+
"current": "एहि तिमाही",
|
|
66
|
+
"next": "अगिला तिमाही",
|
|
67
|
+
"past": "{0} तिमाही पहिले",
|
|
68
|
+
"future": "{0} तिमाही मे"
|
|
69
|
+
},
|
|
70
|
+
"month": {
|
|
71
|
+
"previous": "बीतल माह",
|
|
72
|
+
"current": "एहि माह",
|
|
73
|
+
"next": "अगिला माह",
|
|
74
|
+
"past": "{0} माह पहिले",
|
|
75
|
+
"future": "{0} माह मे"
|
|
76
|
+
},
|
|
77
|
+
"week": {
|
|
78
|
+
"previous": "बीतल सप्ताह",
|
|
79
|
+
"current": "एहि सप्ताह",
|
|
80
|
+
"next": "अगिला सप्ताह",
|
|
81
|
+
"past": "{0} सप्ताह पहिले",
|
|
82
|
+
"future": "{0} सप्ताह मे"
|
|
83
|
+
},
|
|
84
|
+
"day": {
|
|
85
|
+
"previous": "बीतल काल्हि",
|
|
86
|
+
"current": "आजुक दिन",
|
|
87
|
+
"next": "आबय वला काल्हि",
|
|
88
|
+
"past": "{0}दिन पहिले",
|
|
89
|
+
"future": "{0} दिन मे"
|
|
90
|
+
},
|
|
91
|
+
"hour": {
|
|
92
|
+
"current": "एहि घंटा",
|
|
93
|
+
"past": "{0} घंटा पहिले",
|
|
94
|
+
"future": "{0} घंटा मे"
|
|
95
|
+
},
|
|
96
|
+
"minute": {
|
|
97
|
+
"current": "एहि मिनट",
|
|
98
|
+
"past": "{0} मिनट पहिले",
|
|
99
|
+
"future": "{0} मिनट मे"
|
|
100
|
+
},
|
|
101
|
+
"second": {
|
|
102
|
+
"current": "एहि समय",
|
|
103
|
+
"past": "{0} सेकेंड पहिले",
|
|
104
|
+
"future": "{0} सेकेंड मे"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"narrow": {
|
|
108
|
+
"year": {
|
|
109
|
+
"previous": "बीतल बरख",
|
|
110
|
+
"current": "एहि बरख",
|
|
111
|
+
"next": "अगिला बरख",
|
|
112
|
+
"past": "{0}बरख पहिले",
|
|
113
|
+
"future": "{0}बरख मे"
|
|
114
|
+
},
|
|
115
|
+
"quarter": {
|
|
116
|
+
"previous": "बीतल तिमाही",
|
|
117
|
+
"current": "एहि तिमाही",
|
|
118
|
+
"next": "अगिला तिमाही",
|
|
119
|
+
"past": "{0} तिमाही पहिले",
|
|
120
|
+
"future": "{0} तिमाही मे"
|
|
121
|
+
},
|
|
122
|
+
"month": {
|
|
123
|
+
"previous": "बीतल माह",
|
|
124
|
+
"current": "एहि माह",
|
|
125
|
+
"next": "अगिला माह",
|
|
126
|
+
"past": "{0}माह पहिले",
|
|
127
|
+
"future": "{0}माह मे"
|
|
128
|
+
},
|
|
129
|
+
"week": {
|
|
130
|
+
"previous": "बीतल सप्ताह",
|
|
131
|
+
"current": "एहि सप्ताह",
|
|
132
|
+
"next": "अगिला सप्ताह",
|
|
133
|
+
"past": "{0} सप्ताह पहिले",
|
|
134
|
+
"future": "{0} सप्ताह मे"
|
|
135
|
+
},
|
|
136
|
+
"day": {
|
|
137
|
+
"previous": "बीतल काल्हि",
|
|
138
|
+
"current": "आजुक दिन",
|
|
139
|
+
"next": "आबय वला काल्हि",
|
|
140
|
+
"past": "{0}दिन पहिले",
|
|
141
|
+
"future": "{0} दिन मे"
|
|
142
|
+
},
|
|
143
|
+
"hour": {
|
|
144
|
+
"current": "एहि घंटा",
|
|
145
|
+
"past": "{0} घंटा पहिले",
|
|
146
|
+
"future": "{0} घंटा मे"
|
|
147
|
+
},
|
|
148
|
+
"minute": {
|
|
149
|
+
"current": "एहि मिनट",
|
|
150
|
+
"past": "{0} मिनट पहिले",
|
|
151
|
+
"future": "{0} मिनट मे"
|
|
152
|
+
},
|
|
153
|
+
"second": {
|
|
154
|
+
"current": "एहि समय",
|
|
155
|
+
"past": "{0} सेकेंड पहिले",
|
|
156
|
+
"future": "{0} सेकेंड मे"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"private": true,
|
|
3
|
+
"name": "javascript-time-ago/locale/mi",
|
|
4
|
+
"main": "../mi.json",
|
|
5
|
+
"module": "../mi.json.js",
|
|
6
|
+
"types": "../mi.json.d.ts",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "../mi.json.d.ts",
|
|
11
|
+
"import": "../mi.json.js",
|
|
12
|
+
"require": "../mi.json"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"sideEffects": false
|
|
16
|
+
}
|
package/locale/mi.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"locale": "mi",
|
|
3
|
+
"long": {
|
|
4
|
+
"year": {
|
|
5
|
+
"previous": "i tērā tau",
|
|
6
|
+
"current": "i tēnei tau",
|
|
7
|
+
"next": "ā tērā tau",
|
|
8
|
+
"past": "i te {0} tau",
|
|
9
|
+
"future": "ā te {0} tau"
|
|
10
|
+
},
|
|
11
|
+
"quarter": {
|
|
12
|
+
"previous": "hauwhā whakamutunga",
|
|
13
|
+
"current": "tēnei hauwhā",
|
|
14
|
+
"next": "tērā hauwhā",
|
|
15
|
+
"past": "-{0} hwh",
|
|
16
|
+
"future": "+{0} hwh"
|
|
17
|
+
},
|
|
18
|
+
"month": {
|
|
19
|
+
"previous": "i tērā marama",
|
|
20
|
+
"current": "i tēnei marama",
|
|
21
|
+
"next": "ā tērā marama",
|
|
22
|
+
"past": "-{0} m",
|
|
23
|
+
"future": "+{0} m"
|
|
24
|
+
},
|
|
25
|
+
"week": {
|
|
26
|
+
"previous": "i tērā wiki",
|
|
27
|
+
"current": "i tēnei wiki",
|
|
28
|
+
"next": "ā tērā wiki",
|
|
29
|
+
"past": "-{0} w",
|
|
30
|
+
"future": "+{0} w"
|
|
31
|
+
},
|
|
32
|
+
"day": {
|
|
33
|
+
"previous": "inanahi",
|
|
34
|
+
"current": "i tēnei rā",
|
|
35
|
+
"next": "āpōpō",
|
|
36
|
+
"past": "-{0} r.",
|
|
37
|
+
"future": "+{0} r."
|
|
38
|
+
},
|
|
39
|
+
"hour": {
|
|
40
|
+
"current": "i tēnei hāora",
|
|
41
|
+
"past": "-{0} h",
|
|
42
|
+
"future": "+{0} h"
|
|
43
|
+
},
|
|
44
|
+
"minute": {
|
|
45
|
+
"current": "i tēnei meneti",
|
|
46
|
+
"past": "-{0} men",
|
|
47
|
+
"future": "+{0} men"
|
|
48
|
+
},
|
|
49
|
+
"second": {
|
|
50
|
+
"current": "ināianei",
|
|
51
|
+
"past": "-{0} h",
|
|
52
|
+
"future": "+{0} h"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"short": {
|
|
56
|
+
"year": {
|
|
57
|
+
"previous": "i tērā tau",
|
|
58
|
+
"current": "i tēnei tau",
|
|
59
|
+
"next": "ā tērā tau",
|
|
60
|
+
"past": "i te {0} tau",
|
|
61
|
+
"future": "ā te {0} tau"
|
|
62
|
+
},
|
|
63
|
+
"quarter": {
|
|
64
|
+
"previous": "hauwhā whakamutunga",
|
|
65
|
+
"current": "tēnei hauwhā",
|
|
66
|
+
"next": "tērā hauwhā",
|
|
67
|
+
"past": "-{0} hwh",
|
|
68
|
+
"future": "+{0} hwh"
|
|
69
|
+
},
|
|
70
|
+
"month": {
|
|
71
|
+
"previous": "i tērā m.",
|
|
72
|
+
"current": "i tēnei m.",
|
|
73
|
+
"next": "ā tērā m.",
|
|
74
|
+
"past": "-{0} m.",
|
|
75
|
+
"future": "+{0} m."
|
|
76
|
+
},
|
|
77
|
+
"week": {
|
|
78
|
+
"previous": "i tērā w.",
|
|
79
|
+
"current": "i tēnei w.",
|
|
80
|
+
"next": "ā tērā w.",
|
|
81
|
+
"past": "-{0} w",
|
|
82
|
+
"future": "+{0} w"
|
|
83
|
+
},
|
|
84
|
+
"day": {
|
|
85
|
+
"previous": "inanahi",
|
|
86
|
+
"current": "i tēnei rā",
|
|
87
|
+
"next": "āpōpō",
|
|
88
|
+
"past": "-{0} r.",
|
|
89
|
+
"future": "+{0} r"
|
|
90
|
+
},
|
|
91
|
+
"hour": {
|
|
92
|
+
"current": "i tēnei hāora",
|
|
93
|
+
"past": "-{0} h.",
|
|
94
|
+
"future": "+{0} h."
|
|
95
|
+
},
|
|
96
|
+
"minute": {
|
|
97
|
+
"current": "i tēnei meneti",
|
|
98
|
+
"past": "-{0} men.",
|
|
99
|
+
"future": "+{0} men."
|
|
100
|
+
},
|
|
101
|
+
"second": {
|
|
102
|
+
"current": "ināianei",
|
|
103
|
+
"past": "-{0} h.",
|
|
104
|
+
"future": "+{0} h."
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"narrow": {
|
|
108
|
+
"year": {
|
|
109
|
+
"previous": "i tērā tau",
|
|
110
|
+
"current": "i tēnei tau",
|
|
111
|
+
"next": "ā tērā tau",
|
|
112
|
+
"past": "i te {0} tau",
|
|
113
|
+
"future": "ā te {0} tau"
|
|
114
|
+
},
|
|
115
|
+
"quarter": {
|
|
116
|
+
"previous": "hauwhā whakamutunga",
|
|
117
|
+
"current": "tēnei hauwhā",
|
|
118
|
+
"next": "tērā hauwhā",
|
|
119
|
+
"past": "-{0} hwh",
|
|
120
|
+
"future": "+{0} Hwh"
|
|
121
|
+
},
|
|
122
|
+
"month": {
|
|
123
|
+
"previous": "i tērā m.",
|
|
124
|
+
"current": "i tēnei m.",
|
|
125
|
+
"next": "ā tērā m.",
|
|
126
|
+
"past": "-{0} m.",
|
|
127
|
+
"future": "+{0} m."
|
|
128
|
+
},
|
|
129
|
+
"week": {
|
|
130
|
+
"previous": "i tērā w.",
|
|
131
|
+
"current": "i tēnei w.",
|
|
132
|
+
"next": "ā tērā w.",
|
|
133
|
+
"past": "-{0} w",
|
|
134
|
+
"future": "+{0} w"
|
|
135
|
+
},
|
|
136
|
+
"day": {
|
|
137
|
+
"previous": "inanahi",
|
|
138
|
+
"current": "i tēnei rā",
|
|
139
|
+
"next": "āpōpō",
|
|
140
|
+
"past": "-{0} r",
|
|
141
|
+
"future": "+{0} r"
|
|
142
|
+
},
|
|
143
|
+
"hour": {
|
|
144
|
+
"current": "i tēnei hāora",
|
|
145
|
+
"past": "-{0} h.",
|
|
146
|
+
"future": "+{0} h."
|
|
147
|
+
},
|
|
148
|
+
"minute": {
|
|
149
|
+
"current": "i tēnei meneti",
|
|
150
|
+
"past": "-{0} men",
|
|
151
|
+
"future": "+{0} men"
|
|
152
|
+
},
|
|
153
|
+
"second": {
|
|
154
|
+
"current": "ināianei",
|
|
155
|
+
"past": "-{0} h",
|
|
156
|
+
"future": "+{0} h"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"locale": "mi",
|
|
3
|
+
"long": {
|
|
4
|
+
"year": {
|
|
5
|
+
"previous": "i tērā tau",
|
|
6
|
+
"current": "i tēnei tau",
|
|
7
|
+
"next": "ā tērā tau",
|
|
8
|
+
"past": "i te {0} tau",
|
|
9
|
+
"future": "ā te {0} tau"
|
|
10
|
+
},
|
|
11
|
+
"quarter": {
|
|
12
|
+
"previous": "hauwhā whakamutunga",
|
|
13
|
+
"current": "tēnei hauwhā",
|
|
14
|
+
"next": "tērā hauwhā",
|
|
15
|
+
"past": "-{0} hwh",
|
|
16
|
+
"future": "+{0} hwh"
|
|
17
|
+
},
|
|
18
|
+
"month": {
|
|
19
|
+
"previous": "i tērā marama",
|
|
20
|
+
"current": "i tēnei marama",
|
|
21
|
+
"next": "ā tērā marama",
|
|
22
|
+
"past": "-{0} m",
|
|
23
|
+
"future": "+{0} m"
|
|
24
|
+
},
|
|
25
|
+
"week": {
|
|
26
|
+
"previous": "i tērā wiki",
|
|
27
|
+
"current": "i tēnei wiki",
|
|
28
|
+
"next": "ā tērā wiki",
|
|
29
|
+
"past": "-{0} w",
|
|
30
|
+
"future": "+{0} w"
|
|
31
|
+
},
|
|
32
|
+
"day": {
|
|
33
|
+
"previous": "inanahi",
|
|
34
|
+
"current": "i tēnei rā",
|
|
35
|
+
"next": "āpōpō",
|
|
36
|
+
"past": "-{0} r.",
|
|
37
|
+
"future": "+{0} r."
|
|
38
|
+
},
|
|
39
|
+
"hour": {
|
|
40
|
+
"current": "i tēnei hāora",
|
|
41
|
+
"past": "-{0} h",
|
|
42
|
+
"future": "+{0} h"
|
|
43
|
+
},
|
|
44
|
+
"minute": {
|
|
45
|
+
"current": "i tēnei meneti",
|
|
46
|
+
"past": "-{0} men",
|
|
47
|
+
"future": "+{0} men"
|
|
48
|
+
},
|
|
49
|
+
"second": {
|
|
50
|
+
"current": "ināianei",
|
|
51
|
+
"past": "-{0} h",
|
|
52
|
+
"future": "+{0} h"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"short": {
|
|
56
|
+
"year": {
|
|
57
|
+
"previous": "i tērā tau",
|
|
58
|
+
"current": "i tēnei tau",
|
|
59
|
+
"next": "ā tērā tau",
|
|
60
|
+
"past": "i te {0} tau",
|
|
61
|
+
"future": "ā te {0} tau"
|
|
62
|
+
},
|
|
63
|
+
"quarter": {
|
|
64
|
+
"previous": "hauwhā whakamutunga",
|
|
65
|
+
"current": "tēnei hauwhā",
|
|
66
|
+
"next": "tērā hauwhā",
|
|
67
|
+
"past": "-{0} hwh",
|
|
68
|
+
"future": "+{0} hwh"
|
|
69
|
+
},
|
|
70
|
+
"month": {
|
|
71
|
+
"previous": "i tērā m.",
|
|
72
|
+
"current": "i tēnei m.",
|
|
73
|
+
"next": "ā tērā m.",
|
|
74
|
+
"past": "-{0} m.",
|
|
75
|
+
"future": "+{0} m."
|
|
76
|
+
},
|
|
77
|
+
"week": {
|
|
78
|
+
"previous": "i tērā w.",
|
|
79
|
+
"current": "i tēnei w.",
|
|
80
|
+
"next": "ā tērā w.",
|
|
81
|
+
"past": "-{0} w",
|
|
82
|
+
"future": "+{0} w"
|
|
83
|
+
},
|
|
84
|
+
"day": {
|
|
85
|
+
"previous": "inanahi",
|
|
86
|
+
"current": "i tēnei rā",
|
|
87
|
+
"next": "āpōpō",
|
|
88
|
+
"past": "-{0} r.",
|
|
89
|
+
"future": "+{0} r"
|
|
90
|
+
},
|
|
91
|
+
"hour": {
|
|
92
|
+
"current": "i tēnei hāora",
|
|
93
|
+
"past": "-{0} h.",
|
|
94
|
+
"future": "+{0} h."
|
|
95
|
+
},
|
|
96
|
+
"minute": {
|
|
97
|
+
"current": "i tēnei meneti",
|
|
98
|
+
"past": "-{0} men.",
|
|
99
|
+
"future": "+{0} men."
|
|
100
|
+
},
|
|
101
|
+
"second": {
|
|
102
|
+
"current": "ināianei",
|
|
103
|
+
"past": "-{0} h.",
|
|
104
|
+
"future": "+{0} h."
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"narrow": {
|
|
108
|
+
"year": {
|
|
109
|
+
"previous": "i tērā tau",
|
|
110
|
+
"current": "i tēnei tau",
|
|
111
|
+
"next": "ā tērā tau",
|
|
112
|
+
"past": "i te {0} tau",
|
|
113
|
+
"future": "ā te {0} tau"
|
|
114
|
+
},
|
|
115
|
+
"quarter": {
|
|
116
|
+
"previous": "hauwhā whakamutunga",
|
|
117
|
+
"current": "tēnei hauwhā",
|
|
118
|
+
"next": "tērā hauwhā",
|
|
119
|
+
"past": "-{0} hwh",
|
|
120
|
+
"future": "+{0} Hwh"
|
|
121
|
+
},
|
|
122
|
+
"month": {
|
|
123
|
+
"previous": "i tērā m.",
|
|
124
|
+
"current": "i tēnei m.",
|
|
125
|
+
"next": "ā tērā m.",
|
|
126
|
+
"past": "-{0} m.",
|
|
127
|
+
"future": "+{0} m."
|
|
128
|
+
},
|
|
129
|
+
"week": {
|
|
130
|
+
"previous": "i tērā w.",
|
|
131
|
+
"current": "i tēnei w.",
|
|
132
|
+
"next": "ā tērā w.",
|
|
133
|
+
"past": "-{0} w",
|
|
134
|
+
"future": "+{0} w"
|
|
135
|
+
},
|
|
136
|
+
"day": {
|
|
137
|
+
"previous": "inanahi",
|
|
138
|
+
"current": "i tēnei rā",
|
|
139
|
+
"next": "āpōpō",
|
|
140
|
+
"past": "-{0} r",
|
|
141
|
+
"future": "+{0} r"
|
|
142
|
+
},
|
|
143
|
+
"hour": {
|
|
144
|
+
"current": "i tēnei hāora",
|
|
145
|
+
"past": "-{0} h.",
|
|
146
|
+
"future": "+{0} h."
|
|
147
|
+
},
|
|
148
|
+
"minute": {
|
|
149
|
+
"current": "i tēnei meneti",
|
|
150
|
+
"past": "-{0} men",
|
|
151
|
+
"future": "+{0} men"
|
|
152
|
+
},
|
|
153
|
+
"second": {
|
|
154
|
+
"current": "ināianei",
|
|
155
|
+
"past": "-{0} h",
|
|
156
|
+
"future": "+{0} h"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
package/locale/mk.json
CHANGED
package/locale/mk.json.js
CHANGED
|
@@ -2,9 +2,9 @@ export default {
|
|
|
2
2
|
"locale": "mk",
|
|
3
3
|
"long": {
|
|
4
4
|
"year": {
|
|
5
|
-
"previous": "
|
|
5
|
+
"previous": "лани",
|
|
6
6
|
"current": "оваа година",
|
|
7
|
-
"next": "
|
|
7
|
+
"next": "догодина",
|
|
8
8
|
"past": {
|
|
9
9
|
"one": "пред {0} година",
|
|
10
10
|
"other": "пред {0} години"
|