34ea926e9b88510832c0f68645c7c2b008c54bea3199268fddba8a9576ef902858f86bffa5e2deac37f93c19d75dcf26c02f683e161fc24915851914771c32 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. /*!
  2. * numbro.js language configuration
  3. * language : Bulgarian
  4. * author : Tim McIntosh (StayinFront NZ)
  5. */
  6. (function(){"use strict";var a={langLocaleCode:"bg",cultureCode:"bg",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"И",million:"А",billion:"M",trillion:"T"},ordinal:function(){return"."},currency:{symbol:"лв."}};
  7. // Node
  8. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  9. // Browser
  10. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&this.numbro.culture("bg",a)}).call("undefined"==typeof window?this:window),/*!
  11. * numbro.js language configuration
  12. * language : Czech
  13. * locale: Czech Republic
  14. * author : Jan Pesa : https://github.com/smajl (based on work from Anatoli Papirovski : https://github.com/apapirovski)
  15. */
  16. function(){"use strict";var a={langLocaleCode:"cs-CZ",cultureCode:"cs-CZ",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tis.",million:"mil.",billion:"mld.",trillion:"bil."},ordinal:function(){return"."},currency:{symbol:"Kč",position:"postfix",spaceSeparated:!0},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  17. // CommonJS
  18. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  19. // Browser
  20. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  21. * numbro.js language configuration
  22. * language : Danish
  23. * locale: Denmark
  24. * author : Michael Storgaard : https://github.com/mstorgaard
  25. */
  26. function(){"use strict";var a={langLocaleCode:"da-DK",cultureCode:"da-DK",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mio",billion:"mia",trillion:"b"},ordinal:function(){return"."},currency:{symbol:"kr",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  27. // CommonJS
  28. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  29. // Browser
  30. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  31. * numbro.js language configuration
  32. * language : German
  33. * locale: Austria
  34. * author : Tim McIntosh (StayinFront NZ)
  35. */
  36. function(){"use strict";var a={langLocaleCode:"de-AT",cultureCode:"de-AT",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"€"}};
  37. // Node
  38. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  39. // Browser
  40. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  41. * numbro.js language configuration
  42. * language : German
  43. * locale: Switzerland
  44. * author : Michael Piefel : https://github.com/piefel (based on work from Marco Krage : https://github.com/sinky)
  45. */
  46. function(){"use strict";var a={langLocaleCode:"de-CH",cultureCode:"de-CH",delimiters:{thousands:"'",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"CHF",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  47. // CommonJS
  48. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  49. // Browser
  50. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  51. * numbro.js language configuration
  52. * language : German
  53. * locale: Germany
  54. * author : Marco Krage : https://github.com/sinky
  55. *
  56. * Generally useful in Germany, Austria, Luxembourg, Belgium
  57. */
  58. function(){"use strict";var a={langLocaleCode:"de-DE",cultureCode:"de-DE",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"€",position:"postfix",spaceSeparated:!0},defaults:{currencyFormat:",4"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  59. // CommonJS
  60. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  61. // Browser
  62. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  63. * numbro.js language configuration
  64. * language : German
  65. * locale: Liechtenstein
  66. * author : Michael Piefel : https://github.com/piefel (based on work from Marco Krage : https://github.com/sinky)
  67. */
  68. function(){"use strict";var a={langLocaleCode:"de-LI",cultureCode:"de-LI",delimiters:{thousands:"'",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"CHF",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  69. // CommonJS
  70. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  71. // Browser
  72. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  73. * numbro.js language configuration
  74. * language : Greek (el)
  75. * author : Tim McIntosh (StayinFront NZ)
  76. */
  77. function(){"use strict";var a={langLocaleCode:"el",cultureCode:"el",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"χ",million:"ε",billion:"δ",trillion:"τ"},ordinal:function(){return"."},currency:{symbol:"€"}};
  78. // Node
  79. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  80. // Browser
  81. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("el",a)}.call("undefined"==typeof window?this:window),/*!
  82. * numbro.js language configuration
  83. * language : English
  84. * locale: Australia
  85. * author : Benedikt Huss : https://github.com/ben305
  86. */
  87. function(){"use strict";var a={langLocaleCode:"en-AU",cultureCode:"en-AU",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"$",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  88. // CommonJS
  89. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  90. // Browser
  91. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  92. * numbro.js language configuration
  93. * language : English
  94. * locale: United Kingdom of Great Britain and Northern Ireland
  95. * author : Dan Ristic : https://github.com/dristic
  96. */
  97. function(){"use strict";var a={langLocaleCode:"en-GB",cultureCode:"en-GB",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"£",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  98. // CommonJS
  99. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  100. // Browser
  101. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  102. + * numbro.js language configuration
  103. * language : English
  104. * locale: Ireland
  105. * author : Tim McIntosh (StayinFront NZ)
  106. */
  107. function(){"use strict";var a={langLocaleCode:"en-IE",cultureCode:"en-IE",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"€"}};
  108. // Node
  109. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  110. // Browser
  111. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("en-gb",a)}.call("undefined"==typeof window?this:window),/*!
  112. * numbro.js language configuration
  113. * language : English
  114. * locale: New Zealand
  115. * author : Benedikt Huss : https://github.com/ben305
  116. */
  117. function(){"use strict";var a={langLocaleCode:"en-NZ",cultureCode:"en-NZ",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"$",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  118. // CommonJS
  119. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  120. // Browser
  121. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  122. * numbro.js language configuration
  123. * language : English
  124. * locale: South Africa
  125. * author : Stewart Scott https://github.com/stewart42
  126. */
  127. function(){"use strict";var a={langLocaleCode:"en-ZA",cultureCode:"en-ZA",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"R",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  128. // CommonJS
  129. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  130. // Browser
  131. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  132. * numbro.js language configuration
  133. * language : Spanish
  134. * locale: Argentina
  135. * author : Hernan Garcia : https://github.com/hgarcia
  136. */
  137. function(){"use strict";var a={langLocaleCode:"es-AR",cultureCode:"es-AR",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"$",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  138. // CommonJS
  139. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  140. // Browser
  141. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  142. * numbro.js language configuration
  143. * language : Spanish
  144. * locale: Chile
  145. * author : Gwyn Judd : https://github.com/gwynjudd
  146. */
  147. function(){"use strict";var a={langLocaleCode:"es-CL",cultureCode:"es-CL",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"$",position:"prefix"},defaults:{currencyFormat:"$0,0"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  148. // CommonJS
  149. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  150. // Browser
  151. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  152. * numbro.js language configuration
  153. * language : Spanish
  154. * locale: Colombia
  155. * author : Gwyn Judd : https://github.com/gwynjudd
  156. */
  157. function(){"use strict";var a={langLocaleCode:"es-CO",cultureCode:"es-CO",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  158. // CommonJS
  159. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  160. // Browser
  161. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  162. * numbro.js language configuration
  163. * language : Spanish
  164. * locale: Costa Rica
  165. * author : Gwyn Judd : https://github.com/gwynjudd
  166. */
  167. function(){"use strict";var a={langLocaleCode:"es-CR",cultureCode:"es-CR",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"₡",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  168. // CommonJS
  169. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  170. // Browser
  171. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  172. * numbro.js language configuration
  173. * language : Spanish
  174. * locale: Spain
  175. * author : Hernan Garcia : https://github.com/hgarcia
  176. */
  177. function(){"use strict";var a={langLocaleCode:"es-ES",cultureCode:"es-ES",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  178. // CommonJS
  179. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  180. // Browser
  181. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  182. * numbro.js language configuration
  183. * language : Spanish
  184. * locale: Nicaragua
  185. * author : Gwyn Judd : https://github.com/gwynjudd
  186. */
  187. function(){"use strict";var a={langLocaleCode:"es-NI",cultureCode:"es-NI",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"C$",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  188. // CommonJS
  189. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  190. // Browser
  191. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  192. * numbro.js language configuration
  193. * language : Spanish
  194. * locale: Peru
  195. * author : Gwyn Judd : https://github.com/gwynjudd
  196. */
  197. function(){"use strict";var a={langLocaleCode:"es-PE",cultureCode:"es-PE",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"S/.",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  198. // CommonJS
  199. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  200. // Browser
  201. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  202. * numbro.js language configuration
  203. * language : Spanish
  204. * locale: Puerto Rico
  205. * author : Gwyn Judd : https://github.com/gwynjudd
  206. */
  207. function(){"use strict";var a={langLocaleCode:"es-PR",cultureCode:"es-PR",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"$",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  208. // CommonJS
  209. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  210. // Browser
  211. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  212. * numbro.js language configuration
  213. * language : Spanish
  214. * locale: El Salvador
  215. * author : Gwyn Judd : https://github.com/gwynjudd
  216. */
  217. function(){"use strict";var a={langLocaleCode:"es-SV",cultureCode:"es-SV",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"mm",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===b||3===b?"er":2===b?"do":7===b||0===b?"mo":8===b?"vo":9===b?"no":"to"},currency:{symbol:"$",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  218. // CommonJS
  219. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  220. // Browser
  221. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  222. * numbro.js language configuration
  223. * language : Estonian
  224. * locale: Estonia
  225. * author : Illimar Tambek : https://github.com/ragulka
  226. *
  227. * Note: in Estonian, abbreviations are always separated
  228. * from numbers with a space
  229. */
  230. function(){"use strict";var a={langLocaleCode:"et-EE",cultureCode:"et-EE",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:" tuh",million:" mln",billion:" mld",trillion:" trl"},ordinal:function(){return"."},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  231. // CommonJS
  232. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  233. // Browser
  234. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  235. * numbro.js language configuration
  236. * language : Farsi
  237. * locale: Iran
  238. * author : neo13 : https://github.com/neo13
  239. */
  240. function(){"use strict";var a={langLocaleCode:"fa-IR",cultureCode:"fa-IR",delimiters:{thousands:"،",decimal:"."},abbreviations:{thousand:"هزار",million:"میلیون",billion:"میلیارد",trillion:"تریلیون"},ordinal:function(){return"ام"},currency:{symbol:"﷼"}};
  241. // CommonJS
  242. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  243. // Browser
  244. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  245. * numbro.js language configuration
  246. * language : Finnish
  247. * locale: Finland
  248. * author : Sami Saada : https://github.com/samitheberber
  249. */
  250. function(){"use strict";var a={langLocaleCode:"fi-FI",cultureCode:"fi-FI",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"M",billion:"G",trillion:"T"},ordinal:function(){return"."},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  251. // CommonJS
  252. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  253. // Browser
  254. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  255. * numbro.js language configuration
  256. * language : Filipino (Pilipino)
  257. * locale: Philippines
  258. * author : Michael Abadilla : https://github.com/mjmaix
  259. */
  260. function(){"use strict";var a={langLocaleCode:"fil-PH",cultureCode:"fil-PH",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){var b=a%10;return 1===~~(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th"},currency:{symbol:"₱"}};
  261. // CommonJS
  262. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  263. // Browser
  264. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  265. * numbro.js language configuration
  266. * language : French
  267. * locale: Canada
  268. * author : Léo Renaud-Allaire : https://github.com/renaudleo
  269. */
  270. function(){"use strict";var a={langLocaleCode:"fr-CA",cultureCode:"fr-CA",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"M",billion:"G",trillion:"T"},ordinal:function(a){return 1===a?"er":"ème"},currency:{symbol:"$",position:"postfix",spaceSeparated:!0},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  271. // CommonJS
  272. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  273. // Browser
  274. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  275. * numbro.js language configuration
  276. * language : French
  277. * locale: Switzerland
  278. * author : Adam Draper : https://github.com/adamwdraper
  279. */
  280. function(){"use strict";var a={langLocaleCode:"fr-CH",cultureCode:"fr-CH",delimiters:{thousands:" ",decimal:"."},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){return 1===a?"er":"ème"},currency:{symbol:"CHF",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  281. // CommonJS
  282. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  283. // Browser
  284. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  285. * numbro.js language configuration
  286. * language : French
  287. * locale: France
  288. * author : Adam Draper : https://github.com/adamwdraper
  289. */
  290. function(){"use strict";var a={langLocaleCode:"fr-FR",cultureCode:"fr-FR",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(a){return 1===a?"er":"ème"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  291. // CommonJS
  292. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  293. // Browser
  294. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  295. * numbro.js language configuration
  296. * language : Hebrew
  297. * locale : IL
  298. * author : Eli Zehavi : https://github.com/eli-zehavi
  299. */
  300. function(){"use strict";var a={langLocaleCode:"he-IL",cultureCode:"he-IL",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"אלף",million:"מליון",billion:"בליון",trillion:"טריליון"},currency:{symbol:"₪",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"₪ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"₪ ,0"}};
  301. // CommonJS
  302. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  303. // Browser
  304. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  305. * numbro.js language configuration
  306. * language : Hungarian
  307. * locale: Hungary
  308. * author : Peter Bakondy : https://github.com/pbakondy
  309. */
  310. function(){"use strict";var a={langLocaleCode:"hu-HU",cultureCode:"hu-HU",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"E",// ezer
  311. million:"M",// millió
  312. billion:"Mrd",// milliárd
  313. trillion:"T"},ordinal:function(){return"."},currency:{symbol:" Ft",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  314. // CommonJS
  315. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  316. // Browser
  317. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  318. * numbro.js language configuration
  319. * language : Indonesian
  320. * author : Tim McIntosh (StayinFront NZ)
  321. */
  322. function(){"use strict";var a={langLocaleCode:"id",cultureCode:"id",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"r",million:"j",billion:"m",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"Rp"}};
  323. // Node
  324. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  325. // Browser
  326. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("id",a)}.call("undefined"==typeof window?this:window),/*!
  327. * numbro.js language configuration
  328. * language : Italian
  329. * locale: Switzerland
  330. * author : Tim McIntosh (StayinFront NZ)
  331. */
  332. function(){"use strict";var a={langLocaleCode:"it-CH",cultureCode:"it-CH",delimiters:{thousands:"'",decimal:"."},abbreviations:{thousand:"mila",million:"mil",billion:"b",trillion:"t"},ordinal:function(){return"°"},currency:{symbol:"CHF"}};
  333. // Node
  334. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  335. // Browser
  336. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("it-CH",a)}.call("undefined"==typeof window?this:window),/*!
  337. * numbro.js language configuration
  338. * language : Italian
  339. * locale: Italy
  340. * author : Giacomo Trombi : http://cinquepunti.it
  341. */
  342. function(){"use strict";var a={langLocaleCode:"it-IT",cultureCode:"it-IT",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mila",million:"mil",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  343. // CommonJS
  344. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  345. // Browser
  346. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  347. * numbro.js language configuration
  348. * language : Japanese
  349. * locale: Japan
  350. * author : teppeis : https://github.com/teppeis
  351. */
  352. function(){"use strict";var a={langLocaleCode:"ja-JP",cultureCode:"ja-JP",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十億",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  353. // CommonJS
  354. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  355. // Browser
  356. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  357. * numbro.js language configuration
  358. * language : Korean
  359. * author (numbro.js Version): Randy Wilander : https://github.com/rocketedaway
  360. * author (numeral.js Version) : Rich Daley : https://github.com/pedantic-git
  361. */
  362. function(){"use strict";var a={langLocaleCode:"ko-KR",cultureCode:"ko-KR",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"천",million:"백만",billion:"십억",trillion:"일조"},ordinal:function(){return"."},currency:{symbol:"₩"}};
  363. // CommonJS
  364. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  365. // Browser
  366. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  367. * numbro.js language configuration
  368. * language : Latvian
  369. * locale: Latvia
  370. * author : Lauris Bukšis-Haberkorns : https://github.com/Lafriks
  371. */
  372. function(){"use strict";var a={langLocaleCode:"lv-LV",cultureCode:"lv-LV",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:" tūkst.",million:" milj.",billion:" mljrd.",trillion:" trilj."},ordinal:function(){return"."},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  373. // CommonJS
  374. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  375. // Browser
  376. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  377. * numbro.js language configuration
  378. * language: Norwegian Bokmål
  379. * locale: Norway
  380. * author : Benjamin Van Ryseghem
  381. */
  382. function(){"use strict";var a={langLocaleCode:"nb-NO",cultureCode:"nb-NO",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"t",million:"M",billion:"md",trillion:"t"},currency:{symbol:"kr",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  383. // CommonJS
  384. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  385. // Browser
  386. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  387. * numbro.js language configuration
  388. * language : Norwegian Bokmål (nb)
  389. * author : Tim McIntosh (StayinFront NZ)
  390. */
  391. function(){"use strict";var a={langLocaleCode:"nb",cultureCode:"nb",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"t",million:"mil",billion:"mia",trillion:"b"},ordinal:function(){return"."},currency:{symbol:"kr"}};
  392. // Node
  393. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  394. // Browser
  395. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("nb",a)}.call("undefined"==typeof window?this:window),/*!
  396. * numbro.js language configuration
  397. * language : Dutch
  398. * locale: Belgium
  399. * author : Dieter Luypaert : https://github.com/moeriki
  400. */
  401. function(){"use strict";var a={langLocaleCode:"nl-BE",cultureCode:"nl-BE",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"mln",billion:"mld",trillion:"bln"},ordinal:function(a){var b=a%100;return 0!==a&&1>=b||8===b||b>=20?"ste":"de"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  402. // CommonJS
  403. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  404. // Browser
  405. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  406. * numbro.js language configuration
  407. * language : Dutch
  408. * locale: Netherlands
  409. * author : Dave Clayton : https://github.com/davedx
  410. */
  411. function(){"use strict";var a={langLocaleCode:"nl-NL",cultureCode:"nl-NL",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"k",million:"mln",billion:"mrd",trillion:"bln"},ordinal:function(a){var b=a%100;return 0!==a&&1>=b||8===b||b>=20?"ste":"de"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  412. // CommonJS
  413. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  414. // Browser
  415. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  416. * numbro.js language configuration
  417. * language : Norwegian Nynorsk (nn)
  418. * author : Tim McIntosh (StayinFront NZ)
  419. */
  420. function(){"use strict";var a={langLocaleCode:"nn",cultureCode:"nn",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"t",million:"mil",billion:"mia",trillion:"b"},ordinal:function(){return"."},currency:{symbol:"kr"}};
  421. // Node
  422. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  423. // Browser
  424. "undefined"!=typeof window&&window.numbro&&window.numbro.language&&window.numbro.language("nn",a)}(),/*!
  425. * numbro.js language configuration
  426. * language : Polish
  427. * locale : Poland
  428. * author : Dominik Bulaj : https://github.com/dominikbulaj
  429. */
  430. function(){"use strict";var a={langLocaleCode:"pl-PL",cultureCode:"pl-PL",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tys.",million:"mln",billion:"mld",trillion:"bln"},ordinal:function(){return"."},currency:{symbol:" zł",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  431. // CommonJS
  432. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  433. // Browser
  434. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  435. * numbro.js language configuration
  436. * language : Portuguese
  437. * locale : Brazil
  438. * author : Ramiro Varandas Jr : https://github.com/ramirovjr
  439. */
  440. function(){"use strict";var a={langLocaleCode:"pt-BR",cultureCode:"pt-BR",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mil",million:"milhões",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"R$",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  441. // CommonJS
  442. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  443. // Browser
  444. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  445. * numbro.js language configuration
  446. * language : Portuguese
  447. * locale : Portugal
  448. * author : Diogo Resende : https://github.com/dresende
  449. */
  450. function(){"use strict";var a={langLocaleCode:"pt-PT",cultureCode:"pt-PT",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"k",million:"m",billion:"b",trillion:"t"},ordinal:function(){return"º"},currency:{symbol:"€",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  451. // CommonJS
  452. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  453. // Browser
  454. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  455. * numeral.js language configuration
  456. * language : Romanian
  457. * author : Andrei Alecu https://github.com/andreialecu
  458. */
  459. function(){"use strict";var a={langLocaleCode:"ro-RO",cultureCode:"ro-RO",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mii",million:"mil",billion:"mld",trillion:"bln"},ordinal:function(){return"."},currency:{symbol:" lei",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  460. // CommonJS
  461. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  462. // Browser
  463. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  464. * numbro.js language configuration
  465. * language : Romanian (ro)
  466. * author : Tim McIntosh (StayinFront NZ)
  467. */
  468. function(){"use strict";var a={langLocaleCode:"ro",cultureCode:"ro",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"mie",million:"mln",billion:"mld",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"RON"}};
  469. // Node
  470. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  471. // Browser
  472. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("ro",a)}.call("undefined"==typeof window?this:window),/*!
  473. * numbro.js language configuration
  474. * language : Russian
  475. * locale : Russsia
  476. * author : Anatoli Papirovski : https://github.com/apapirovski
  477. */
  478. function(){"use strict";var a={langLocaleCode:"ru-RU",cultureCode:"ru-RU",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"тыс.",million:"млн",billion:"b",trillion:"t"},ordinal:function(){
  479. // not ideal, but since in Russian it can taken on
  480. // different forms (masculine, feminine, neuter)
  481. // this is all we can do
  482. return"."},currency:{symbol:"руб.",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  483. // CommonJS
  484. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  485. // Browser
  486. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  487. * numbro.js language configuration
  488. * language : Russian
  489. * locale : Ukraine
  490. * author : Anatoli Papirovski : https://github.com/apapirovski
  491. */
  492. function(){"use strict";var a={langLocaleCode:"ru-UA",cultureCode:"ru-UA",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"тыс.",million:"млн",billion:"b",trillion:"t"},ordinal:function(){
  493. // not ideal, but since in Russian it can taken on
  494. // different forms (masculine, feminine, neuter)
  495. // this is all we can do
  496. return"."},currency:{symbol:"₴",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  497. // CommonJS
  498. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  499. // Browser
  500. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  501. * numbro.js language configuration
  502. * language : Slovak
  503. * locale : Slovakia
  504. * author : Jan Pesa : https://github.com/smajl (based on work from Ahmed Al Hafoudh : http://www.freevision.sk)
  505. */
  506. function(){"use strict";var a={langLocaleCode:"sk-SK",cultureCode:"sk-SK",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"tis.",million:"mil.",billion:"mld.",trillion:"bil."},ordinal:function(){return"."},currency:{symbol:"€",position:"postfix",spaceSeparated:!0},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  507. // CommonJS
  508. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  509. // Browser
  510. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  511. * numbro.js language configuration
  512. * language : Slovene
  513. * locale: Slovenia
  514. * author : Tim McIntosh (StayinFront NZ)
  515. */
  516. function(){"use strict";var a={langLocaleCode:"sl",cultureCode:"sl",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"tis.",million:"mil.",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"€"}};
  517. // Node
  518. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  519. // Browser
  520. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("sl",a)}(),/*!
  521. * numbro.js language configuration
  522. * language : Serbian (sr)
  523. * country : Serbia (Cyrillic)
  524. * author : Tim McIntosh (StayinFront NZ)
  525. */
  526. function(){"use strict";var a={langLocaleCode:"sr-Cyrl-RS",cultureCode:"sr-Cyrl-RS",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"тыс.",million:"млн",billion:"b",trillion:"t"},ordinal:function(){return"."},currency:{symbol:"RSD"}};
  527. // Node
  528. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  529. // Browser
  530. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("sr-Cyrl-RS",a)}(),/*!
  531. * numbro.js language configuration
  532. * language : Swedish
  533. * locale : Sweden
  534. * author : Benjamin Van Ryseghem (benjamin.vanryseghem.com)
  535. */
  536. function(){"use strict";var a={langLocaleCode:"sv-SE",cultureCode:"sv-SE",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"t",million:"M",billion:"md",trillion:"tmd"},currency:{symbol:"kr",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  537. // CommonJS
  538. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  539. // Browser
  540. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  541. * numbro.js language configuration
  542. * language : Thai
  543. * locale : Thailand
  544. * author : Sathit Jittanupat : https://github.com/jojosati
  545. */
  546. function(){"use strict";var a={langLocaleCode:"th-TH",cultureCode:"th-TH",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"พัน",million:"ล้าน",billion:"พันล้าน",trillion:"ล้านล้าน"},ordinal:function(){return"."},currency:{symbol:"฿",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  547. // CommonJS
  548. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  549. // Browser
  550. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  551. * numbro.js language configuration
  552. * language : Turkish
  553. * locale : Turkey
  554. * author : Ecmel Ercan : https://github.com/ecmel,
  555. * Erhan Gundogan : https://github.com/erhangundogan,
  556. * Burak Yiğit Kaya: https://github.com/BYK
  557. */
  558. function(){"use strict";var a={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"},b={langLocaleCode:"tr-TR",cultureCode:"tr-TR",delimiters:{thousands:".",decimal:","},abbreviations:{thousand:"bin",million:"milyon",billion:"milyar",trillion:"trilyon"},ordinal:function(b){if(0===b)// special case for zero
  559. return"'ıncı";var c=b%10,d=b%100-c,e=b>=100?100:null;return a[c]||a[d]||a[e]},currency:{symbol:"₺",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  560. // CommonJS
  561. "undefined"!=typeof module&&module.exports&&(module.exports=b),
  562. // Browser
  563. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(b.cultureCode,b)}.call("undefined"==typeof window?this:window),/*!
  564. * numbro.js language configuration
  565. * language : Ukrainian
  566. * locale : Ukraine
  567. * author : Michael Piefel : https://github.com/piefel (with help from Tetyana Kuzmenko)
  568. */
  569. function(){"use strict";var a={langLocaleCode:"uk-UA",cultureCode:"uk-UA",delimiters:{thousands:" ",decimal:","},abbreviations:{thousand:"тис.",million:"млн",billion:"млрд",trillion:"блн"},ordinal:function(){
  570. // not ideal, but since in Ukrainian it can taken on
  571. // different forms (masculine, feminine, neuter)
  572. // this is all we can do
  573. return""},currency:{symbol:"₴",position:"postfix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:",0.00 $",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:",0 $"}};
  574. // CommonJS
  575. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  576. // Browser
  577. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  578. * numbro.js language configuration
  579. * language : simplified chinese
  580. * locale : China
  581. * author : badplum : https://github.com/badplum
  582. */
  583. function(){"use strict";var a={langLocaleCode:"zh-CN",cultureCode:"zh-CN",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十亿",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥",position:"prefix"},defaults:{currencyFormat:",4 a"},formats:{fourDigits:"4 a",fullWithTwoDecimals:"$ ,0.00",fullWithTwoDecimalsNoCurrency:",0.00",fullWithNoDecimals:"$ ,0"}};
  584. // CommonJS
  585. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  586. // Browser
  587. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window),/*!
  588. * numbro.js language configuration
  589. * language : Chinese traditional
  590. * locale: Macau
  591. * author : Tim McIntosh (StayinFront NZ)
  592. */
  593. function(){"use strict";var a={langLocaleCode:"zh-MO",cultureCode:"zh-MO",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百萬",billion:"十億",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"MOP"}};
  594. // Node
  595. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  596. // Browser
  597. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("zh-MO",a)}(),/*!
  598. * numbro.js language configuration
  599. * language : Chinese simplified
  600. * locale: Singapore
  601. * author : Tim McIntosh (StayinFront NZ)
  602. */
  603. function(){"use strict";var a={langLocaleCode:"zh-SG",cultureCode:"zh-SG",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十亿",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"$"}};
  604. // Node
  605. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  606. // Browser
  607. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture("zh-SG",a)}.call("undefined"==typeof window?this:window),/*!
  608. * numbro.js language configuration
  609. * language : Chinese (Taiwan)
  610. * author (numbro.js Version): Randy Wilander : https://github.com/rocketedaway
  611. * author (numeral.js Version) : Rich Daley : https://github.com/pedantic-git
  612. */
  613. function(){"use strict";var a={langLocaleCode:"zh-TW",cultureCode:"zh-TW",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百萬",billion:"十億",trillion:"兆"},ordinal:function(){return"第"},currency:{symbol:"NT$"}};
  614. // CommonJS
  615. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  616. // Browser
  617. "undefined"!=typeof window&&window.numbro&&window.numbro.culture&&window.numbro.culture(a.cultureCode,a)}.call("undefined"==typeof window?this:window);