shadowsocks-manager
Version:
A shadowsocks manager tool for multi user and traffic control.
142 lines (126 loc) • 5.89 kB
JavaScript
module.exports = {
'首页': 'Home',
'登录': 'Sign in',
'注册': 'Sign up',
'邮箱': 'Email',
'密码': 'Password',
'找回密码': 'Reset password',
'验证码': 'Verification code',
'发送验证码': 'Get code',
'请选择语言:': 'Choose language:',
'快速搭建':'Fast deployment',
'易于配置':'Easy configuration',
'官方标准':'Official API',
'仅依赖Node.js,无需安装数据库(可选MySQL)': 'Depends on Node.js and SQLite only (optionally MySQL)',
'带有插件系统,仅需修改配置文件即可运行': 'Plugin-based, super-easy deployment',
'支持libev和python版本的标准manager API': 'Supports standard manager API of both ss-libev and ss-python',
'请输入邮箱地址再点击“找回密码”': 'Please fill in your email address first',
'邮箱不能为空': 'Email address cannot be empty',
'验证码不能为空': 'Code cannot be empty',
'密码不能为空': 'Password cannot be empty',
'验证码已发至邮箱': 'A verification code has been sent to your email address',
'用户注册成功':'Successfully registered.',
'确定': 'OK',
'取消': 'Cancel',
'关闭': 'Close',
'下一步': 'Next',
'服务器': 'Servers',
'用户': 'Users',
'账号': 'Accounts',
'订单': 'Orders',
'设置': 'Settings',
'退出': 'Exit',
'我的账号': 'My account',
'账号': 'Account',
'点击进入': 'Enter',
'公告': 'Announcements',
'暂无公告': 'Nothing here',
'地址:': 'Address:',
'端口:': 'Port:',
'密码:': 'Password:',
'加密方式:': 'Encryption Method:',
'流量:': 'Data Usage:',
'周期:': 'Duration:',
'到期时间:': 'Due Date:',
'最近连接:': 'Last Connected:',
'备注:': 'Comments:',
'修改密码': 'Change Password',
'修改密码成功': 'Change password success',
'修改密码失败': 'Change password fail',
'续费': 'Recharge',
'不限时': 'unlimited',
'不限量': 'unlimited',
'无': 'none',
'或': 'or',
'点击这里': 'Click Here',
'付款立即开通帐号': 'to pay and get an account now.',
'点击二维码或者用移动设备扫描二维码可自动填充服务器信息': 'Click the QR code or scan it by smartphone to retrieve server information automatically',
'目前该用户没有分配账号,请联系管理员处理': 'No account has been assigned to you yet. Please contact the administrator, ',
'请选择续费周期:': 'Service duration:',
'一小时': '1 hour',
'一天': '1 day',
'一周': '1 week',
'一个月': '1 month',
'三个月': '3 months',
'一年': '1 year',
'支付宝扫码支付': 'Alipay QR code Payment',
'手机请点击二维码付款': 'On your smartphone, please click the QR code to pay',
'PayPal支付请点击下面按钮': 'For PayPal users, please click the following button',
'最新注册用户': 'Recent Registrations',
'最近登录用户': 'Recent Logins',
'支付宝订单': 'Alipay Orders',
'PayPal订单': 'PayPal Orders',
'订单号:': 'Order No.:',
'订单类型:': 'Order Type:',
'金额:': 'Sum:',
'用户名:': 'Username:',
'创建时间:': 'Creation Time:',
'状态:': 'Status:',
'本日流量:': 'Today:',
'本周流量:': 'This Week:',
'本月流量:': 'This Month:',
'基本设置': 'Basic Settings',
'公告管理': 'Announcement Management',
'支付设置': 'Payment Configuration',
'邮件设置': 'Email Configuration',
'账号设置': 'Account Configuration',
'用户注册失败': 'Registration failed',
'网络异常,请稍后再试': 'Network failure. Please try again later.',
'用户名或密码错误': 'Incorrect username or password.',
'该用户尚未注册的': 'No such user',
'请输入正确的用户名格式': 'Invalid username.',
'密码重试次数已达上限\n请稍后再试': 'Too many login attempts.\n Please try again later.',
'验证码发送错误': 'Unable to send verification code.',
'发送错误,请更换邮箱尝试': 'Unable to send verification code. Please try to use a different email address.',
'请求过于频繁,请稍后再试': 'Too many requests. Please try again later.',
'当前时段尚未开放注册': 'Registration is currently unavailable.',
'重置密码链接已发至您的邮箱,\n请注意查收': 'A password reset link has been sent to your email address.',
'重置密码链接已经发送,\n请勿重复发送': 'The password reset link has already been sent. \n Please do not request it again.',
'请输入正确的邮箱地址': 'Invalid email address.',
'已过期': 'expired',
'支付成功': 'Payment successful.',
'订单会在两分钟内生效,请稍候': 'The order is taking effect in 2 minutes. Please wait.',
'系统错误': 'An error occurred.',
'生成支付订单出错,请稍后再试': 'Unable to process your order. Please try again later.',
'修改': 'Modify',
'网站标题': 'Website Title',
'使用Service Worker缓存静态页面': 'Use ServiceWorker to create a static cache page',
'新用户自动分配账号': 'New User Gets Auto-Allocation Account',
'随机分配端口号': 'Random Port',
'开放注册': 'Open Registration',
'合并多服务器流量统计': 'Sum Up Stat. of Multi-Server Data Usage',
'注册时间': 'Signup Date',
'上次登录': 'Latest Signin',
'创建': 'Created',
'等待': 'Pending',
'付款': 'Paid',
'完成': 'Success',
'关闭': 'Closed',
'原密码': 'Old password',
'新密码': 'New password',
'重复新密码': 'New password again',
'类型': 'Type',
'端口': 'Port',
'流量(MB)': 'Data Usage(MB)',
'接收消息推送': 'Receive push message',
};