zh-TC.js 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var _default = {
  7. vxe: {
  8. error: {
  9. groupFixed: '如果使用分組表頭,固定列必須按組設定',
  10. groupMouseRange: '分组表頭與 "{0}" 不能同時使用,這可能會出現錯誤',
  11. groupTag: '分組列頭應該使用 "{0}" 而不是 "{1}",這可能會出現錯誤',
  12. scrollErrProp: '啟用虛擬滾動後不支持該參數 "{0}"',
  13. scrollXNotGroup: '橫向虛擬滾動不支持分組表頭,需要設定 "scroll-x.enabled=false" 參數,否則可能會導致出現錯誤',
  14. errConflicts: '參數 "{0}" 與 "{1}" 有衝突',
  15. unableInsert: '無法插入到指定位置,請檢查參數是否正確',
  16. useErr: '安裝 "{0}" 模組時發生錯誤,可能順序不正確,依賴的模組需要在Table之前安裝',
  17. barUnableLink: '工具欄無法關聯表格',
  18. expandContent: '展開行的插槽應該是 “content”,請檢查是否正確',
  19. reqModule: '缺少 "{0}" 模組',
  20. reqProp: '缺少必要的 "{0}" 參數,可能會導致出現錯誤',
  21. emptyProp: '參數 "{0}" 不允許為空',
  22. errProp: '不支持的參數 "{0}",可能為 "{1}"',
  23. colRepet: 'column.{0}="{1}" 重複了,這可能會導致某些功能無法使用',
  24. notFunc: '方法 "{0}" 不存在',
  25. notSlot: '插槽 "{0}" 不存在',
  26. noTree: '樹狀結構不支援 {0}',
  27. notProp: '不支持的參數 "{0}"',
  28. coverProp: '"{0}" 的參數 "{1}" 被覆蓋,這可能會出現錯誤',
  29. delFunc: '方法 "{0}" 已停用,請使用 "{1}"',
  30. delProp: '參數 "{0}" 已停用,請使用 "{1}"',
  31. delEvent: '事件 "{0}" 已停用,請使用 "{1}"',
  32. removeProp: '參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',
  33. errFormat: '全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',
  34. notType: '不支持的檔案類型 "{0}"',
  35. notExp: '該瀏覽器不支持導入/匯出功能',
  36. impFields: '導入失敗,請檢查欄位名和數據格式是否正確',
  37. treeNotImp: '樹狀表格不支持導入'
  38. },
  39. renderer: {
  40. search: '蒐索',
  41. cases: {
  42. equal: '等於',
  43. unequal: '不等於',
  44. gt: '大於',
  45. ge: '大於或等於',
  46. lt: '小於',
  47. le: '小於或等於',
  48. begin: '開頭是',
  49. notbegin: '開頭不是',
  50. endin: '結尾是',
  51. notendin: '結尾不是',
  52. include: '包含',
  53. exclude: '不包含',
  54. between: '介於',
  55. custom: '自定義篩選',
  56. insensitive: '不區分大小寫',
  57. isSensitive: '區分大小寫'
  58. },
  59. combination: {
  60. menus: {
  61. sortAsc: '昇冪',
  62. sortDesc: '降序',
  63. fixedColumn: '鎖定列',
  64. fixedGroup: '鎖定組',
  65. cancelFixed: '取消鎖定',
  66. fixedLeft: '鎖定左側',
  67. fixedRight: '鎖定右側',
  68. clearFilter: '清除篩選',
  69. textOption: '文字篩選',
  70. numberOption: '數值篩選'
  71. },
  72. popup: {
  73. title: '自定義篩選的管道',
  74. currColumnTitle: '當前列:',
  75. and: '與',
  76. or: '或',
  77. describeHtml: '用 ? 代表單個字元<br/>用 * 代表任意多個字元'
  78. },
  79. empty: '(空白)',
  80. notData: '無匹配項'
  81. }
  82. },
  83. pro: {
  84. area: {
  85. mergeErr: '無法對合併儲存格進行該操作',
  86. multiErr: '無法對多重選擇區域進行該操作',
  87. extendErr: '如果延伸的區域包含被合併的儲存格,所有合併的儲存格需大小相同'
  88. },
  89. fnr: {
  90. title: '查找和替換',
  91. findLabel: '查找',
  92. replaceLabel: '替換',
  93. findTitle: '查找內容:',
  94. replaceTitle: '替換為:',
  95. tabs: {
  96. find: '查找',
  97. replace: '替換'
  98. },
  99. filter: {
  100. re: '規則運算式',
  101. whole: '全詞匹配',
  102. sensitive: '區分大小寫'
  103. },
  104. btns: {
  105. findNext: '查找下一個',
  106. findAll: '查找全部',
  107. replace: '替换',
  108. replaceAll: '替换全部',
  109. cancel: '取消'
  110. },
  111. header: {
  112. seq: '#',
  113. cell: '儲存格',
  114. value: '值'
  115. },
  116. empty: '(空值)',
  117. reError: '無效的規則運算式',
  118. recordCount: '已找到 {0} 個儲存格',
  119. notCell: '找不到匹配的儲存格',
  120. replaceSuccess: '成功替換 {0} 個儲存格'
  121. }
  122. },
  123. table: {
  124. emptyText: '暫無資料',
  125. allTitle: '全選/取消',
  126. seqTitle: '#',
  127. confirmFilter: '篩選',
  128. resetFilter: '重置',
  129. allFilter: '全部',
  130. sortAsc: '按低到高排序',
  131. sortDesc: '按高到低排序',
  132. filter: '對所選的列啟用篩選',
  133. impSuccess: '成功導入 {0} 條記錄',
  134. expLoading: '正在匯出中',
  135. expSuccess: '匯出成功',
  136. expOriginFilename: '匯出_{0}',
  137. expSrcFilename: '匯出_從_{0}',
  138. customTitle: '列設定',
  139. customAll: '全部',
  140. customConfirm: '確認',
  141. customRestore: '還原'
  142. },
  143. grid: {
  144. selectOneRecord: '請至少選擇一條記錄!',
  145. deleteSelectRecord: '您確定要刪除所選記錄嗎?',
  146. removeSelectRecord: '您確定要移除所選記錄嗎?',
  147. dataUnchanged: '資料未更改! ',
  148. delSuccess: '成功删除所選記錄!',
  149. saveSuccess: '保存成功!',
  150. operError: '發生錯誤,操作失敗!'
  151. },
  152. select: {
  153. emptyText: '暫無資料'
  154. },
  155. pager: {
  156. goto: '前往',
  157. pagesize: '{0}項/頁',
  158. total: '共 {0} 項記錄',
  159. pageClassifier: '頁',
  160. prevPage: '上一頁',
  161. nextPage: '下一頁',
  162. prevJump: '向上跳頁',
  163. nextJump: '向下跳頁'
  164. },
  165. alert: {
  166. title: '訊息提示'
  167. },
  168. button: {
  169. confirm: '確認',
  170. cancel: '取消'
  171. },
  172. import: {
  173. modes: {
  174. covering: '覆盖',
  175. insert: '新增'
  176. },
  177. impTitle: '導入數據',
  178. impFile: '檔名',
  179. impSelect: '選擇檔案',
  180. impType: '檔案類型',
  181. impOpts: '參數設置',
  182. impConfirm: '導入',
  183. impCancel: '取消'
  184. },
  185. export: {
  186. types: {
  187. csv: 'CSV (逗号分隔)(*.csv)',
  188. html: '網頁(*.html)',
  189. xml: 'XML 文件(*.xml)',
  190. txt: '文本文件(制表符分隔)(*.txt)',
  191. xls: 'Excel 97-2003 工作簿(*.xls)',
  192. xlsx: 'Excel 工作簿(*.xlsx)',
  193. pdf: 'PDF (*.pdf)'
  194. },
  195. modes: {
  196. current: '當前數據(當前頁的數據)',
  197. selected: '選中數據(當前頁選中的數據)',
  198. all: '全量數據(包括所有分頁的數據)'
  199. },
  200. printTitle: '列印數據',
  201. expTitle: '匯出數據',
  202. expName: '檔名',
  203. expNamePlaceholder: '請輸入檔名',
  204. expSheetName: '標題',
  205. expSheetNamePlaceholder: '請輸入標題',
  206. expType: '保存類型',
  207. expMode: '選擇數據',
  208. expCurrentColumn: '全部欄位',
  209. expColumn: '選擇欄位',
  210. expOpts: '參數設置',
  211. expOptHeader: '表頭',
  212. expHeaderTitle: '是否需要表頭',
  213. expOptFooter: '表尾',
  214. expFooterTitle: '是否需要表尾',
  215. expOptColgroup: '分组表头',
  216. expColgroupTitle: '如果存在,則支持帶有分組結構的表頭',
  217. expOptMerge: '合併',
  218. expMergeTitle: '如果存在,則支持帶有合併結構的儲存格',
  219. expOptAllExpand: '展開層級',
  220. expAllExpandTitle: '如果存在,則支持將帶有樹結構的數據全部展開',
  221. expOptUseStyle: '樣式',
  222. expUseStyleTitle: '如果存在,則支持帶樣式的儲存格',
  223. expOptOriginal: '源數據',
  224. expOriginalTitle: '如果為源數據,則支持導入到表格中',
  225. expPrint: '列印',
  226. expConfirm: '匯出',
  227. expCancel: '取消'
  228. },
  229. modal: {
  230. zoomIn: '最大化',
  231. zoomOut: '還原',
  232. close: '關閉'
  233. },
  234. form: {
  235. folding: '收起',
  236. unfolding: '展開'
  237. },
  238. toolbar: {
  239. import: '導入',
  240. export: '匯出',
  241. print: '列印',
  242. refresh: '刷新',
  243. zoomIn: '全螢幕',
  244. zoomOut: '還原',
  245. custom: '列設定',
  246. customAll: '全部',
  247. customConfirm: '確認',
  248. customRestore: '還原'
  249. },
  250. input: {
  251. date: {
  252. m1: '01 月',
  253. m2: '02 月',
  254. m3: '03 月',
  255. m4: '04 月',
  256. m5: '05 月',
  257. m6: '06 月',
  258. m7: '07 月',
  259. m8: '08 月',
  260. m9: '09 月',
  261. m10: '10 月',
  262. m11: '11 月',
  263. m12: '12 月',
  264. monthLabel: '{0} 年',
  265. dayLabel: '{0} 年 {1}',
  266. labelFormat: {
  267. date: 'yyyy-MM-dd',
  268. time: 'HH:mm:ss',
  269. datetime: 'yyyy-MM-dd HH:mm:ss',
  270. week: 'yyyy 年第 WW 周',
  271. month: 'yyyy-MM',
  272. year: 'yyyy'
  273. },
  274. weeks: {
  275. w: '周',
  276. w0: '周日',
  277. w1: '周一',
  278. w2: '周二',
  279. w3: '周三',
  280. w4: '周四',
  281. w5: '周五',
  282. w6: '周六'
  283. },
  284. months: {
  285. m0: '一月',
  286. m1: '二月',
  287. m2: '三月',
  288. m3: '四月',
  289. m4: '五月',
  290. m5: '六月',
  291. m6: '七月',
  292. m7: '八月',
  293. m8: '九月',
  294. m9: '十月',
  295. m10: '十一月',
  296. m11: '十二月'
  297. }
  298. }
  299. }
  300. }
  301. };
  302. exports.default = _default;