{"version":3,"file":"/Users/anthonygubler/development/dojo-org/widgets/src/time-picker/nls/TimePicker.ts","sourceRoot":"","sources":["TimePicker.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG;IACf,EAAE,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,oBAAoB,CAAC;IACtC,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,oBAAoB,CAAC;CAC3C,CAAC;AAEF,MAAM,QAAQ,GAAG;IAChB,YAAY,EAAE,0CAA0C;IACxD,WAAW,EAAE,qBAAqB;IAClC,QAAQ,EAAE,gCAAgC;IAC1C,OAAO,EAAE,8BAA8B;CACvC,CAAC;AAEF,eAAe,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC","sourcesContent":["const locales = {\n\tzh: () => import('./zh-CN/TimePicker'),\n\t'zh-TW': () => import('./zh-TW/TimePicker')\n};\n\nconst messages = {\n\tinvalidProps: 'Min time cannot be greater than max time',\n\tinvalidTime: 'Invalid time format',\n\ttooEarly: 'Time must be at after Min time',\n\ttooLate: 'Time must be before Max time'\n};\n\nexport default { locales, messages };\n"]}