| | |
| | | "page.tip_no_set_edit_wnd": "No editing window style set", |
| | | "page.cannot_empty": "Cannot be empty", |
| | | "page.required": "Required", |
| | | "page.cannot_rlated_function": "Do not support jumping to function points", |
| | | "page.cannot_related_function": "Do not support jumping to function points", |
| | | "page.function_not_exist": "Function point does not exist!", |
| | | "page.function_not_edit_dlg": "This function point does not have an editing window configured!", |
| | | "page.no_find_attr_diaplay": "No attributes found to display!" |
| | |
| | | "page.tip_no_set_edit_wnd": "No se establece el estilo de la ventana de edición", |
| | | "page.cannot_empty": "No puede estar vacío", |
| | | "page.required": "Obligatorio", |
| | | "page.cannot_rlated_function": "No se admite saltar a un punto funcional", |
| | | "page.cannot_related_function": "No se admite saltar a un punto funcional", |
| | | "page.function_not_exist": "¡¡ los puntos funcionales no existen!", |
| | | "page.function_not_edit_dlg": "¡¡ el punto de función no está configurado para la ventana de edición!", |
| | | "page.no_find_attr_diaplay": "¡¡ no se han encontrado atributos visibles!" |
| | |
| | | // messages, // set locale messages |
| | | // }) |
| | | |
| | | export const setup = (app) => { |
| | | // app.use(i18n) |
| | | } |
| | | // export const setup = (app) => { |
| | | // // app.use(i18n) |
| | | // } |
| | |
| | | "page.tip_no_set_edit_wnd": "未设置编辑窗口样式", |
| | | "page.cannot_empty": "不能为空", |
| | | "page.required": "必填", |
| | | "page.cannot_rlated_function": "不支持跳转到功能点", |
| | | "page.cannot_related_function": "不支持跳转到功能点", |
| | | "page.function_not_exist": "功能点不存在!", |
| | | "page.function_not_edit_dlg": "该功能点未配置编辑窗口!", |
| | | "page.no_find_attr_diaplay": "未找到可显示的的属性!" |
| | | "page.no_find_attr_diaplay": "未找到可显示的的属性!", |
| | | |
| | | |
| | | "page.cannot_prj_function": "暂时未支持选择项目接口!" |
| | | |
| | | |
| | | |
| | |
| | | "page.tip_no_set_edit_wnd": "未設定編輯視窗樣式", |
| | | "page.cannot_empty": "不能為空", |
| | | "page.required": "必填", |
| | | "page.cannot_rlated_function": "不支持跳轉到功能點", |
| | | "page.cannot_related_function": "不支持跳轉到功能點", |
| | | "page.function_not_exist": "功能點不存在!", |
| | | "page.function_not_edit_dlg": "該功能點未配寘編輯視窗!", |
| | | "page.no_find_attr_diaplay": "未找到可顯示的的内容!" |
| | |
| | | const i18n = new VueI18n(i18nConfig) |
| | | |
| | | const app = new Vue({ |
| | | store, |
| | | ...App, |
| | | i18n, |
| | | store, |
| | | ...App, |
| | | i18n, |
| | | }) |
| | | |
| | | app.$mount() |
| | | |
| | | |
| | | app.$mount() |
| | |
| | | }); |
| | | }); |
| | | } |
| | | else{ |
| | | uni.showModal({ |
| | | title: this.translateSys("error"), |
| | | content: this.translate("cannot_related_function"), |
| | | showCancel: false, |
| | | confirmText: this.translateSys("cancel") |
| | | }); |
| | | |
| | | } |
| | | }, |
| | | //执行后处理事件 |
| | | async AfterProcess_Event(clsId, afterProcess_Event, enviroment) { |