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
2.3 KiB
JSON

{
"column": {
"amount": "金額",
"balance": "残高",
"content": "内容",
"createdAt": "作成日時",
"date": "日付",
"download": "ダウンロード",
"id": "ID",
"identifier": "識別子",
"ip": "IP",
"method": "メソッド",
"orderId": "注文ID",
"orderNo": "注文番号",
"platform": "プラットフォーム",
"remark": "備考",
"resetAt": "リセット日時",
"server": "サーバー",
"serverId": "サーバーID",
"status": "ステータス",
"subject": "件名",
"subscribe": "購読",
"subscribeId": "サブスクリプションID",
"success": "成功",
"time": "時間",
"to": "宛先",
"token": "トークン",
"total": "合計",
"type": "タイプ",
"updatedAt": "更新日時",
"upload": "アップロード",
"user": "ユーザー",
"userAgent": "ユーザーエージェント",
"userId": "ユーザーID"
},
"datePlaceholder": "YYYY-MM-DD",
"detail": "詳細",
"failed": "失敗",
"pending": "保留中",
"placeholder": {
"serverName": "サーバー名",
"toOrSubject": "宛先 / 件名",
"userId": "ユーザーID",
"userIdOrIpOrMethodOrUa": "ユーザーID / IP / メソッド / UA",
"userIdOrOrderId": "ユーザーID / 注文ID",
"userIdOrOrderNoOrSubscribeId": "ユーザーID / 注文番号 / サブスクリプションID",
"userIdOrTokenOrIpOrUa": "ユーザーID / トークン / IP / UA"
},
"sending": "送信中",
"sent": "送信済み",
"success": "成功",
"title": {
"balance": "残高ログ",
"commission": "コミッションログ",
"email": "メールログ",
"gift": "ギフトログ",
"login": "ログインログ",
"mobile": "SMSログ",
"register": "登録ログ",
"resetSubscribe": "サブスクリプションリセットログ",
"serverTraffic": "サーバートラフィックログ",
"subscribe": "サブスクリプションログ",
"subscribeTraffic": "サブスクリプショントラフィックログ",
"trafficDetails": "トラフィック詳細"
},
"type": {
"1": "チャージ",
"2": "引き出し",
"3": "購入",
"4": "返金",
"5": "報酬",
"6": "手数料"
},
"unknown": "不明"
}