UNPKG

frc-ui

Version:

React Web UI

37 lines (36 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var locale = { userCount: '在线人数', inputTip: function inputTip(count) { return "\u8FD8\u53EF\u4EE5\u8F93\u5165".concat(count, "\u5B57"); }, noChatPermissionText: '请申请发言权限', gagText: '请申请发言权限', oftenText: '发言过于频繁', anonSendText: '发送', sendText: '实名发送', collectOftenError: '最多只能收藏30个自定义表情', collectFileError: '选择的文件不合规, 请选择文件大小不超过 500K 的图片文件(*.gif, *.jpg, *.png)', anon: '匿名', EnterSend: '按Enter键发送消息', CtrlEnterSend: '按Ctrl+Enter键发送消息', systemMessage: '系统消息', gagMenuText: '禁言', unGagMenuText: '解除禁言', showMore: '查看更多', loadMore: '点击加载更多', noLoadMore: '没有更多消息', trendType: { NONE: '', BULLISH: '多方-', SHORT: '空方-' }, emijione: '表情', image: '图片' }; var _default = locale; exports["default"] = _default;