{"version":3,"sources":["webpack://jrs-ui/./runtime_dependencies/numeral/locales/de.js"],"names":["define","numeral","register","delimiters","thousands","decimal","abbreviations","thousand","million","billion","trillion","ordinal","number","currency","symbol"],"mappings":"oGAMQA,EAAO,CAAC,eAAF,4BAMN,SAAUC,GACdA,EAAQC,SAAS,SAAU,KAAM,CAC7BC,WAAY,CACRC,UAAW,IACXC,QAAS,KAEbC,cAAe,CACXC,SAAU,IACVC,QAAS,IACTC,QAAS,IACTC,SAAU,KAEdC,QAAS,SAAUC,GACf,MAAO,KAEXC,SAAU,CACNC,OAAQ,SAtBN","file":"_chunks/chunk.7069.js","sourcesContent":["// numeral.js locale configuration\n// locale : German (de) – generally useful in Germany, Austria, Luxembourg, Belgium\n// author : Marco Krage : https://github.com/sinky\n\n(function (global, factory) {\n if (typeof define === 'function' && define.amd) {\n define(['../numeral'], factory);\n } else if (typeof module === 'object' && module.exports) {\n factory(require('../numeral'));\n } else {\n factory(global.numeral);\n }\n}(this, function (numeral) {\n numeral.register('locale', 'de', {\n delimiters: {\n thousands: ' ',\n decimal: ','\n },\n abbreviations: {\n thousand: 'k',\n million: 'm',\n billion: 'b',\n trillion: 't'\n },\n ordinal: function (number) {\n return '.';\n },\n currency: {\n symbol: '€'\n }\n });\n}));\n"],"sourceRoot":""}