mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-09 09:51:15 -05:00
38 lines
889 B
JSON
38 lines
889 B
JSON
{
|
|
"amount": "Betrag",
|
|
"couponDiscount": "Gutscheinrabatt",
|
|
"discount": "Rabattbetrag",
|
|
"failed": "Fehlgeschlagen",
|
|
"feeAmount": "Gebühr",
|
|
"method": "Zahlungsmethode",
|
|
"methods": {
|
|
"alipay_f2f": "Alipay (Face-to-Face)",
|
|
"balance": "Guthaben",
|
|
"epay": "E-Pay",
|
|
"stripe_alipay": "Stripe (Alipay)",
|
|
"stripe_wechat_pay": "Stripe (WeChat)"
|
|
},
|
|
"orderNumber": "Bestellnummer",
|
|
"status": {
|
|
"0": "Status",
|
|
"1": "Ausstehende Zahlung",
|
|
"2": "Bezahlt",
|
|
"3": "Storniert",
|
|
"4": "Geschlossen",
|
|
"5": "Abgeschlossen"
|
|
},
|
|
"subscribe": "Abonnieren",
|
|
"subscribePrice": "Abonnementspreis",
|
|
"total": "Gesamt",
|
|
"tradeNo": "Handelsnummer",
|
|
"type": {
|
|
"0": "Typ",
|
|
"1": "Neukauf",
|
|
"2": "Verlängerung",
|
|
"3": "Datenvolumen zurücksetzen",
|
|
"4": "Aufladen"
|
|
},
|
|
"updateTime": "Aktualisierungszeit",
|
|
"user": "Benutzer"
|
|
}
|