|
|
|
@ -5,6 +5,24 @@ export const englishCustom = {
|
|
|
|
|
panel: 'Panel',
|
|
|
|
|
name: 'Name',
|
|
|
|
|
permission: 'Permission',
|
|
|
|
|
confirmTitle: 'Are you sure you want to perform this operation?',
|
|
|
|
|
confirmContent: 'This action cannot be undone',
|
|
|
|
|
},
|
|
|
|
|
menu: {
|
|
|
|
|
network: 'Tailchat Network',
|
|
|
|
|
socket: 'Socket.IO TCP',
|
|
|
|
|
},
|
|
|
|
|
dashboard: {
|
|
|
|
|
welcomeTitle: 'Welcome to Tailchat Admin',
|
|
|
|
|
welcomeDesc:
|
|
|
|
|
'Tailchat is a completely open source instant messaging application',
|
|
|
|
|
welcomeHomepage: 'Visit the official website',
|
|
|
|
|
welcomeSourcecode: 'Browse the source code',
|
|
|
|
|
userCount: 'User Count',
|
|
|
|
|
tempUserCount: 'Temp User Count',
|
|
|
|
|
messageCount: 'Message Count',
|
|
|
|
|
groupCount: 'Group Count',
|
|
|
|
|
fileCount: 'File Count',
|
|
|
|
|
},
|
|
|
|
|
users: {
|
|
|
|
|
search: 'Search nickname or email',
|
|
|
|
@ -27,6 +45,22 @@ export const englishCustom = {
|
|
|
|
|
groupPanel: 'Panel Group',
|
|
|
|
|
pluginPanel: 'Plugin Panel',
|
|
|
|
|
},
|
|
|
|
|
network: {
|
|
|
|
|
nodeList: 'Node List',
|
|
|
|
|
id: 'ID',
|
|
|
|
|
hostname: 'Host Name',
|
|
|
|
|
cpuUsage: 'CPU Usage',
|
|
|
|
|
ipList: 'IP List',
|
|
|
|
|
sdkVersion: 'SDK Version',
|
|
|
|
|
serviceList: 'Service List',
|
|
|
|
|
actionList: 'Action List',
|
|
|
|
|
eventList: 'Event List',
|
|
|
|
|
},
|
|
|
|
|
socketio: {
|
|
|
|
|
tip1: 'The server URL is:',
|
|
|
|
|
tip2: 'The account password is the account password of Tailchat Admin',
|
|
|
|
|
btn: 'Open the Admin platform',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
@ -37,6 +71,23 @@ export const chineseCustom = {
|
|
|
|
|
panel: '面板',
|
|
|
|
|
name: '名称',
|
|
|
|
|
permission: '权限',
|
|
|
|
|
confirmTitle: '确认要进行该操作么?',
|
|
|
|
|
confirmContent: '该操作不可撤回',
|
|
|
|
|
},
|
|
|
|
|
menu: {
|
|
|
|
|
network: 'Tailchat 网络',
|
|
|
|
|
socket: 'Socket.IO 长链接',
|
|
|
|
|
},
|
|
|
|
|
dashboard: {
|
|
|
|
|
welcomeTitle: '欢迎使用 Tailchat 后台管理程序',
|
|
|
|
|
welcomeDesc: 'Tailchat 是一个完全开源的即时通讯应用',
|
|
|
|
|
welcomeHomepage: '访问官网',
|
|
|
|
|
welcomeSourcecode: '浏览源码',
|
|
|
|
|
userCount: '用户数',
|
|
|
|
|
tempUserCount: '临时用户数',
|
|
|
|
|
messageCount: '总消息数',
|
|
|
|
|
groupCount: '总群组数',
|
|
|
|
|
fileCount: '总文件数',
|
|
|
|
|
},
|
|
|
|
|
users: {
|
|
|
|
|
search: '搜索昵称或邮箱',
|
|
|
|
@ -58,5 +109,21 @@ export const chineseCustom = {
|
|
|
|
|
groupPanel: '面板分组',
|
|
|
|
|
pluginPanel: '插件面板',
|
|
|
|
|
},
|
|
|
|
|
network: {
|
|
|
|
|
nodeList: '节点列表',
|
|
|
|
|
id: 'ID',
|
|
|
|
|
hostname: '主机名',
|
|
|
|
|
cpuUsage: 'CPU占用',
|
|
|
|
|
ipList: 'IP地址列表',
|
|
|
|
|
sdkVersion: 'SDK版本',
|
|
|
|
|
serviceList: '服务列表',
|
|
|
|
|
actionList: '操作列表',
|
|
|
|
|
eventList: '事件列表',
|
|
|
|
|
},
|
|
|
|
|
socketio: {
|
|
|
|
|
tip1: '服务器URL为:',
|
|
|
|
|
tip2: '账号密码为Tailchat后台的账号密码',
|
|
|
|
|
btn: '打开管理平台',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|