oak-general-business/lib/base-app-domain/Application/locales/zh_CN.js

19 lines
402 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
attr: {
description: '描述',
type: '类型',
system: '系统',
name: '名称',
config: '设置'
},
v: {
type: {
web: '网站',
wechatPublic: '微信公众号',
wechatMp: '微信小程序'
}
}
};