Add files via upload

This commit is contained in:
Egor
2026-01-16 01:33:22 +03:00
committed by GitHub
parent 320294ff9b
commit 2706b1678a
4 changed files with 774 additions and 731 deletions

View File

@@ -303,8 +303,19 @@
"user": "User", "user": "User",
"joined": "Joined", "joined": "Joined",
"hasPaid": "Has Paid", "hasPaid": "Has Paid",
"status": {
"pending": "Pending",
"paid": "Paid"
},
"earningsHistory": "Earnings History", "earningsHistory": "Earnings History",
"reason": "Reason" "reason": "Reason",
"reasons": {
"referral_registration_pending": "Referral Registration",
"referral_registration": "Referral Registration",
"referral_first_payment": "Referral First Payment",
"referral_subscription_renewal": "Referral Subscription Renewal",
"referral_bonus": "Referral Bonus"
}
}, },
"support": { "support": {
"title": "Support", "title": "Support",

File diff suppressed because it is too large Load Diff

View File

@@ -303,8 +303,19 @@
"user": "Пользователь", "user": "Пользователь",
"joined": "Присоединился", "joined": "Присоединился",
"hasPaid": "Оплатил", "hasPaid": "Оплатил",
"status": {
"pending": "Ожидание",
"paid": "Оплачено"
},
"earningsHistory": "История начислений", "earningsHistory": "История начислений",
"reason": "Причина" "reason": "Причина",
"reasons": {
"referral_registration_pending": "Регистрация реферала",
"referral_registration": "Регистрация реферала",
"referral_first_payment": "Первая оплата реферала",
"referral_subscription_renewal": "Продление подписки реферала",
"referral_bonus": "Бонус за реферала"
}
}, },
"support": { "support": {
"title": "Поддержка", "title": "Поддержка",

View File

@@ -1,4 +1,4 @@
{ {
"common": { "common": {
"loading": "加载中...", "loading": "加载中...",
"error": "错误", "error": "错误",
@@ -165,7 +165,20 @@
"currentBalance": "当前余额", "currentBalance": "当前余额",
"topUp": "充值", "topUp": "充值",
"topUpBalance": "充值余额", "topUpBalance": "充值余额",
"paymentMethods": "支付方式", "paymentMethods": {
"yookassa": {
"name": "银行卡",
"description": "通过银行卡支付"
},
"cryptobot": {
"name": "CryptoBot",
"description": "通过CryptoBot加密货币支付"
},
"telegram_stars": {
"name": "Telegram Stars",
"description": "通过Telegram Stars支付"
}
},
"transactionHistory": "交易记录", "transactionHistory": "交易记录",
"noTransactions": "暂无交易", "noTransactions": "暂无交易",
"date": "日期", "date": "日期",
@@ -199,21 +212,7 @@
} }
}, },
"minAmountError": "最小金额:{{amount}}", "minAmountError": "最小金额:{{amount}}",
"maxAmountError": "最大金额:{{amount}}", "maxAmountError": "最大金额:{{amount}}"
"paymentMethods": {
"yookassa": {
"name": "银行卡",
"description": "通过银行卡支付"
},
"cryptobot": {
"name": "CryptoBot",
"description": "通过CryptoBot加密货币支付"
},
"telegram_stars": {
"name": "Telegram Stars",
"description": "通过Telegram Stars支付"
}
}
}, },
"referral": { "referral": {
"title": "推荐计划", "title": "推荐计划",
@@ -242,7 +241,18 @@
"joined": "加入时间", "joined": "加入时间",
"hasPaid": "已付款", "hasPaid": "已付款",
"earningsHistory": "收益记录", "earningsHistory": "收益记录",
"reason": "原因" "reason": "原因",
"status": {
"pending": "待定",
"paid": "已支付"
},
"reasons": {
"referral_registration_pending": "推荐用户注册",
"referral_registration": "推荐用户注册",
"referral_first_payment": "推荐用户首次付款",
"referral_subscription_renewal": "推荐用户续订",
"referral_bonus": "推荐奖金"
}
}, },
"support": { "support": {
"title": "支持", "title": "支持",
@@ -709,4 +719,4 @@
} }
} }
} }
} }