zh-CN.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. const e = {
  2. sheet: {
  3. numfmt: {
  4. percent: "百分比",
  5. title: "数字格式",
  6. numfmtType: "格式类型",
  7. cancel: "取消",
  8. confirm: "确认",
  9. general: "常规",
  10. accounting: "会计",
  11. text: "文本",
  12. number: "数值",
  13. currency: "货币",
  14. date: "日期",
  15. time: "时间",
  16. thousandthPercentile: "千分位符",
  17. preview: "示例",
  18. dateTime: "日期时间",
  19. decimalLength: "小数位数",
  20. currencyType: "货币类型",
  21. moreFmt: "更多格式",
  22. financialValue: "财务数值",
  23. roundingCurrency: "货币取整",
  24. timeDuration: "持续时间",
  25. currencyDes: "货币格式用于表示一般货币数值。会计格式可以对一列数值进行小数点对齐",
  26. accountingDes: "会计数字格式可对一列数值进行货币符号和小数点对齐",
  27. dateType: "日期类型",
  28. dateDes: "日期格式将日期和时间系列数值品示为日期值。",
  29. negType: "负数类型",
  30. generalDes: "常规格式不包含任何特定的数字格式。",
  31. thousandthPercentileDes: "千分位符格式用于一般数字的表示。货币和会计格式则提供货币值计算的专用格式。",
  32. addDecimal: "增加小数位",
  33. subtractDecimal: "减少小数位",
  34. customFormat: "自定义格式",
  35. customFormatDes: "根据现有格式生成自定义数字格式。"
  36. }
  37. }
  38. };
  39. export {
  40. e as default
  41. };