123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /**
- * 实现国际化,zh_TW
- * spring:message无法涉及的地方,通过此配置实现
- * @author yingp
- */
- var $I18N = {
- common: {
- main: {
- homePageTitle: '首頁',
- technicalSupport: '技術支持',
- activeUser: '歡迎您:',
- sysTitle: '管理系統',
- closeTabText: '關閉當前頁面',
- closeOtherText: '關閉其他頁面',
- closeAllText: '關閉所有頁面',
- closeable: '可關閉',
- quickSearch: '快速查找',
- treeBack: '返回',
- keywords: '關鍵字',
- searchTitle: '從搜索記錄中選擇關鍵字',
- selectAll: '全選',
- and: '與',
- or: '或',
- del: '刪除',
- confirm: '確定',
- navigation: '導 航 模 塊',
- integrationManage: '集成性管理',
- favorite: '我的最愛'
- },
- home:{
- commonModule: '常用模塊',
- setData: '資料設置',
- personalSpace: '個人空間',
- contactUs: '聯繫我們',
- functionMenu: '功能菜單'
- },
- button: {
- erpAddButton: '新 增',
- erpAuditButton: '審 核',
- erpResAuditButton: '反審核',
- erpCloseButton: '關 閉',
- erpDeleteButton: '刪 除',
- erpDeleteDetailButton: '刪除明細',
- erpPrintButton: '打 印',
- erpSaveButton: '保 存',
- erpSubmitButton: '提 交',
- TurnOapurchaseButton:'转用品采购单',
- TurnOaacceptanceButton: '转用品采购验收单',
- erpResSubmitButton: '反提交',
- erpUpdateButton: '更 新',
- erpUploadButton: '導 入..',
- erpTurnOainstorageButton:'用品入库',
- erpForBiddenButton: '禁用',
- erpResForBiddenButton: '反禁用',
- erpVastAuditButton: '批量審核',
- erpVastDeleteButton: '批量删除',
- erpVastPrintButton: '批量打印',
- erpVastReplyButton: '批量回覆',
- erpVastSubmitButton: '批量提交',
- erpConfirmButton: '確 認',
- erpQueryButton: '執行篩選',
- erpDistribute2Button: '分发',
- erpTransmitButton: '转发',
- erpFileButton: '归档',
- erpTurnRepairOrderButton: '生成派工单',
- erpTurnRepairWorkButton: '转维修单'
- },
- trigger: {
-
- },
- form: {
- title: '基本資料',
- blankText: '該記錄為必填項!',
- necessaryInfo1: '有必填項',
- necessaryInfo1: '未填寫,請填寫后再提交!',
- yes: '是',
- no: '否'
- },
- grid: {
- emptyText: '空數據',
- emptyDetail: '還沒有填寫明細!!'
- },
- toolbar: {
- prompt: '提示:'
- },
- msg: {
- title_prompt: '提示',
- title_warn: '警告',
- title_info: '消息',
- success_del: '刪除成功!',
- success_submit: '提交成功!',
- success_save: '保存成功!',
- success_audit: '審核成功!',
- success_print: '打印成功!',
- success_update: '修改成功!',
- failure_del: '刪除失敗!',
- failure_submit: '提交失敗!',
- failure_save: '保存失敗!',
- failure_audit: '審核失敗!',
- failure_update: '修改失敗!',
- }
- },
- cost: {
-
- },
- crm: {
-
- },
- cs: {
-
- },
- drp: {
-
- },
- fa: {
-
- },
- gm: {
-
- },
- hr: {
-
- },
- ma: {
-
- },
- oa: {
-
- },
- pdm: {
-
- },
- pm: {
-
- },
- scm: {
- purchase: {
-
- },
- customer: {
-
- },
- vendor: {
-
- },
- product: {
-
- }
- }
- };
|