You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
552 B
TypeScript
20 lines
552 B
TypeScript
// zn.js
|
|
export default {
|
|
appText: '云信IM',
|
|
deleteStickTopText: '取消置顶',
|
|
contactText: '通讯录',
|
|
addFriendText: '添加好友',
|
|
addStickTopText: '置顶消息',
|
|
deleteSessionText: '不显示',
|
|
createTeamText: '创建群聊',
|
|
validMsgText: '验证消息',
|
|
blacklistText: '黑名单',
|
|
teamMenuText: '我的群组',
|
|
someoneText: '有人',
|
|
meText: '我',
|
|
recall: '撤回了一条消息',
|
|
conversationSendFailText: '[发送失败]',
|
|
conversationNotificationText: '[通知消息]',
|
|
noFriendText: '暂无好友',
|
|
}
|