@formatjs/intl-relativetimeformat 11.2.6 → 11.2.7

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.
Files changed (80) hide show
  1. package/locale-data/be-tarask.js +6 -6
  2. package/locale-data/brx.js +141 -93
  3. package/locale-data/bs-Cyrl.js +12 -0
  4. package/locale-data/dsb.js +6 -6
  5. package/locale-data/en-AE.js +32 -32
  6. package/locale-data/en-AS.js +32 -32
  7. package/locale-data/en-AU.js +1 -1
  8. package/locale-data/en-BI.js +32 -32
  9. package/locale-data/en-CA.js +4 -4
  10. package/locale-data/en-GU.js +32 -32
  11. package/locale-data/en-MH.js +32 -32
  12. package/locale-data/en-MP.js +32 -32
  13. package/locale-data/en-PH.js +32 -32
  14. package/locale-data/en-PR.js +32 -32
  15. package/locale-data/en-UM.js +32 -32
  16. package/locale-data/en-VI.js +32 -32
  17. package/locale-data/en.js +32 -32
  18. package/locale-data/fa-AF.js +4 -4
  19. package/locale-data/fa.js +4 -4
  20. package/locale-data/ff-Adlm-BF.js +4 -4
  21. package/locale-data/ff-Adlm-CM.js +4 -4
  22. package/locale-data/ff-Adlm-GH.js +4 -4
  23. package/locale-data/ff-Adlm-GM.js +4 -4
  24. package/locale-data/ff-Adlm-GW.js +4 -4
  25. package/locale-data/ff-Adlm-LR.js +4 -4
  26. package/locale-data/ff-Adlm-MR.js +4 -4
  27. package/locale-data/ff-Adlm-NE.js +4 -4
  28. package/locale-data/ff-Adlm-NG.js +4 -4
  29. package/locale-data/ff-Adlm-SL.js +4 -4
  30. package/locale-data/ff-Adlm-SN.js +4 -4
  31. package/locale-data/ff-Adlm.js +4 -4
  32. package/locale-data/fil.js +47 -47
  33. package/locale-data/ga-GB.js +12 -12
  34. package/locale-data/ga.js +12 -12
  35. package/locale-data/hu.js +12 -12
  36. package/locale-data/ks-Arab.js +27 -27
  37. package/locale-data/ks.js +27 -27
  38. package/locale-data/ku.js +4 -0
  39. package/locale-data/mai.js +93 -93
  40. package/locale-data/mi.js +86 -86
  41. package/locale-data/mk.js +2 -2
  42. package/locale-data/mt.js +155 -107
  43. package/locale-data/nl-AW.js +7 -7
  44. package/locale-data/nl-BE.js +7 -7
  45. package/locale-data/nl-BQ.js +7 -7
  46. package/locale-data/nl-CW.js +7 -7
  47. package/locale-data/nl-SR.js +7 -7
  48. package/locale-data/nl-SX.js +7 -7
  49. package/locale-data/nl.js +7 -7
  50. package/locale-data/or.js +1 -1
  51. package/locale-data/sr-Cyrl-BA.js +27 -27
  52. package/locale-data/sr-Latn-BA.js +27 -27
  53. package/locale-data/uk.js +4 -4
  54. package/locale-data/xh.js +36 -36
  55. package/package.json +6 -6
  56. package/polyfill.iife.js +31 -31
  57. package/abstract/FormatRelativeTime.d.ts.map +0 -1
  58. package/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  59. package/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  60. package/abstract/MakePartsList.d.ts.map +0 -1
  61. package/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  62. package/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  63. package/get_internal_slots.d.ts.map +0 -1
  64. package/index.d.ts.map +0 -1
  65. package/lib/abstract/FormatRelativeTime.d.ts.map +0 -1
  66. package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +0 -1
  67. package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +0 -1
  68. package/lib/abstract/MakePartsList.d.ts.map +0 -1
  69. package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +0 -1
  70. package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +0 -1
  71. package/lib/get_internal_slots.d.ts.map +0 -1
  72. package/lib/index.d.ts.map +0 -1
  73. package/lib/polyfill-force.d.ts.map +0 -1
  74. package/lib/polyfill.d.ts.map +0 -1
  75. package/lib/should-polyfill.d.ts.map +0 -1
  76. package/lib/supported-locales.generated.d.ts.map +0 -1
  77. package/polyfill-force.d.ts.map +0 -1
  78. package/polyfill.d.ts.map +0 -1
  79. package/should-polyfill.d.ts.map +0 -1
  80. package/supported-locales.generated.d.ts.map +0 -1
@@ -91,9 +91,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
91
91
  }
92
92
  },
93
93
  "month": {
94
- "-1": "last month",
95
- "0": "this month",
96
- "1": "next month",
94
+ "-1": "پٔتِم ریتھۍ",
95
+ "0": "یٕہ ریتھۍ",
96
+ "1": "نو ریتھۍ",
97
97
  "future": {
98
98
  "other": "+{0} m"
99
99
  },
@@ -102,9 +102,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
102
102
  }
103
103
  },
104
104
  "month-narrow": {
105
- "-1": "last month",
106
- "0": "this month",
107
- "1": "next month",
105
+ "-1": "پٔتِم ریتھۍ",
106
+ "0": "یٕہ ریتھۍ",
107
+ "1": "نو ریتھۍ",
108
108
  "future": {
109
109
  "other": "+{0} m"
110
110
  },
@@ -113,9 +113,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
113
113
  }
114
114
  },
115
115
  "month-short": {
116
- "-1": "last month",
117
- "0": "this month",
118
- "1": "next month",
116
+ "-1": "پٔتِم ریتھۍ",
117
+ "0": "یٕہ ریتھۍ",
118
+ "1": "نو ریتھۍ",
119
119
  "future": {
120
120
  "other": "+{0} m"
121
121
  },
@@ -187,9 +187,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
187
187
  }
188
188
  },
189
189
  "week": {
190
- "-1": "last week",
191
- "0": "this week",
192
- "1": "next week",
190
+ "-1": "پٔتِم ہفتہ",
191
+ "0": "یٕہ ہفتہ",
192
+ "1": "نو ہفتہ",
193
193
  "future": {
194
194
  "other": "+{0} w"
195
195
  },
@@ -198,9 +198,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
198
198
  }
199
199
  },
200
200
  "week-narrow": {
201
- "-1": "last week",
202
- "0": "this week",
203
- "1": "next week",
201
+ "-1": "پٔتِم ہفتہ",
202
+ "0": "یٕہ ہفتہ",
203
+ "1": "نو ہفتہ",
204
204
  "future": {
205
205
  "other": "+{0} w"
206
206
  },
@@ -209,9 +209,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
209
209
  }
210
210
  },
211
211
  "week-short": {
212
- "-1": "last week",
213
- "0": "this week",
214
- "1": "next week",
212
+ "-1": "پٔتِم ہفتہ",
213
+ "0": "یٕہ ہفتہ",
214
+ "1": "نو ہفتہ",
215
215
  "future": {
216
216
  "other": "+{0} w"
217
217
  },
@@ -220,9 +220,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
220
220
  }
221
221
  },
222
222
  "year": {
223
- "-1": "last year",
224
- "0": "this year",
225
- "1": "next year",
223
+ "-1": "پٔتِم ؤری",
224
+ "0": "یٕہ ؤری",
225
+ "1": "نو ؤری",
226
226
  "future": {
227
227
  "other": "+{0} y"
228
228
  },
@@ -231,9 +231,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
231
231
  }
232
232
  },
233
233
  "year-narrow": {
234
- "-1": "last year",
235
- "0": "this year",
236
- "1": "next year",
234
+ "-1": "پٔتِم ؤری",
235
+ "0": "یٕہ ؤری",
236
+ "1": "نو ؤری",
237
237
  "future": {
238
238
  "other": "+{0} y"
239
239
  },
@@ -242,9 +242,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
242
242
  }
243
243
  },
244
244
  "year-short": {
245
- "-1": "last year",
246
- "0": "this year",
247
- "1": "next year",
245
+ "-1": "پٔتِم ؤری",
246
+ "0": "یٕہ ؤری",
247
+ "1": "نو ؤری",
248
248
  "future": {
249
249
  "other": "+{0} y"
250
250
  },
package/locale-data/ks.js CHANGED
@@ -91,9 +91,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
91
91
  }
92
92
  },
93
93
  "month": {
94
- "-1": "last month",
95
- "0": "this month",
96
- "1": "next month",
94
+ "-1": "پٔتِم ریتھۍ",
95
+ "0": "یٕہ ریتھۍ",
96
+ "1": "نو ریتھۍ",
97
97
  "future": {
98
98
  "other": "+{0} m"
99
99
  },
@@ -102,9 +102,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
102
102
  }
103
103
  },
104
104
  "month-narrow": {
105
- "-1": "last month",
106
- "0": "this month",
107
- "1": "next month",
105
+ "-1": "پٔتِم ریتھۍ",
106
+ "0": "یٕہ ریتھۍ",
107
+ "1": "نو ریتھۍ",
108
108
  "future": {
109
109
  "other": "+{0} m"
110
110
  },
@@ -113,9 +113,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
113
113
  }
114
114
  },
115
115
  "month-short": {
116
- "-1": "last month",
117
- "0": "this month",
118
- "1": "next month",
116
+ "-1": "پٔتِم ریتھۍ",
117
+ "0": "یٕہ ریتھۍ",
118
+ "1": "نو ریتھۍ",
119
119
  "future": {
120
120
  "other": "+{0} m"
121
121
  },
@@ -187,9 +187,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
187
187
  }
188
188
  },
189
189
  "week": {
190
- "-1": "last week",
191
- "0": "this week",
192
- "1": "next week",
190
+ "-1": "پٔتِم ہفتہ",
191
+ "0": "یٕہ ہفتہ",
192
+ "1": "نو ہفتہ",
193
193
  "future": {
194
194
  "other": "+{0} w"
195
195
  },
@@ -198,9 +198,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
198
198
  }
199
199
  },
200
200
  "week-narrow": {
201
- "-1": "last week",
202
- "0": "this week",
203
- "1": "next week",
201
+ "-1": "پٔتِم ہفتہ",
202
+ "0": "یٕہ ہفتہ",
203
+ "1": "نو ہفتہ",
204
204
  "future": {
205
205
  "other": "+{0} w"
206
206
  },
@@ -209,9 +209,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
209
209
  }
210
210
  },
211
211
  "week-short": {
212
- "-1": "last week",
213
- "0": "this week",
214
- "1": "next week",
212
+ "-1": "پٔتِم ہفتہ",
213
+ "0": "یٕہ ہفتہ",
214
+ "1": "نو ہفتہ",
215
215
  "future": {
216
216
  "other": "+{0} w"
217
217
  },
@@ -220,9 +220,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
220
220
  }
221
221
  },
222
222
  "year": {
223
- "-1": "last year",
224
- "0": "this year",
225
- "1": "next year",
223
+ "-1": "پٔتِم ؤری",
224
+ "0": "یٕہ ؤری",
225
+ "1": "نو ؤری",
226
226
  "future": {
227
227
  "other": "+{0} y"
228
228
  },
@@ -231,9 +231,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
231
231
  }
232
232
  },
233
233
  "year-narrow": {
234
- "-1": "last year",
235
- "0": "this year",
236
- "1": "next year",
234
+ "-1": "پٔتِم ؤری",
235
+ "0": "یٕہ ؤری",
236
+ "1": "نو ؤری",
237
237
  "future": {
238
238
  "other": "+{0} y"
239
239
  },
@@ -242,9 +242,9 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
242
242
  }
243
243
  },
244
244
  "year-short": {
245
- "-1": "last year",
246
- "0": "this year",
247
- "1": "next year",
245
+ "-1": "پٔتِم ؤری",
246
+ "0": "یٕہ ؤری",
247
+ "1": "نو ؤری",
248
248
  "future": {
249
249
  "other": "+{0} y"
250
250
  },
package/locale-data/ku.js CHANGED
@@ -106,9 +106,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
106
106
  "0": "vê mehê",
107
107
  "1": "meha bê",
108
108
  "future": {
109
+ "one": "+{0} m",
109
110
  "other": "+{0} m"
110
111
  },
111
112
  "past": {
113
+ "one": "-{0} m",
112
114
  "other": "-{0} m"
113
115
  }
114
116
  },
@@ -117,9 +119,11 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
117
119
  "0": "vê mehê",
118
120
  "1": "meha bê",
119
121
  "future": {
122
+ "one": "+{0} m",
120
123
  "other": "+{0} m"
121
124
  },
122
125
  "past": {
126
+ "one": "-{0} m",
123
127
  "other": "-{0} m"
124
128
  }
125
129
  },
@@ -8,10 +8,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
8
8
  "0": "आजुक दिन",
9
9
  "1": "काल्हिक दिन",
10
10
  "future": {
11
- "other": "+{0} d"
11
+ "other": "{0} दिन मे"
12
12
  },
13
13
  "past": {
14
- "other": "-{0} d"
14
+ "other": "{0} दिन मे"
15
15
  }
16
16
  },
17
17
  "day-narrow": {
@@ -19,10 +19,10 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
19
19
  "0": "आजुक दिन",
20
20
  "1": "आबय वला काल्हि",
21
21
  "future": {
22
- "other": "+{0} d"
22
+ "other": "{0} दिन मे"
23
23
  },
24
24
  "past": {
25
- "other": "-{0} d"
25
+ "other": "{0}दिन पहिले"
26
26
  }
27
27
  },
28
28
  "day-short": {
@@ -30,226 +30,226 @@ if (Intl.RelativeTimeFormat && typeof Intl.RelativeTimeFormat.__addLocaleData ==
30
30
  "0": "आजुक दिन",
31
31
  "1": "आबय वला काल्हि",
32
32
  "future": {
33
- "other": "+{0} d"
33
+ "other": "{0} दिन मे"
34
34
  },
35
35
  "past": {
36
- "other": "-{0} d"
36
+ "other": "{0}दिन पहिले"
37
37
  }
38
38
  },
39
39
  "hour": {
40
- "0": "this hour",
40
+ "0": "एहि घंटा",
41
41
  "future": {
42
- "other": "+{0} h"
42
+ "other": "{0} घंटा मे"
43
43
  },
44
44
  "past": {
45
- "other": "-{0} h"
45
+ "other": "{0} घंटा पहिले"
46
46
  }
47
47
  },
48
48
  "hour-narrow": {
49
- "0": "this hour",
49
+ "0": "एहि घंटा",
50
50
  "future": {
51
- "other": "+{0} h"
51
+ "other": "{0} घंटा मे"
52
52
  },
53
53
  "past": {
54
- "other": "-{0} h"
54
+ "other": "{0} घंटा पहिले"
55
55
  }
56
56
  },
57
57
  "hour-short": {
58
- "0": "this hour",
58
+ "0": "एहि घंटा",
59
59
  "future": {
60
- "other": "+{0} h"
60
+ "other": "{0} घंटा मे"
61
61
  },
62
62
  "past": {
63
- "other": "-{0} h"
63
+ "other": "{0} घंटा पहिले"
64
64
  }
65
65
  },
66
66
  "minute": {
67
- "0": "this minute",
67
+ "0": "एहि मिनट",
68
68
  "future": {
69
- "other": "+{0} min"
69
+ "other": "{0} मिनट मे"
70
70
  },
71
71
  "past": {
72
- "other": "-{0} min"
72
+ "other": "{0} मिनट पहिले"
73
73
  }
74
74
  },
75
75
  "minute-narrow": {
76
- "0": "this minute",
76
+ "0": "एहि मिनट",
77
77
  "future": {
78
- "other": "+{0} min"
78
+ "other": "{0} मिनट मे"
79
79
  },
80
80
  "past": {
81
- "other": "-{0} min"
81
+ "other": "{0} मिनट पहिले"
82
82
  }
83
83
  },
84
84
  "minute-short": {
85
- "0": "this minute",
85
+ "0": "एहि मिनट",
86
86
  "future": {
87
- "other": "+{0} min"
87
+ "other": "{0} मिनट मे"
88
88
  },
89
89
  "past": {
90
- "other": "-{0} min"
90
+ "other": "{0} मिनट पहिले"
91
91
  }
92
92
  },
93
93
  "month": {
94
- "-1": "last month",
95
- "0": "this month",
96
- "1": "next month",
94
+ "-1": "बीतल माह",
95
+ "0": "एहि माह",
96
+ "1": "अगिला माह",
97
97
  "future": {
98
- "other": "+{0} m"
98
+ "other": "{0} माह मे"
99
99
  },
100
100
  "past": {
101
- "other": "-{0} m"
101
+ "other": "{0} माह पहिले"
102
102
  }
103
103
  },
104
104
  "month-narrow": {
105
- "-1": "last month",
106
- "0": "this month",
107
- "1": "next month",
105
+ "-1": "बीतल माह",
106
+ "0": "एहि माह",
107
+ "1": "अगिला माह",
108
108
  "future": {
109
- "other": "+{0} m"
109
+ "other": "{0}माह मे"
110
110
  },
111
111
  "past": {
112
- "other": "-{0} m"
112
+ "other": "{0}माह पहिले"
113
113
  }
114
114
  },
115
115
  "month-short": {
116
- "-1": "last month",
117
- "0": "this month",
118
- "1": "next month",
116
+ "-1": "बीतल माह",
117
+ "0": "एहि माह",
118
+ "1": "अगिला माह",
119
119
  "future": {
120
- "other": "+{0} m"
120
+ "other": "{0} माह मे"
121
121
  },
122
122
  "past": {
123
- "other": "-{0} m"
123
+ "other": "{0} माह पहिले"
124
124
  }
125
125
  },
126
126
  "nu": [
127
127
  "latn"
128
128
  ],
129
129
  "quarter": {
130
- "-1": "last quarter",
131
- "0": "this quarter",
132
- "1": "next quarter",
130
+ "-1": "बीतल तिमाही",
131
+ "0": "एहि तिमाही",
132
+ "1": "अगिला तिमाही",
133
133
  "future": {
134
- "other": "+{0} Q"
134
+ "other": "{0} तिमाही मे"
135
135
  },
136
136
  "past": {
137
- "other": "-{0} Q"
137
+ "other": "{0} तिमाही पहिले"
138
138
  }
139
139
  },
140
140
  "quarter-narrow": {
141
- "-1": "last quarter",
142
- "0": "this quarter",
143
- "1": "next quarter",
141
+ "-1": "बीतल तिमाही",
142
+ "0": "एहि तिमाही",
143
+ "1": "अगिला तिमाही",
144
144
  "future": {
145
- "other": "+{0} Q"
145
+ "other": "{0} तिमाही मे"
146
146
  },
147
147
  "past": {
148
- "other": "-{0} Q"
148
+ "other": "{0} तिमाही पहिले"
149
149
  }
150
150
  },
151
151
  "quarter-short": {
152
- "-1": "last quarter",
153
- "0": "this quarter",
154
- "1": "next quarter",
152
+ "-1": "बीतल तिमाही",
153
+ "0": "एहि तिमाही",
154
+ "1": "अगिला तिमाही",
155
155
  "future": {
156
- "other": "+{0} Q"
156
+ "other": "{0} तिमाही मे"
157
157
  },
158
158
  "past": {
159
- "other": "-{0} Q"
159
+ "other": "{0} तिमाही पहिले"
160
160
  }
161
161
  },
162
162
  "second": {
163
- "0": "now",
163
+ "0": "एहि समय",
164
164
  "future": {
165
- "other": "+{0} s"
165
+ "other": "{0} सेकेंड मे"
166
166
  },
167
167
  "past": {
168
- "other": "-{0} s"
168
+ "other": "{0} सेकेंड पहिले"
169
169
  }
170
170
  },
171
171
  "second-narrow": {
172
- "0": "now",
172
+ "0": "एहि समय",
173
173
  "future": {
174
- "other": "+{0} s"
174
+ "other": "{0} सेकेंड मे"
175
175
  },
176
176
  "past": {
177
- "other": "-{0} s"
177
+ "other": "{0} सेकेंड पहिले"
178
178
  }
179
179
  },
180
180
  "second-short": {
181
- "0": "now",
181
+ "0": "एहि समय",
182
182
  "future": {
183
- "other": "+{0} s"
183
+ "other": "{0} सेकेंड मे"
184
184
  },
185
185
  "past": {
186
- "other": "-{0} s"
186
+ "other": "{0} सेकेंड पहिले"
187
187
  }
188
188
  },
189
189
  "week": {
190
- "-1": "last week",
191
- "0": "this week",
192
- "1": "next week",
190
+ "-1": "बीतल सप्ताह",
191
+ "0": "एहि सप्ताह",
192
+ "1": "अगिला सप्ताह",
193
193
  "future": {
194
- "other": "+{0} w"
194
+ "other": "{0} सप्ताह मे"
195
195
  },
196
196
  "past": {
197
- "other": "-{0} w"
197
+ "other": "{0} सप्ताह पहिले"
198
198
  }
199
199
  },
200
200
  "week-narrow": {
201
- "-1": "last week",
202
- "0": "this week",
203
- "1": "next week",
201
+ "-1": "बीतल सप्ताह",
202
+ "0": "एहि सप्ताह",
203
+ "1": "अगिला सप्ताह",
204
204
  "future": {
205
- "other": "+{0} w"
205
+ "other": "{0} सप्ताह मे"
206
206
  },
207
207
  "past": {
208
- "other": "-{0} w"
208
+ "other": "{0} सप्ताह पहिले"
209
209
  }
210
210
  },
211
211
  "week-short": {
212
- "-1": "last week",
213
- "0": "this week",
214
- "1": "next week",
212
+ "-1": "बीतल सप्ताह",
213
+ "0": "एहि सप्ताह",
214
+ "1": "अगिला सप्ताह",
215
215
  "future": {
216
- "other": "+{0} w"
216
+ "other": "{0} सप्ताह मे"
217
217
  },
218
218
  "past": {
219
- "other": "-{0} w"
219
+ "other": "{0} सप्ताह पहिले"
220
220
  }
221
221
  },
222
222
  "year": {
223
- "-1": "last year",
224
- "0": "this year",
225
- "1": "next year",
223
+ "-1": "बीतल बरख",
224
+ "0": "एहि बरख",
225
+ "1": "अगिला बरख",
226
226
  "future": {
227
- "other": "+{0} y"
227
+ "other": "{0} बरख मे"
228
228
  },
229
229
  "past": {
230
- "other": "-{0} y"
230
+ "other": "{0} बरख पहिले"
231
231
  }
232
232
  },
233
233
  "year-narrow": {
234
- "-1": "last year",
235
- "0": "this year",
236
- "1": "next year",
234
+ "-1": "बीतल बरख",
235
+ "0": "एहि बरख",
236
+ "1": "अगिला बरख",
237
237
  "future": {
238
- "other": "+{0} y"
238
+ "other": "{0}बरख मे"
239
239
  },
240
240
  "past": {
241
- "other": "-{0} y"
241
+ "other": "{0}बरख पहिले"
242
242
  }
243
243
  },
244
244
  "year-short": {
245
- "-1": "last year",
246
- "0": "this year",
247
- "1": "next year",
245
+ "-1": "बीतल बरख",
246
+ "0": "एहि बरख",
247
+ "1": "अगिला बरख",
248
248
  "future": {
249
- "other": "+{0} y"
249
+ "other": "{0} बरख मे"
250
250
  },
251
251
  "past": {
252
- "other": "-{0} y"
252
+ "other": "{0} बरख पहिले"
253
253
  }
254
254
  }
255
255
  },