web 2bcd4cf30c ♻️ refactor: Add localization updates for log and server files across multiple languages
- Added new keys for "server", "subscribe", "detail", "pending", "sending", "sent", and "unknown" in log.json files for various languages.
- Introduced a "type" object with transaction types (Recharge, Withdraw, Purchase, Refund, Reward, Commission) in log.json files for multiple languages.
- Updated "traffic_ratio" to "Ratio" and added "transport" in servers.json for English localization.
- Ensured consistency and accuracy in translations for all affected languages including German, English, Spanish, French, Russian, Chinese, and more.
2025-09-05 04:48:10 -07:00

76 lines
1.9 KiB
JSON

{
"column": {
"id": "ID",
"platform": "平台",
"to": "收件人",
"subject": "主题",
"content": "内容",
"status": "状态",
"createdAt": "创建时间",
"updatedAt": "更新时间",
"user": "用户",
"method": "方式",
"ip": "IP",
"userAgent": "UA",
"success": "成功",
"time": "时间",
"userId": "用户ID",
"subscribeId": "订阅ID",
"subscribe": "订阅",
"server": "服务器",
"token": "令牌",
"amount": "金额",
"orderId": "订单ID",
"balance": "余额",
"type": "类型",
"remark": "备注",
"resetAt": "重置时间",
"upload": "上传",
"download": "下载",
"total": "总计",
"date": "日期",
"serverId": "服务器ID",
"orderNo": "订单号",
"identifier": "标识"
},
"datePlaceholder": "YYYY-MM-DD",
"detail": "详情",
"failed": "失败",
"pending": "等待中",
"placeholder": {
"toOrSubject": "收件人 / 主题",
"userIdOrIpOrMethodOrUa": "用户ID / IP / 方式 / UA",
"userId": "用户ID",
"serverName": "服务器名称",
"userIdOrTokenOrIpOrUa": "用户ID / Token / IP / UA",
"userIdOrOrderNoOrSubscribeId": "用户ID / 订单号 / 订阅ID",
"userIdOrOrderId": "用户ID / 订单ID"
},
"sending": "发送中",
"sent": "已发送",
"success": "成功",
"title": {
"email": "邮件日志",
"login": "登录日志",
"serverTraffic": "服务器流量日志",
"mobile": "短信日志",
"register": "注册日志",
"subscribe": "订阅日志",
"gift": "赠送日志",
"balance": "余额日志",
"commission": "佣金日志",
"resetSubscribe": "重置订阅日志",
"subscribeTraffic": "订阅流量日志",
"trafficDetails": "流量明细"
},
"type": {
"1": "充值",
"2": "提取",
"3": "购买",
"4": "退款",
"5": "奖励",
"6": "佣金"
},
"unknown": "未知"
}