⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mesg.js

📁 ZK 基础介绍 功能操作 模块 结合数据库操作
💻 JS
字号:
/* mesg.js "charset=utf-8"{{IS_NOTE	Purpose:		Locale dependent message	Description:			History:		Fri Jun 10 15:56:48     2005, Created by tomyeh}}IS_NOTECopyright (C) 2005 Potix Corporation. All Rights Reserved.{{IS_RIGHT	This program is distributed under GPL Version 2.0 in the hope that	it will be useful, but WITHOUT ANY WARRANTY.}}IS_RIGHT*/mesg = {};mesg.NOT_FOUND = "Not found: ";mesg.UNSUPPORTED = "Not supported yet: "mesg.FAILED_TO_SEND = "Failed to send requests to server: ";mesg.FAILED_TO_RESPONSE = "The server is temporarily out of service. Please try again later.\n\n";mesg.UNSUPPORTED_BROWSER = "Unsupported browser: ";mesg.ILLEGAL_RESPONSE = "Unknown response sent from the server. Please reload and try again.\n";mesg.FAILED_TO_PROCESS = "Failed to process ";mesg.UUID_REQUIRED = "UUID is required";mesg.INVALID_STRUCTURE = "Invalid structure: ";mesg.COMP_OR_UUID_REQUIRED = "Component or its UUID is required";mesg.NUMBER_REQUIRED = "You must specify a number, rather than ";mesg.INTEGER_REQUIRED = "You must specify an integer, rather than ";mesg.EMPTY_NOT_ALLOWED = "Empty is not allowed.\nYou cannot specify nothing but spaces, either";mesg.GOTO_ERROR_FIELD = "Go to the wrong field";mesg.PLEASE_WAIT = "Processing...";mesg.FILE_SIZE = "File size: ";mesg.KBYTES = "KB";mesg.CANCEL="Cancel";mesg.FAILED_TO_LOAD = "Failed to load ";mesg.FAILED_TO_LOAD_DETAIL = "It may be caused by bad traffic. You could reload this page and try again.";mesg.CAUSE = "Cause: ";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -