javascript-time-ago 2.5.7 → 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/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,275 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"locale": "eo",
|
|
3
|
+
"short": {
|
|
4
|
+
"locale": "eo",
|
|
5
|
+
"style": "short",
|
|
6
|
+
"year": {
|
|
7
|
+
"previous": "la antaŭan jaron",
|
|
8
|
+
"current": "ĉi tiun jaron",
|
|
9
|
+
"next": "la sekvan jaron",
|
|
10
|
+
"past": "antaŭ {0} j",
|
|
11
|
+
"future": "post {0} j"
|
|
12
|
+
},
|
|
13
|
+
"quarter": {
|
|
14
|
+
"previous": "la antaŭan kvaronjaron",
|
|
15
|
+
"current": "ĉi tiun kvaronjaron",
|
|
16
|
+
"next": "la sekvan kvaronjaron",
|
|
17
|
+
"past": "antaŭ {0} kvaronjar.",
|
|
18
|
+
"future": "post {0} kvaronjar."
|
|
19
|
+
},
|
|
20
|
+
"month": {
|
|
21
|
+
"previous": "la antaŭan monaton",
|
|
22
|
+
"current": "ĉi tiun monaton",
|
|
23
|
+
"next": "la sekvan monaton",
|
|
24
|
+
"past": "antaŭ {0} m",
|
|
25
|
+
"future": "post {0} m"
|
|
26
|
+
},
|
|
27
|
+
"week": {
|
|
28
|
+
"previous": "ant. sem.",
|
|
29
|
+
"current": "ĉi-sem.",
|
|
30
|
+
"next": "sekv. sem.",
|
|
31
|
+
"past": "antaŭ {0} sem.",
|
|
32
|
+
"future": "post {0} sem."
|
|
33
|
+
},
|
|
34
|
+
"day": {
|
|
35
|
+
"previous": "hieraŭ",
|
|
36
|
+
"previous-2": "antaŭhieraŭ",
|
|
37
|
+
"current": "hodiaŭ",
|
|
38
|
+
"next": "morgaŭ",
|
|
39
|
+
"next-2": "postmorgaŭ",
|
|
40
|
+
"past": "antaŭ {0} t",
|
|
41
|
+
"future": "post {0} t"
|
|
42
|
+
},
|
|
43
|
+
"hour": {
|
|
44
|
+
"current": "ĉi-hore",
|
|
45
|
+
"past": "antaŭ {0} h",
|
|
46
|
+
"future": "post {0} h"
|
|
47
|
+
},
|
|
48
|
+
"minute": {
|
|
49
|
+
"current": "ĉi-minute",
|
|
50
|
+
"past": "antaŭ {0} min",
|
|
51
|
+
"future": "post {0} min"
|
|
52
|
+
},
|
|
53
|
+
"second": {
|
|
54
|
+
"current": "nun",
|
|
55
|
+
"past": "antaŭ {0} s",
|
|
56
|
+
"future": "post {0} s"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"narrow": {
|
|
60
|
+
"locale": "eo",
|
|
61
|
+
"style": "narrow",
|
|
62
|
+
"year": {
|
|
63
|
+
"previous": "la antaŭan jaron",
|
|
64
|
+
"current": "ĉi tiun jaron",
|
|
65
|
+
"next": "la sekvan jaron",
|
|
66
|
+
"past": "antaŭ {0} j",
|
|
67
|
+
"future": "post {0} j"
|
|
68
|
+
},
|
|
69
|
+
"quarter": {
|
|
70
|
+
"previous": "la antaŭan kvaronjaron",
|
|
71
|
+
"current": "ĉi tiun kvaronjaron",
|
|
72
|
+
"next": "la sekvan kvaronjaron",
|
|
73
|
+
"past": "antaŭ {0} kvaronjar.",
|
|
74
|
+
"future": "post {0} kvaronjar."
|
|
75
|
+
},
|
|
76
|
+
"month": {
|
|
77
|
+
"previous": "la antaŭan monaton",
|
|
78
|
+
"current": "ĉi tiun monaton",
|
|
79
|
+
"next": "la sekvan monaton",
|
|
80
|
+
"past": "antaŭ {0} m",
|
|
81
|
+
"future": "post {0} m"
|
|
82
|
+
},
|
|
83
|
+
"week": {
|
|
84
|
+
"previous": "ant. sem.",
|
|
85
|
+
"current": "ĉi-sem.",
|
|
86
|
+
"next": "sekv. sem.",
|
|
87
|
+
"past": "antaŭ {0} sem.",
|
|
88
|
+
"future": "post {0} sem."
|
|
89
|
+
},
|
|
90
|
+
"day": {
|
|
91
|
+
"previous": "hieraŭ",
|
|
92
|
+
"previous-2": "antaŭhieraŭ",
|
|
93
|
+
"current": "hodiaŭ",
|
|
94
|
+
"next": "morgaŭ",
|
|
95
|
+
"next-2": "postmorgaŭ",
|
|
96
|
+
"past": "antaŭ {0} d",
|
|
97
|
+
"future": "post {0} d"
|
|
98
|
+
},
|
|
99
|
+
"hour": {
|
|
100
|
+
"current": "ĉi-hore",
|
|
101
|
+
"past": "antaŭ {0} h",
|
|
102
|
+
"future": "post {0} h"
|
|
103
|
+
},
|
|
104
|
+
"minute": {
|
|
105
|
+
"current": "ĉi-minute",
|
|
106
|
+
"past": "antaŭ {0} min",
|
|
107
|
+
"future": "post {0} min"
|
|
108
|
+
},
|
|
109
|
+
"second": {
|
|
110
|
+
"current": "nun",
|
|
111
|
+
"past": "antaŭ {0} s",
|
|
112
|
+
"future": "post {0} s"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"long": {
|
|
116
|
+
"locale": "eo",
|
|
117
|
+
"style": "long",
|
|
118
|
+
"year": {
|
|
119
|
+
"previous": "la antaŭan jaron",
|
|
120
|
+
"current": "ĉi tiun jaron",
|
|
121
|
+
"next": "la sekvan jaron",
|
|
122
|
+
"past": {
|
|
123
|
+
"one": "antaŭ {0} jaro",
|
|
124
|
+
"other": "antaŭ {0} jaroj"
|
|
125
|
+
},
|
|
126
|
+
"future": {
|
|
127
|
+
"one": "post {0} jaro",
|
|
128
|
+
"other": "post {0} jaroj"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"quarter": {
|
|
132
|
+
"previous": "la antaŭan kvaronjaron",
|
|
133
|
+
"current": "ĉi tiun kvaronjaron",
|
|
134
|
+
"next": "la sekvan kvaronjaron",
|
|
135
|
+
"past": {
|
|
136
|
+
"one": "antaŭ {0} kvaronjaro",
|
|
137
|
+
"other": "antaŭ {0} kvaronjaroj"
|
|
138
|
+
},
|
|
139
|
+
"future": {
|
|
140
|
+
"one": "post {0} kvaronjaro",
|
|
141
|
+
"other": "post {0} kvaronjaroj"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"month": {
|
|
145
|
+
"previous": "la antaŭan monaton",
|
|
146
|
+
"current": "ĉi tiun monaton",
|
|
147
|
+
"next": "la sekvan monaton",
|
|
148
|
+
"past": {
|
|
149
|
+
"one": "antaŭ {0} monato",
|
|
150
|
+
"other": "antaŭ {0} monatoj"
|
|
151
|
+
},
|
|
152
|
+
"future": {
|
|
153
|
+
"one": "post {0} monato",
|
|
154
|
+
"other": "post {0} monatoj"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"week": {
|
|
158
|
+
"previous": "la antaŭan semajnon",
|
|
159
|
+
"current": "ĉi tiun semajnon",
|
|
160
|
+
"next": "la sekvan semajnon",
|
|
161
|
+
"past": {
|
|
162
|
+
"one": "antaŭ {0} semajno",
|
|
163
|
+
"other": "antaŭ {0} semajnoj"
|
|
164
|
+
},
|
|
165
|
+
"future": {
|
|
166
|
+
"one": "post {0} semajno",
|
|
167
|
+
"other": "post {0} semajnoj"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"day": {
|
|
171
|
+
"previous": "hieraŭ",
|
|
172
|
+
"previous-2": "antaŭhieraŭ",
|
|
173
|
+
"current": "hodiaŭ",
|
|
174
|
+
"next": "morgaŭ",
|
|
175
|
+
"next-2": "postmorgaŭ",
|
|
176
|
+
"past": {
|
|
177
|
+
"one": "antaŭ {0} tago",
|
|
178
|
+
"other": "antaŭ {0} tagoj"
|
|
179
|
+
},
|
|
180
|
+
"future": {
|
|
181
|
+
"one": "post {0} tago",
|
|
182
|
+
"other": "post {0} tagoj"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"hour": {
|
|
186
|
+
"current": "ĉi-hore",
|
|
187
|
+
"past": {
|
|
188
|
+
"one": "antaŭ {0} horo",
|
|
189
|
+
"other": "antaŭ {0} horoj"
|
|
190
|
+
},
|
|
191
|
+
"future": {
|
|
192
|
+
"one": "post {0} horo",
|
|
193
|
+
"other": "post {0} horoj"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"minute": {
|
|
197
|
+
"current": "ĉi-minute",
|
|
198
|
+
"past": {
|
|
199
|
+
"one": "antaŭ {0} minuto",
|
|
200
|
+
"other": "antaŭ {0} minutoj"
|
|
201
|
+
},
|
|
202
|
+
"future": {
|
|
203
|
+
"one": "post {0} minuto",
|
|
204
|
+
"other": "post {0} minutoj"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"second": {
|
|
208
|
+
"current": "nun",
|
|
209
|
+
"past": {
|
|
210
|
+
"one": "antaŭ {0} sekundo",
|
|
211
|
+
"other": "antaŭ {0} sekundoj"
|
|
212
|
+
},
|
|
213
|
+
"future": {
|
|
214
|
+
"one": "post {0} sekundo",
|
|
215
|
+
"other": "post {0} sekundoj"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"now": {
|
|
220
|
+
"now": {
|
|
221
|
+
"current": "nun",
|
|
222
|
+
"future": "baldaŭ",
|
|
223
|
+
"past": "ĵus"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"mini": {
|
|
227
|
+
"year": "{0} j.",
|
|
228
|
+
"month": "{0} m.",
|
|
229
|
+
"week": "{0} sem.",
|
|
230
|
+
"day": "{0} t.",
|
|
231
|
+
"hour": "{0} h.",
|
|
232
|
+
"minute": "{0} m.",
|
|
233
|
+
"second": "{0} sek.",
|
|
234
|
+
"now": "nun"
|
|
235
|
+
},
|
|
236
|
+
"short-time": {
|
|
237
|
+
"year": "{0} ja.",
|
|
238
|
+
"month": "{0} mo.",
|
|
239
|
+
"week": "{0} sem.",
|
|
240
|
+
"day": "{0} ta.",
|
|
241
|
+
"hour": "{0} hor.",
|
|
242
|
+
"minute": "{0} min.",
|
|
243
|
+
"second": "{0} sek."
|
|
244
|
+
},
|
|
245
|
+
"long-time": {
|
|
246
|
+
"year": {
|
|
247
|
+
"one": "{0} jaro",
|
|
248
|
+
"other": "{0} jaroj"
|
|
249
|
+
},
|
|
250
|
+
"month": {
|
|
251
|
+
"one": "{0} monato",
|
|
252
|
+
"other": "{0} monatoj"
|
|
253
|
+
},
|
|
254
|
+
"week": {
|
|
255
|
+
"one": "{0} semajno",
|
|
256
|
+
"other": "{0} semajnoj"
|
|
257
|
+
},
|
|
258
|
+
"day": {
|
|
259
|
+
"one": "{0} tago",
|
|
260
|
+
"other": "{0} tagoj"
|
|
261
|
+
},
|
|
262
|
+
"hour": {
|
|
263
|
+
"one": "{0} horo",
|
|
264
|
+
"other": "{0} horoj"
|
|
265
|
+
},
|
|
266
|
+
"minute": {
|
|
267
|
+
"one": "{0} minuto",
|
|
268
|
+
"other": "{0} minutoj"
|
|
269
|
+
},
|
|
270
|
+
"second": {
|
|
271
|
+
"one": "{0} sekundo",
|
|
272
|
+
"other": "{0} sekundoj"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
package/locale/fa.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"next": "فردا",
|
|
37
37
|
"next-2": "پسفردا",
|
|
38
38
|
"past": "{0} روز پیش",
|
|
39
|
-
"future": "{0} روز
|
|
39
|
+
"future": "{0} روز دیگر"
|
|
40
40
|
},
|
|
41
41
|
"hour": {
|
|
42
42
|
"current": "همین ساعت",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"next": "فردا",
|
|
91
91
|
"next-2": "پسفردا",
|
|
92
92
|
"past": "{0} روز پیش",
|
|
93
|
-
"future": "{0} روز
|
|
93
|
+
"future": "{0} روز دیگر"
|
|
94
94
|
},
|
|
95
95
|
"hour": {
|
|
96
96
|
"current": "همین ساعت",
|
package/locale/fa.json.js
CHANGED
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
"next": "فردا",
|
|
37
37
|
"next-2": "پسفردا",
|
|
38
38
|
"past": "{0} روز پیش",
|
|
39
|
-
"future": "{0} روز
|
|
39
|
+
"future": "{0} روز دیگر"
|
|
40
40
|
},
|
|
41
41
|
"hour": {
|
|
42
42
|
"current": "همین ساعت",
|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
90
90
|
"next": "فردا",
|
|
91
91
|
"next-2": "پسفردا",
|
|
92
92
|
"past": "{0} روز پیش",
|
|
93
|
-
"future": "{0} روز
|
|
93
|
+
"future": "{0} روز دیگر"
|
|
94
94
|
},
|
|
95
95
|
"hour": {
|
|
96
96
|
"current": "همین ساعت",
|
package/locale/ff-Adlm.json
CHANGED
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
"hour": {
|
|
167
|
-
"current": "
|
|
167
|
+
"current": "𞤐𞤣𞤭𞥅 𞤲𞤶𞤢𞤥𞤲𞤣𞤭",
|
|
168
168
|
"past": {
|
|
169
169
|
"one": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤭",
|
|
170
170
|
"other": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤯𞤭"
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"future": "𞤲𞥋𞤣𞤫𞤪 {0} 𞤶𞤢."
|
|
173
173
|
},
|
|
174
174
|
"minute": {
|
|
175
|
-
"current": "
|
|
175
|
+
"current": "𞤲𞤣𞤫𞥅 𞤸𞤮𞤶𞤮𞤥𞤢𞥄𞤪𞤫",
|
|
176
176
|
"past": {
|
|
177
177
|
"one": "{0} 𞤸𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤫",
|
|
178
178
|
"other": "{0} 𞤳𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤯𞤫"
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"hour": {
|
|
255
|
-
"current": "
|
|
255
|
+
"current": "𞤐𞤣𞤭𞥅 𞤲𞤶𞤢𞤥𞤲𞤣𞤭",
|
|
256
256
|
"past": {
|
|
257
257
|
"one": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤭",
|
|
258
258
|
"other": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤯𞤭"
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"future": "𞤲𞥋𞤣𞤫𞤪 {0} 𞤶𞤢."
|
|
261
261
|
},
|
|
262
262
|
"minute": {
|
|
263
|
-
"current": "
|
|
263
|
+
"current": "𞤐𞤣𞤫𞥅 𞤸𞤮𞤶𞤮𞤥𞤢𞥄𞤪𞤫",
|
|
264
264
|
"past": {
|
|
265
265
|
"one": "{0} 𞤸𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤫",
|
|
266
266
|
"other": "{0} 𞤸𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤯𞤫"
|
package/locale/ff-Adlm.json.js
CHANGED
|
@@ -164,7 +164,7 @@ export default {
|
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
"hour": {
|
|
167
|
-
"current": "
|
|
167
|
+
"current": "𞤐𞤣𞤭𞥅 𞤲𞤶𞤢𞤥𞤲𞤣𞤭",
|
|
168
168
|
"past": {
|
|
169
169
|
"one": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤭",
|
|
170
170
|
"other": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤯𞤭"
|
|
@@ -172,7 +172,7 @@ export default {
|
|
|
172
172
|
"future": "𞤲𞥋𞤣𞤫𞤪 {0} 𞤶𞤢."
|
|
173
173
|
},
|
|
174
174
|
"minute": {
|
|
175
|
-
"current": "
|
|
175
|
+
"current": "𞤲𞤣𞤫𞥅 𞤸𞤮𞤶𞤮𞤥𞤢𞥄𞤪𞤫",
|
|
176
176
|
"past": {
|
|
177
177
|
"one": "{0} 𞤸𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤫",
|
|
178
178
|
"other": "{0} 𞤳𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤯𞤫"
|
|
@@ -252,7 +252,7 @@ export default {
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
"hour": {
|
|
255
|
-
"current": "
|
|
255
|
+
"current": "𞤐𞤣𞤭𞥅 𞤲𞤶𞤢𞤥𞤲𞤣𞤭",
|
|
256
256
|
"past": {
|
|
257
257
|
"one": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤭",
|
|
258
258
|
"other": "{0} 𞤶𞤢. 𞤱𞤵𞤤𞤭𞥅𞤯𞤭"
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
260
260
|
"future": "𞤲𞥋𞤣𞤫𞤪 {0} 𞤶𞤢."
|
|
261
261
|
},
|
|
262
262
|
"minute": {
|
|
263
|
-
"current": "
|
|
263
|
+
"current": "𞤐𞤣𞤫𞥅 𞤸𞤮𞤶𞤮𞤥𞤢𞥄𞤪𞤫",
|
|
264
264
|
"past": {
|
|
265
265
|
"one": "{0} 𞤸𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤲𞥋𞤣𞤫",
|
|
266
266
|
"other": "{0} 𞤸𞤮𞤶. 𞤱𞤵𞤤𞤭𞥅𞤯𞤫"
|