You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

85 lines
2.9 KiB

  1. //Copyright (c) 2001-2016 Aspose Pty Ltd. All Rights Reserved.
  2. /*****************************************************
  3. * Aspose.Cells.GridWeb Component Language File
  4. * Copyright 2003-2011, All Rights Reserverd.
  5. * V2.4.0
  6. *****************************************************/
  7. // Simplified Chinese
  8. var ACWLang =
  9. {
  10. // tip of a null cell
  11. TipCellNoValue :"<空单元格>",
  12. // tip of formula cell
  13. TipCellFormula :"<公式>",
  14. // tips of cell type
  15. TipCellIsRequired :"<必填项>",
  16. TipCellAnyValue :"<任意文本>",
  17. TipCellList :"<从菜单中选择>",
  18. TipCellDropDownList :"<从列表中选择>",
  19. TipCellFreeList :"<从列表中选择或键入>",
  20. TipCellRegex :"<正规表达式>",
  21. TipCellBoolean :"<布尔值>",
  22. TipCellDate :"<日期值>",
  23. TipCellDateTime :"<日期时间值>",
  24. TipCellNumber :"<数字>",
  25. TipCellInteger :"<整数>",
  26. TipCellCustomFunction :"<校验函数>",
  27. TipCellCheckbox :"<检查框>",
  28. TipCellFilter :"<自动筛选>",
  29. TipCellCustomString : "<自定义>",
  30. TipCellTime : "<时间值>",
  31. TipCellTextLength : "<文本长度>",
  32. // tip of validation operator
  33. valid_op_between :"介于",
  34. valid_op_notbetween :"未介于",
  35. valid_op_equal :"等于",
  36. valid_op_notequal :"不等于",
  37. valid_op_lessthan :"小于",
  38. valid_op_lessorequal :"小于或等于",
  39. valid_op_greaterthan :"大于",
  40. valid_op_greaterorequal :"大于或等于",
  41. // tip of a cell with comment
  42. TipCellComment :"<注释>",
  43. // context menu items text
  44. MenuItemCopy :"拷贝",
  45. MenuItemCut :"剪切",
  46. MenuItemPaste :"粘贴",
  47. MenuItemFreeze :"冻结窗口",
  48. MenuItemUnfreeze :"取消冻结窗口",
  49. MenuItemAddRow :"增加行",
  50. MenuItemInsertRow :"插入行",
  51. MenuItemDeleteRow :"删除行",
  52. MenuItemAddColumn :"增加列",
  53. MenuItemInsertColumn :"插入列",
  54. MenuItemDeleteColumn :"删除列",
  55. MenuItemMergeCells :"合并单元格",
  56. MenuItemUnmergeCells :"取消合并单元格",
  57. MenuItemFormat :"格式化单元格...",
  58. MenuItemFind :"查找...",
  59. MenuItemReplace :"替换...",
  60. MenuItemFilterAll :"(全部)",
  61. MenuItemDelComment :"删除注释",
  62. // tips of buttons
  63. TipListMenuButton :"点击显示列表菜单",
  64. TipCalendarButton :"点击显示日期控件",
  65. TipScrollLeftButton :"向左滚动工作表标签",
  66. TipScrollRightButton :"向右滚动工作表标签",
  67. TipSubmitButton :"提交编辑结果并计算所有公式",
  68. TipSaveButton :"保存编辑结果",
  69. TipUndoButton :"取消当前编辑结果",
  70. TipTab :"改变当前工作表",
  71. TipClientSideMenu :"客户端菜单",
  72. TipExpandChildButton :"展开或折叠子表",
  73. TipExpandGroupButton :"展开或折叠行组",
  74. TipSortHeader :"点击排序",
  75. TipFilterButton :"点击显示筛选值",
  76. TipPasteTooMuchRows : " 复制的行超过可以粘贴的行数.",
  77. // dialogbox
  78. DialogBoxLoading :"正在加载,请稍候..."
  79. }