en-US.js 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. const e = {
  2. sheet: {
  3. numfmt: {
  4. percent: "Percentage",
  5. title: "Number format",
  6. numfmtType: "Format types",
  7. cancel: "Cancel",
  8. confirm: "Confirm",
  9. general: "General",
  10. accounting: "Accounting",
  11. text: "Text",
  12. number: "Number",
  13. currency: "Currency",
  14. date: "Date",
  15. time: "Time",
  16. thousandthPercentile: "Thousands separator",
  17. preview: "Preview",
  18. dateTime: "Date and time",
  19. decimalLength: "Decimal places",
  20. currencyType: "Currency Symbol",
  21. moreFmt: "Formats",
  22. financialValue: "Financial value",
  23. roundingCurrency: "Rounding up the currency",
  24. timeDuration: "Duration Time",
  25. currencyDes: "The currency format is used to represent general currency values. The accounting format aligns a column of values with decimal points",
  26. accountingDes: "The accounting number format aligns a column of values with currency symbols and decimal points",
  27. dateType: "Date Type",
  28. dateDes: "The date format presents date and time series values as date values.",
  29. negType: "A negative number type",
  30. generalDes: "The regular format does not contain any specific number format.",
  31. thousandthPercentileDes: "The percentile format is used for the representation of ordinary numbers. Monetary and accounting formats provide a specialized format for monetary value calculations.",
  32. addDecimal: "Increase decimal places",
  33. subtractDecimal: "Decreasing decimal places",
  34. customFormat: "Custom Format",
  35. customFormatDes: "Generate custom number formats based on existing formats."
  36. }
  37. }
  38. };
  39. export {
  40. e as default
  41. };