javascript-time-ago 2.6.1 → 2.6.3

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 (235) hide show
  1. package/README.md +2 -2
  2. package/bundle/javascript-time-ago.js +1 -1
  3. package/bundle/javascript-time-ago.js.map +1 -1
  4. package/bundle/javascript-time-ago.min.js +1 -1
  5. package/bundle/javascript-time-ago.min.js.map +1 -1
  6. package/commonjs/FullDateFormatter.test.js +11 -9
  7. package/commonjs/FullDateFormatter.test.js.map +1 -1
  8. package/commonjs/TimeAgo.js +8 -5
  9. package/commonjs/TimeAgo.js.map +1 -1
  10. package/commonjs/TimeAgo.test.js +237 -236
  11. package/commonjs/TimeAgo.test.js.map +1 -1
  12. package/commonjs/cache.test.js +8 -6
  13. package/commonjs/cache.test.js.map +1 -1
  14. package/commonjs/isStyleObject.test.js +21 -19
  15. package/commonjs/isStyleObject.test.js.map +1 -1
  16. package/commonjs/locale.test.js +16 -14
  17. package/commonjs/locale.test.js.map +1 -1
  18. package/commonjs/steps/approximate.test.js +26 -24
  19. package/commonjs/steps/approximate.test.js.map +1 -1
  20. package/commonjs/steps/getStep.test.js +20 -18
  21. package/commonjs/steps/getStep.test.js.map +1 -1
  22. package/commonjs/steps/getStepDenominator.test.js +9 -7
  23. package/commonjs/steps/getStepDenominator.test.js.map +1 -1
  24. package/commonjs/steps/getStepMinTime.test.js +9 -7
  25. package/commonjs/steps/getStepMinTime.test.js.map +1 -1
  26. package/commonjs/steps/getTimeToNextUpdate.test.js +56 -54
  27. package/commonjs/steps/getTimeToNextUpdate.test.js.map +1 -1
  28. package/commonjs/steps/getTimeToNextUpdateForUnit.test.js +20 -18
  29. package/commonjs/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
  30. package/commonjs/steps/helpers.test.js +6 -4
  31. package/commonjs/steps/helpers.test.js.map +1 -1
  32. package/commonjs/steps/renameLegacyProperties.test.js +12 -10
  33. package/commonjs/steps/renameLegacyProperties.test.js.map +1 -1
  34. package/commonjs/steps/round.test.js +27 -25
  35. package/commonjs/steps/round.test.js.map +1 -1
  36. package/commonjs/style/approximateTime.test.js +6 -5
  37. package/commonjs/style/approximateTime.test.js.map +1 -1
  38. package/commonjs/style/mini.test.js +62 -60
  39. package/commonjs/style/mini.test.js.map +1 -1
  40. package/commonjs/style/miniMinute.test.js +27 -25
  41. package/commonjs/style/miniMinute.test.js.map +1 -1
  42. package/commonjs/style/miniMinuteNow.test.js +27 -25
  43. package/commonjs/style/miniMinuteNow.test.js.map +1 -1
  44. package/commonjs/style/miniNow.test.js +27 -25
  45. package/commonjs/style/miniNow.test.js.map +1 -1
  46. package/commonjs/style/renameLegacyProperties.test.js +9 -7
  47. package/commonjs/style/renameLegacyProperties.test.js.map +1 -1
  48. package/commonjs/style/round.test.js +81 -79
  49. package/commonjs/style/round.test.js.map +1 -1
  50. package/commonjs/style/roundMinute.test.js +50 -48
  51. package/commonjs/style/roundMinute.test.js.map +1 -1
  52. package/commonjs/style/twitter.test.js +86 -84
  53. package/commonjs/style/twitter.test.js.map +1 -1
  54. package/commonjs/style/twitterFirstMinute.test.js +33 -31
  55. package/commonjs/style/twitterFirstMinute.test.js.map +1 -1
  56. package/commonjs/style/twitterMinute.test.js +32 -30
  57. package/commonjs/style/twitterMinute.test.js.map +1 -1
  58. package/commonjs/style/twitterMinuteNow.test.js +32 -30
  59. package/commonjs/style/twitterMinuteNow.test.js.map +1 -1
  60. package/commonjs/style/twitterNow.test.js +34 -32
  61. package/commonjs/style/twitterNow.test.js.map +1 -1
  62. package/index.d.ts +46 -7
  63. package/load-all-locales/index.cjs +15 -0
  64. package/load-all-locales/index.cjs.js +15 -0
  65. package/load-all-locales/index.js +30 -0
  66. package/locale/ak.json +8 -26
  67. package/locale/ak.json.js +8 -26
  68. package/locale/am.json +3 -3
  69. package/locale/am.json.js +3 -3
  70. package/locale/ba/package.json +16 -0
  71. package/locale/ba.json +159 -0
  72. package/locale/ba.json.d.ts +4 -0
  73. package/locale/ba.json.js +159 -0
  74. package/locale/be-tarask.json +4 -4
  75. package/locale/be-tarask.json.js +4 -4
  76. package/locale/be.json +4 -4
  77. package/locale/be.json.js +4 -4
  78. package/locale/bn.json +6 -6
  79. package/locale/bn.json.js +6 -6
  80. package/locale/bs.json +36 -30
  81. package/locale/bs.json.js +36 -30
  82. package/locale/bua/package.json +16 -0
  83. package/locale/bua.json +159 -0
  84. package/locale/bua.json.d.ts +4 -0
  85. package/locale/bua.json.js +159 -0
  86. package/locale/cv.json +134 -82
  87. package/locale/cv.json.js +134 -82
  88. package/locale/en-EE/package.json +16 -0
  89. package/locale/en-EE.json +219 -0
  90. package/locale/en-EE.json.d.ts +4 -0
  91. package/locale/en-EE.json.js +219 -0
  92. package/locale/en-GE/package.json +16 -0
  93. package/locale/en-GE.json +219 -0
  94. package/locale/en-GE.json.d.ts +4 -0
  95. package/locale/en-GE.json.js +219 -0
  96. package/locale/en-LT/package.json +16 -0
  97. package/locale/en-LT.json +219 -0
  98. package/locale/en-LT.json.d.ts +4 -0
  99. package/locale/en-LT.json.js +219 -0
  100. package/locale/en-LV/package.json +16 -0
  101. package/locale/en-LV.json +219 -0
  102. package/locale/en-LV.json.d.ts +4 -0
  103. package/locale/en-LV.json.js +219 -0
  104. package/locale/en-UA/package.json +16 -0
  105. package/locale/en-UA.json +219 -0
  106. package/locale/en-UA.json.d.ts +4 -0
  107. package/locale/en-UA.json.js +219 -0
  108. package/locale/es-MX.json +2 -8
  109. package/locale/es-MX.json.js +2 -8
  110. package/locale/fr-CA.json +4 -4
  111. package/locale/fr-CA.json.js +4 -4
  112. package/locale/fr.json +4 -4
  113. package/locale/fr.json.js +4 -4
  114. package/locale/he.json +74 -86
  115. package/locale/he.json.js +74 -86
  116. package/locale/ht.json +4 -4
  117. package/locale/ht.json.js +4 -4
  118. package/locale/ie.json +15 -9
  119. package/locale/ie.json.js +15 -9
  120. package/locale/kk-Arab/package.json +16 -0
  121. package/locale/kk-Arab.json +159 -0
  122. package/locale/kk-Arab.json.d.ts +4 -0
  123. package/locale/kk-Arab.json.js +159 -0
  124. package/locale/kok-Latn.json +138 -39
  125. package/locale/kok-Latn.json.js +138 -39
  126. package/locale/kok.json +169 -64
  127. package/locale/kok.json.js +169 -64
  128. package/locale/ku.json +166 -73
  129. package/locale/ku.json.js +166 -73
  130. package/locale/mk.json +20 -20
  131. package/locale/mk.json.js +20 -20
  132. package/locale/nso/package.json +16 -0
  133. package/locale/nso.json +159 -0
  134. package/locale/nso.json.d.ts +4 -0
  135. package/locale/nso.json.js +159 -0
  136. package/locale/rm.json +151 -85
  137. package/locale/rm.json.js +151 -85
  138. package/locale/ro.json +4 -2
  139. package/locale/ro.json.js +4 -2
  140. package/locale/rw/package.json +16 -0
  141. package/locale/rw.json +159 -0
  142. package/locale/rw.json.d.ts +4 -0
  143. package/locale/rw.json.js +159 -0
  144. package/locale/scn/package.json +16 -0
  145. package/locale/scn.json +249 -0
  146. package/locale/scn.json.d.ts +4 -0
  147. package/locale/scn.json.js +249 -0
  148. package/locale/sd-Deva/package.json +16 -0
  149. package/locale/sd-Deva.json +159 -0
  150. package/locale/sd-Deva.json.d.ts +4 -0
  151. package/locale/sd-Deva.json.js +159 -0
  152. package/locale/sd.json +77 -20
  153. package/locale/sd.json.js +77 -20
  154. package/locale/shn/package.json +16 -0
  155. package/locale/shn.json +159 -0
  156. package/locale/shn.json.d.ts +4 -0
  157. package/locale/shn.json.js +159 -0
  158. package/locale/sv.json +3 -3
  159. package/locale/sv.json.js +3 -3
  160. package/locale/syr.json +27 -27
  161. package/locale/syr.json.js +27 -27
  162. package/locale/ta.json +15 -9
  163. package/locale/ta.json.js +15 -9
  164. package/locale/tn.json +27 -27
  165. package/locale/tn.json.js +27 -27
  166. package/locale/tok/package.json +16 -0
  167. package/locale/tok.json +159 -0
  168. package/locale/tok.json.d.ts +4 -0
  169. package/locale/tok.json.js +159 -0
  170. package/locale/tyv/package.json +16 -0
  171. package/locale/tyv.json +159 -0
  172. package/locale/tyv.json.d.ts +4 -0
  173. package/locale/tyv.json.js +159 -0
  174. package/locale/xh.json +18 -18
  175. package/locale/xh.json.js +18 -18
  176. package/modules/FullDateFormatter.test.js +2 -0
  177. package/modules/FullDateFormatter.test.js.map +1 -1
  178. package/modules/TimeAgo.js +8 -5
  179. package/modules/TimeAgo.js.map +1 -1
  180. package/modules/TimeAgo.test.js +190 -189
  181. package/modules/TimeAgo.test.js.map +1 -1
  182. package/modules/cache.test.js +2 -0
  183. package/modules/cache.test.js.map +1 -1
  184. package/modules/isStyleObject.test.js +19 -17
  185. package/modules/isStyleObject.test.js.map +1 -1
  186. package/modules/locale.test.js +12 -10
  187. package/modules/locale.test.js.map +1 -1
  188. package/modules/steps/approximate.test.js +2 -0
  189. package/modules/steps/approximate.test.js.map +1 -1
  190. package/modules/steps/getStep.test.js +7 -5
  191. package/modules/steps/getStep.test.js.map +1 -1
  192. package/modules/steps/getStepDenominator.test.js +6 -4
  193. package/modules/steps/getStepDenominator.test.js.map +1 -1
  194. package/modules/steps/getStepMinTime.test.js +6 -4
  195. package/modules/steps/getStepMinTime.test.js.map +1 -1
  196. package/modules/steps/getTimeToNextUpdate.test.js +36 -34
  197. package/modules/steps/getTimeToNextUpdate.test.js.map +1 -1
  198. package/modules/steps/getTimeToNextUpdateForUnit.test.js +12 -10
  199. package/modules/steps/getTimeToNextUpdateForUnit.test.js.map +1 -1
  200. package/modules/steps/helpers.test.js +4 -2
  201. package/modules/steps/helpers.test.js.map +1 -1
  202. package/modules/steps/renameLegacyProperties.test.js +8 -6
  203. package/modules/steps/renameLegacyProperties.test.js.map +1 -1
  204. package/modules/steps/round.test.js +2 -0
  205. package/modules/steps/round.test.js.map +1 -1
  206. package/modules/style/approximateTime.test.js +3 -2
  207. package/modules/style/approximateTime.test.js.map +1 -1
  208. package/modules/style/mini.test.js +58 -56
  209. package/modules/style/mini.test.js.map +1 -1
  210. package/modules/style/miniMinute.test.js +25 -23
  211. package/modules/style/miniMinute.test.js.map +1 -1
  212. package/modules/style/miniMinuteNow.test.js +25 -23
  213. package/modules/style/miniMinuteNow.test.js.map +1 -1
  214. package/modules/style/miniNow.test.js +25 -23
  215. package/modules/style/miniNow.test.js.map +1 -1
  216. package/modules/style/renameLegacyProperties.test.js +6 -4
  217. package/modules/style/renameLegacyProperties.test.js.map +1 -1
  218. package/modules/style/round.test.js +76 -74
  219. package/modules/style/round.test.js.map +1 -1
  220. package/modules/style/roundMinute.test.js +47 -45
  221. package/modules/style/roundMinute.test.js.map +1 -1
  222. package/modules/style/twitter.test.js +72 -70
  223. package/modules/style/twitter.test.js.map +1 -1
  224. package/modules/style/twitterFirstMinute.test.js +29 -27
  225. package/modules/style/twitterFirstMinute.test.js.map +1 -1
  226. package/modules/style/twitterMinute.test.js +29 -27
  227. package/modules/style/twitterMinute.test.js.map +1 -1
  228. package/modules/style/twitterMinuteNow.test.js +29 -27
  229. package/modules/style/twitterMinuteNow.test.js.map +1 -1
  230. package/modules/style/twitterNow.test.js +31 -29
  231. package/modules/style/twitterNow.test.js.map +1 -1
  232. package/package.json +129 -8
  233. /package/{bin → scripts}/create-commonjs-package-json.js +0 -0
  234. /package/{bin → scripts}/generate-load-all-locales.js +0 -0
  235. /package/{bin → scripts}/generate-locale-messages.js +0 -0
@@ -0,0 +1,159 @@
1
+ {
2
+ "locale": "shn",
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,4 @@
1
+ import { LocaleData } from '../index.d.js';
2
+
3
+ declare const localeData: LocaleData;
4
+ export default localeData;
@@ -0,0 +1,159 @@
1
+ export default {
2
+ "locale": "shn",
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
+ }
package/locale/sv.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "locale": "sv",
3
3
  "long": {
4
4
  "year": {
5
- "previous": "i fjol",
5
+ "previous": "förra året",
6
6
  "current": "i år",
7
7
  "next": "nästa år",
8
8
  "past": "för {0} år sedan",
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "short": {
94
94
  "year": {
95
- "previous": "i fjol",
95
+ "previous": "förra året",
96
96
  "current": "i år",
97
97
  "next": "nästa år",
98
98
  "past": "för {0} år sen",
@@ -152,7 +152,7 @@
152
152
  },
153
153
  "narrow": {
154
154
  "year": {
155
- "previous": "i fjol",
155
+ "previous": "förra året",
156
156
  "current": "i år",
157
157
  "next": "nästa år",
158
158
  "past": "−{0} år",
package/locale/sv.json.js CHANGED
@@ -2,7 +2,7 @@ export default {
2
2
  "locale": "sv",
3
3
  "long": {
4
4
  "year": {
5
- "previous": "i fjol",
5
+ "previous": "förra året",
6
6
  "current": "i år",
7
7
  "next": "nästa år",
8
8
  "past": "för {0} år sedan",
@@ -92,7 +92,7 @@ export default {
92
92
  },
93
93
  "short": {
94
94
  "year": {
95
- "previous": "i fjol",
95
+ "previous": "förra året",
96
96
  "current": "i år",
97
97
  "next": "nästa år",
98
98
  "past": "för {0} år sen",
@@ -152,7 +152,7 @@ export default {
152
152
  },
153
153
  "narrow": {
154
154
  "year": {
155
- "previous": "i fjol",
155
+ "previous": "förra året",
156
156
  "current": "i år",
157
157
  "next": "nästa år",
158
158
  "past": "−{0} år",
package/locale/syr.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "year": {
5
5
  "previous": "ܐܫܬܩܕܝ",
6
6
  "current": "ܗܕܐ ܫܢܬܐ",
7
- "next": "ܫܢܬܐ ܐܚܪܬܐ",
7
+ "next": "ܫܢܬܐ ܕܐܬܝܐ",
8
8
  "past": {
9
9
  "one": "ܡ̣ܢ ܩܕܡ ܚܕܐ ܫܢܬܐ",
10
10
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܢܝ̈ܐ"
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "month": {
31
- "previous": "ܝܪܚܐ ܕܕܥܒܪ",
31
+ "previous": "ܝܪܚܐ ܐܚܪܝܐ",
32
32
  "current": "ܗܢܐ ܝܪܚܐ",
33
33
  "next": "ܝܪܚܐ ܕܐܬܐ",
34
34
  "past": {
@@ -41,8 +41,8 @@
41
41
  }
42
42
  },
43
43
  "week": {
44
- "previous": "ܫܒܘܥܐ ܕܕܥܒܪ",
45
- "current": "ܗܕܐ ܫܒܘܥܐ",
44
+ "previous": "ܫܒܘܥܐ ܐܚܪܝܐ",
45
+ "current": "ܗܢܐ ܫܒܘܥܐ",
46
46
  "next": "ܫܒܘܥܐ ܕܐܬܐ",
47
47
  "past": {
48
48
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܫܒܘܥܐ",
@@ -56,7 +56,7 @@
56
56
  "day": {
57
57
  "previous": "ܐܬܡܠܝ",
58
58
  "current": "ܐܕܝܘܡ",
59
- "next": "ܝܘܡܐ ܕܐܬܐ",
59
+ "next": "ܩܘܕܡܐ",
60
60
  "past": {
61
61
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܘܡܐ",
62
62
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܘܡܢ̈ܐ"
@@ -102,9 +102,9 @@
102
102
  },
103
103
  "short": {
104
104
  "year": {
105
- "previous": "ܐܫܬܩܕܝ",
106
- "current": "ܗܕܐ ܫܢܬܐ",
107
- "next": "ܫܢܬܐ ܐܚܪܬܐ",
105
+ "previous": "܏ܫܬܩܕ",
106
+ "current": "ܗܕ ܏ܫܢ",
107
+ "next": "܏ܫܢ ܕܐܬܝܐ",
108
108
  "past": {
109
109
  "one": "ܡ̣ܢ ܩܕܡ ܚܕܐ ܫܢܬܐ",
110
110
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܢܝ̈ܐ"
@@ -128,9 +128,9 @@
128
128
  }
129
129
  },
130
130
  "month": {
131
- "previous": "ܝܪܚܐ ܕܕܥܒܪ",
132
- "current": "ܗܢܐ ܝܪܚܐ",
133
- "next": "ܝܪܚܐ ܕܐܬܐ",
131
+ "previous": "܏ܝܪܚ ܏ܐܚܪ",
132
+ "current": "ܗܢ ܏ܝܪܚ",
133
+ "next": "܏ܝܪܚ ܕܐܬܐ",
134
134
  "past": {
135
135
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܪܚܐ",
136
136
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܖ̈ܚܐ"
@@ -141,9 +141,9 @@
141
141
  }
142
142
  },
143
143
  "week": {
144
- "previous": "ܫܒܘܥܐ ܕܕܥܒܪ",
145
- "current": "ܗܕܐ ܫܒܘܥܐ",
146
- "next": "ܫܒܘܥܐ ܕܐܬܐ",
144
+ "previous": "܏ܫܒܘ ܏ܐܚܪ",
145
+ "current": "ܗܢ ܏ܫܒܘ",
146
+ "next": "܏ܫܒܘ ܕܐܬܐ",
147
147
  "past": {
148
148
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܫܒܘܥܐ",
149
149
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܒ̈ܘܥܐ"
@@ -154,9 +154,9 @@
154
154
  }
155
155
  },
156
156
  "day": {
157
- "previous": "ܐܬܡܠܝ",
157
+ "previous": "܏ܬܡܠ",
158
158
  "current": "ܐܕܝܘܡ",
159
- "next": "ܝܘܡܐ ܕܐܬܐ",
159
+ "next": "܏ܩܘܕܡ",
160
160
  "past": {
161
161
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܘܡܐ",
162
162
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܘܡܢ̈ܐ"
@@ -202,9 +202,9 @@
202
202
  },
203
203
  "narrow": {
204
204
  "year": {
205
- "previous": "ܐܫܬܩܕܝ",
206
- "current": "ܗܕܐ ܫܢܬܐ",
207
- "next": "ܫܢܬܐ ܐܚܪܬܐ",
205
+ "previous": "܏ܫܬܩܕ",
206
+ "current": "ܗܕ ܏ܫܢ",
207
+ "next": "܏ܫܢ ܕܐܬܝܐ",
208
208
  "past": {
209
209
  "one": "ܡ̣ܢ ܩܕܡ ܚܕܐ ܫܢܬܐ",
210
210
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܢܝ̈ܐ"
@@ -228,9 +228,9 @@
228
228
  }
229
229
  },
230
230
  "month": {
231
- "previous": "ܝܪܚܐ ܕܕܥܒܪ",
232
- "current": "ܗܢܐ ܝܪܚܐ",
233
- "next": "ܝܪܚܐ ܕܐܬܐ",
231
+ "previous": "܏ܝܪܚ ܏ܐܚܪ",
232
+ "current": "ܗܢ ܏ܝܪܚ",
233
+ "next": "܏ܝܪܚ ܕܐܬܐ",
234
234
  "past": {
235
235
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܪܚܐ",
236
236
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܖ̈ܚܐ"
@@ -241,9 +241,9 @@
241
241
  }
242
242
  },
243
243
  "week": {
244
- "previous": "ܫܒܘܥܐ ܕܕܥܒܪ",
245
- "current": "ܗܕܐ ܫܒܘܥܐ",
246
- "next": "ܫܒܘܥܐ ܕܐܬܐ",
244
+ "previous": "܏ܫܒܘ ܏ܐܚܪ",
245
+ "current": "ܗܢ ܏ܫܒܘ",
246
+ "next": "܏ܫܒܘ ܕܐܬܐ",
247
247
  "past": {
248
248
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܫܒܘܥܐ",
249
249
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܒ̈ܘܥܐ"
@@ -254,9 +254,9 @@
254
254
  }
255
255
  },
256
256
  "day": {
257
- "previous": "ܐܬܡܠܝ",
257
+ "previous": "܏ܬܡܠ",
258
258
  "current": "ܐܕܝܘܡ",
259
- "next": "ܝܘܡܐ ܕܐܬܐ",
259
+ "next": "܏ܩܘܕܡ",
260
260
  "past": {
261
261
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܘܡܐ",
262
262
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܘܡܢ̈ܐ"
@@ -4,7 +4,7 @@ export default {
4
4
  "year": {
5
5
  "previous": "ܐܫܬܩܕܝ",
6
6
  "current": "ܗܕܐ ܫܢܬܐ",
7
- "next": "ܫܢܬܐ ܐܚܪܬܐ",
7
+ "next": "ܫܢܬܐ ܕܐܬܝܐ",
8
8
  "past": {
9
9
  "one": "ܡ̣ܢ ܩܕܡ ܚܕܐ ܫܢܬܐ",
10
10
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܢܝ̈ܐ"
@@ -28,7 +28,7 @@ export default {
28
28
  }
29
29
  },
30
30
  "month": {
31
- "previous": "ܝܪܚܐ ܕܕܥܒܪ",
31
+ "previous": "ܝܪܚܐ ܐܚܪܝܐ",
32
32
  "current": "ܗܢܐ ܝܪܚܐ",
33
33
  "next": "ܝܪܚܐ ܕܐܬܐ",
34
34
  "past": {
@@ -41,8 +41,8 @@ export default {
41
41
  }
42
42
  },
43
43
  "week": {
44
- "previous": "ܫܒܘܥܐ ܕܕܥܒܪ",
45
- "current": "ܗܕܐ ܫܒܘܥܐ",
44
+ "previous": "ܫܒܘܥܐ ܐܚܪܝܐ",
45
+ "current": "ܗܢܐ ܫܒܘܥܐ",
46
46
  "next": "ܫܒܘܥܐ ܕܐܬܐ",
47
47
  "past": {
48
48
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܫܒܘܥܐ",
@@ -56,7 +56,7 @@ export default {
56
56
  "day": {
57
57
  "previous": "ܐܬܡܠܝ",
58
58
  "current": "ܐܕܝܘܡ",
59
- "next": "ܝܘܡܐ ܕܐܬܐ",
59
+ "next": "ܩܘܕܡܐ",
60
60
  "past": {
61
61
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܘܡܐ",
62
62
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܘܡܢ̈ܐ"
@@ -102,9 +102,9 @@ export default {
102
102
  },
103
103
  "short": {
104
104
  "year": {
105
- "previous": "ܐܫܬܩܕܝ",
106
- "current": "ܗܕܐ ܫܢܬܐ",
107
- "next": "ܫܢܬܐ ܐܚܪܬܐ",
105
+ "previous": "܏ܫܬܩܕ",
106
+ "current": "ܗܕ ܏ܫܢ",
107
+ "next": "܏ܫܢ ܕܐܬܝܐ",
108
108
  "past": {
109
109
  "one": "ܡ̣ܢ ܩܕܡ ܚܕܐ ܫܢܬܐ",
110
110
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܢܝ̈ܐ"
@@ -128,9 +128,9 @@ export default {
128
128
  }
129
129
  },
130
130
  "month": {
131
- "previous": "ܝܪܚܐ ܕܕܥܒܪ",
132
- "current": "ܗܢܐ ܝܪܚܐ",
133
- "next": "ܝܪܚܐ ܕܐܬܐ",
131
+ "previous": "܏ܝܪܚ ܏ܐܚܪ",
132
+ "current": "ܗܢ ܏ܝܪܚ",
133
+ "next": "܏ܝܪܚ ܕܐܬܐ",
134
134
  "past": {
135
135
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܪܚܐ",
136
136
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܖ̈ܚܐ"
@@ -141,9 +141,9 @@ export default {
141
141
  }
142
142
  },
143
143
  "week": {
144
- "previous": "ܫܒܘܥܐ ܕܕܥܒܪ",
145
- "current": "ܗܕܐ ܫܒܘܥܐ",
146
- "next": "ܫܒܘܥܐ ܕܐܬܐ",
144
+ "previous": "܏ܫܒܘ ܏ܐܚܪ",
145
+ "current": "ܗܢ ܏ܫܒܘ",
146
+ "next": "܏ܫܒܘ ܕܐܬܐ",
147
147
  "past": {
148
148
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܫܒܘܥܐ",
149
149
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܒ̈ܘܥܐ"
@@ -154,9 +154,9 @@ export default {
154
154
  }
155
155
  },
156
156
  "day": {
157
- "previous": "ܐܬܡܠܝ",
157
+ "previous": "܏ܬܡܠ",
158
158
  "current": "ܐܕܝܘܡ",
159
- "next": "ܝܘܡܐ ܕܐܬܐ",
159
+ "next": "܏ܩܘܕܡ",
160
160
  "past": {
161
161
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܘܡܐ",
162
162
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܘܡܢ̈ܐ"
@@ -202,9 +202,9 @@ export default {
202
202
  },
203
203
  "narrow": {
204
204
  "year": {
205
- "previous": "ܐܫܬܩܕܝ",
206
- "current": "ܗܕܐ ܫܢܬܐ",
207
- "next": "ܫܢܬܐ ܐܚܪܬܐ",
205
+ "previous": "܏ܫܬܩܕ",
206
+ "current": "ܗܕ ܏ܫܢ",
207
+ "next": "܏ܫܢ ܕܐܬܝܐ",
208
208
  "past": {
209
209
  "one": "ܡ̣ܢ ܩܕܡ ܚܕܐ ܫܢܬܐ",
210
210
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܢܝ̈ܐ"
@@ -228,9 +228,9 @@ export default {
228
228
  }
229
229
  },
230
230
  "month": {
231
- "previous": "ܝܪܚܐ ܕܕܥܒܪ",
232
- "current": "ܗܢܐ ܝܪܚܐ",
233
- "next": "ܝܪܚܐ ܕܐܬܐ",
231
+ "previous": "܏ܝܪܚ ܏ܐܚܪ",
232
+ "current": "ܗܢ ܏ܝܪܚ",
233
+ "next": "܏ܝܪܚ ܕܐܬܐ",
234
234
  "past": {
235
235
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܪܚܐ",
236
236
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܖ̈ܚܐ"
@@ -241,9 +241,9 @@ export default {
241
241
  }
242
242
  },
243
243
  "week": {
244
- "previous": "ܫܒܘܥܐ ܕܕܥܒܪ",
245
- "current": "ܗܕܐ ܫܒܘܥܐ",
246
- "next": "ܫܒܘܥܐ ܕܐܬܐ",
244
+ "previous": "܏ܫܒܘ ܏ܐܚܪ",
245
+ "current": "ܗܢ ܏ܫܒܘ",
246
+ "next": "܏ܫܒܘ ܕܐܬܐ",
247
247
  "past": {
248
248
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܫܒܘܥܐ",
249
249
  "other": "ܡ̣ܢ ܩܕܡ {0} ܫܒ̈ܘܥܐ"
@@ -254,9 +254,9 @@ export default {
254
254
  }
255
255
  },
256
256
  "day": {
257
- "previous": "ܐܬܡܠܝ",
257
+ "previous": "܏ܬܡܠ",
258
258
  "current": "ܐܕܝܘܡ",
259
- "next": "ܝܘܡܐ ܕܐܬܐ",
259
+ "next": "܏ܩܘܕܡ",
260
260
  "past": {
261
261
  "one": "ܡ̣ܢ ܩܕܡ ܚܕ ܝܘܡܐ",
262
262
  "other": "ܡ̣ܢ ܩܕܡ {0} ܝܘܡܢ̈ܐ"