zh-TC.js 9.9 KB

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