messages_zh_TW.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /**
  2. * 实现国际化,zh_TW
  3. * spring:message无法涉及的地方,通过此配置实现
  4. * @author yingp
  5. */
  6. var $I18N = {
  7. common: {
  8. main: {
  9. homePageTitle: '首頁',
  10. technicalSupport: '技術支持',
  11. activeUser: '歡迎您:',
  12. sysTitle: '管理系統',
  13. closeTabText: '關閉當前頁面',
  14. closeOtherText: '關閉其他頁面',
  15. closeAllText: '關閉所有頁面',
  16. closeable: '可關閉',
  17. quickSearch: '快速查找',
  18. treeBack: '返回',
  19. keywords: '關鍵字',
  20. searchTitle: '從搜索記錄中選擇關鍵字',
  21. selectAll: '全選',
  22. and: '與',
  23. or: '或',
  24. del: '刪除',
  25. confirm: '確定',
  26. navigation: '導 航 模 塊',
  27. integrationManage: '集成性管理',
  28. favorite: '我的最愛'
  29. },
  30. home:{
  31. commonModule: '常用模塊',
  32. setData: '資料設置',
  33. personalSpace: '個人空間',
  34. contactUs: '聯繫我們',
  35. functionMenu: '功能菜單'
  36. },
  37. button: {
  38. erpAddButton: '新 增',
  39. erpAuditButton: '審 核',
  40. erpResAuditButton: '反審核',
  41. erpCloseButton: '關 閉',
  42. erpDeleteButton: '刪 除',
  43. erpDeleteDetailButton: '刪除明細',
  44. erpPrintButton: '打 印',
  45. erpSaveButton: '保 存',
  46. erpSubmitButton: '提 交',
  47. TurnOapurchaseButton:'转用品采购单',
  48. TurnOaacceptanceButton: '转用品采购验收单',
  49. erpResSubmitButton: '反提交',
  50. erpUpdateButton: '更 新',
  51. erpUploadButton: '導 入..',
  52. erpTurnOainstorageButton:'用品入库',
  53. erpForBiddenButton: '禁用',
  54. erpResForBiddenButton: '反禁用',
  55. erpVastAuditButton: '批量審核',
  56. erpVastDeleteButton: '批量删除',
  57. erpVastPrintButton: '批量打印',
  58. erpVastReplyButton: '批量回覆',
  59. erpVastSubmitButton: '批量提交',
  60. erpConfirmButton: '確 認',
  61. erpQueryButton: '執行篩選',
  62. erpDistribute2Button: '分发',
  63. erpTransmitButton: '转发',
  64. erpFileButton: '归档',
  65. erpTurnRepairOrderButton: '生成派工单',
  66. erpTurnRepairWorkButton: '转维修单'
  67. },
  68. trigger: {
  69. },
  70. form: {
  71. title: '基本資料',
  72. blankText: '該記錄為必填項!',
  73. necessaryInfo1: '有必填項',
  74. necessaryInfo1: '未填寫,請填寫后再提交!',
  75. yes: '是',
  76. no: '否'
  77. },
  78. grid: {
  79. emptyText: '空數據',
  80. emptyDetail: '還沒有填寫明細!!'
  81. },
  82. toolbar: {
  83. prompt: '提示:'
  84. },
  85. msg: {
  86. title_prompt: '提示',
  87. title_warn: '警告',
  88. title_info: '消息',
  89. success_del: '刪除成功!',
  90. success_submit: '提交成功!',
  91. success_save: '保存成功!',
  92. success_audit: '審核成功!',
  93. success_print: '打印成功!',
  94. success_update: '修改成功!',
  95. failure_del: '刪除失敗!',
  96. failure_submit: '提交失敗!',
  97. failure_save: '保存失敗!',
  98. failure_audit: '審核失敗!',
  99. failure_update: '修改失敗!',
  100. }
  101. },
  102. cost: {
  103. },
  104. crm: {
  105. },
  106. cs: {
  107. },
  108. drp: {
  109. },
  110. fa: {
  111. },
  112. gm: {
  113. },
  114. hr: {
  115. },
  116. ma: {
  117. },
  118. oa: {
  119. },
  120. pdm: {
  121. },
  122. pm: {
  123. },
  124. scm: {
  125. purchase: {
  126. },
  127. customer: {
  128. },
  129. vendor: {
  130. },
  131. product: {
  132. }
  133. }
  134. };