webui-aria2/js/libs/dojo/cldr/nls/pt/number.js
2012-05-01 19:52:07 +08:00

23 lines
450 B
JavaScript

//>>built
define(
"dojo/cldr/nls/pt/number", //begin v1.x content
{
"group": ".",
"percentSign": "%",
"exponential": "E",
"scientificFormat": "#E0",
"percentFormat": "#,##0%",
"list": ";",
"infinity": "∞",
"patternDigit": "#",
"minusSign": "-",
"decimal": ",",
"nan": "NaN",
"nativeZeroDigit": "0",
"perMille": "‰",
"decimalFormat": "#,##0.###",
"currencyFormat": "¤#,##0.00;(¤#,##0.00)",
"plusSign": "+"
}
//end v1.x content
);