32 lines
1.4 KiB
JavaScript
32 lines
1.4 KiB
JavaScript
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const zh_CN_1 = __importDefault(require("../Address/locales/zh_CN"));
|
|
const zh_CN_2 = __importDefault(require("../Application/locales/zh_CN"));
|
|
const zh_CN_3 = __importDefault(require("../Area/locales/zh_CN"));
|
|
const zh_CN_4 = __importDefault(require("../ExtraFile/locales/zh_CN"));
|
|
const zh_CN_5 = __importDefault(require("../Mobile/locales/zh_CN"));
|
|
const zh_CN_6 = __importDefault(require("../Role/locales/zh_CN"));
|
|
const zh_CN_7 = __importDefault(require("../System/locales/zh_CN"));
|
|
const zh_CN_8 = __importDefault(require("../Token/locales/zh_CN"));
|
|
const zh_CN_9 = __importDefault(require("../User/locales/zh_CN"));
|
|
const zh_CN_10 = __importDefault(require("../UserEntityGrant/locales/zh_CN"));
|
|
const zh_CN_11 = __importDefault(require("../WechatQrCode/locales/zh_CN"));
|
|
const zh_CN_12 = __importDefault(require("../WechatUser/locales/zh_CN"));
|
|
exports.default = {
|
|
address: zh_CN_1.default,
|
|
application: zh_CN_2.default,
|
|
area: zh_CN_3.default,
|
|
extraFile: zh_CN_4.default,
|
|
mobile: zh_CN_5.default,
|
|
role: zh_CN_6.default,
|
|
system: zh_CN_7.default,
|
|
token: zh_CN_8.default,
|
|
user: zh_CN_9.default,
|
|
userEntityGrant: zh_CN_10.default,
|
|
wechatQrCode: zh_CN_11.default,
|
|
wechatUser: zh_CN_12.default
|
|
};
|