yyuap-template
Version:
template project which is based on tinper
90 lines (89 loc) • 3.36 kB
JavaScript
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["module"], factory);
} else if (typeof exports !== "undefined") {
factory(module);
} else {
var mod = {
exports: {}
};
factory(mod);
global.pack = mod.exports;
}
})(this, function (module) {
"use strict";
module.exports = {
"zhcn": {
"edit": "编辑",
"clickShowMore": "点击显示更多",
"collapse": "收起",
"more": "更多",
"cancel": "取消",
"empty": "清空",
"save": "保存",
"add": "新增",
"delete": "删除",
"canNotBeEmpty": "不能为空",
"yes": "是",
"no": "否",
"collapseAll": "全部折叠",
"expandAll": "全部展开",
"pleEnterLandlineNum": "请输入正确的座机号码",
"pleEnterPhoneNum": "请输入正确的手机号码",
"PleEnterEmail": "请输入正确的邮箱",
"PleEnterValue": "请输入正确的数值",
"requestFailed": "请求失败",
"dataCannotBeParsed": "接口返回数据无法解析",
"serviceError": "服务出错",
"loading": "正在加载"
},
"enus": {
"edit": "Edit\r\n",
"clickShowMore": "Click to show more",
"collapse": "Collapse",
"more": "More",
"cancel": "Cancel",
"empty": "Clear",
"save": "Save",
"add": "New",
"delete": "Delete",
"canNotBeEmpty": "Required",
"yes": "Yes",
"no": "No",
"collapseAll": "Collapse all",
"expandAll": "Expand all",
"pleEnterLandlineNum": "Please enter the correct telephone number\r\n",
"pleEnterPhoneNum": "Please enter the correct mobile phone number\r\n",
"PleEnterEmail": "Please enter the correct E-mail\r\n",
"PleEnterValue": "Please enter the correct numerical value",
"requestFailed": "Request failed",
"dataCannotBeParsed": "Data returned from the interface cannot be parsed\r\n",
"serviceError": "Service error!\r\n",
"loading": "Loading......\r\n"
},
"zhtw": {
"edit": "編輯",
"clickShowMore": "點擊顯示更多",
"collapse": "收起",
"more": "更多",
"cancel": "取消",
"empty": "清空",
"save": "保存",
"add": "新增",
"delete": "删除",
"canNotBeEmpty": "不能為空",
"yes": "是",
"no": "否",
"collapseAll": "全部折疊",
"expandAll": "全部展開",
"pleEnterLandlineNum": "請輸入正確的座機號碼",
"pleEnterPhoneNum": "請輸入正確的手機號碼",
"PleEnterEmail": "請輸入正確的email",
"PleEnterValue": "請輸入正確的數值",
"requestFailed": "請求失敗",
"dataCannotBeParsed": "接口返回數據無法解析",
"serviceError": "服務出錯!",
"loading": "正在加載......\r\n"
}
};
});