| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- const e = {
- sheet: {
- numfmt: {
- percent: "Percentage",
- title: "Number format",
- numfmtType: "Format types",
- cancel: "Cancel",
- confirm: "Confirm",
- general: "General",
- accounting: "Accounting",
- text: "Text",
- number: "Number",
- currency: "Currency",
- date: "Date",
- time: "Time",
- thousandthPercentile: "Thousands separator",
- preview: "Preview",
- dateTime: "Date and time",
- decimalLength: "Decimal places",
- currencyType: "Currency Symbol",
- moreFmt: "Formats",
- financialValue: "Financial value",
- roundingCurrency: "Rounding up the currency",
- timeDuration: "Duration Time",
- currencyDes: "The currency format is used to represent general currency values. The accounting format aligns a column of values with decimal points",
- accountingDes: "The accounting number format aligns a column of values with currency symbols and decimal points",
- dateType: "Date Type",
- dateDes: "The date format presents date and time series values as date values.",
- negType: "A negative number type",
- generalDes: "The regular format does not contain any specific number format.",
- thousandthPercentileDes: "The percentile format is used for the representation of ordinary numbers. Monetary and accounting formats provide a specialized format for monetary value calculations.",
- addDecimal: "Increase decimal places",
- subtractDecimal: "Decreasing decimal places",
- customFormat: "Custom Format",
- customFormatDes: "Generate custom number formats based on existing formats."
- }
- }
- };
- export {
- e as default
- };
|