zh-TW.js 1.5 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: "Custom Format",
  35. customFormatDes: "Generate custom number formats based on existing formats."
  36. }
  37. }
  38. };
  39. export {
  40. e as default
  41. };