monitor.ts 443 Bytes
export default {
  // 登录地址
  "monitor.online.address": "Login address",
  // 请输入登录地址
  "monitor.online.addressPlaceholder": "Please enter your login address",
  // 用户名称
  "monitor.online.username": "User name",
  // 请输入用户名称
  "monitor.online.namePlaceholder": "Please enter a user name",
  // 确定要强退该用户吗
  "monitor.online.userOut": "Are you sure you want to force this user out?",
}