7ea64f383eb1fc5c537533a5bf080ab8e31c91dcacc507d5366362b0282335cfe1bafbd27ccdf22580391b7d8092d5a8e9d8f5cbba1b5658a750d4936501d3 563 B

12345678910
  1. /*!
  2. * numbro.js language configuration
  3. * language : Chinese simplified (zh-HANS)
  4. * author : Tim McIntosh (StayinFront NZ)
  5. */
  6. !function(){"use strict";var a={langLocaleCode:"zh-HANS",cultureCode:"zh-HANS",delimiters:{thousands:",",decimal:"."},abbreviations:{thousand:"千",million:"百万",billion:"十亿",trillion:"兆"},ordinal:function(){return"."},currency:{symbol:"¥"}};
  7. // Node
  8. "undefined"!=typeof module&&module.exports&&(module.exports=a),
  9. // Browser
  10. "undefined"!=typeof window&&this.numbro&&this.numbro.culture&&this.numbro.culture("zh-HANS",a)}();