common.php 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. 'payment' => [
  4. 'labels' => [
  5. 'bitpayx' => '麻瓜宝',
  6. 'codepay' => '码支付',
  7. 'credit' => '余额',
  8. 'epay' => '易支付',
  9. 'f2fpay' => '支付宝当面付',
  10. 'paybeaver' => '海狸支付',
  11. 'payjs' => 'PayJs',
  12. 'paypal' => 'PayPal',
  13. 'stripe' => 'Stripe',
  14. 'theadpay' => '平头哥支付',
  15. 'youzan' => '有赞云',
  16. ],
  17. 'icon' => [
  18. 0 => 'creditpay.svg',
  19. 1 => 'alipay.png',
  20. 2 => 'qq.png',
  21. 3 => 'wechat.png',
  22. 4 => 'coin.png',
  23. 5 => 'paypal.png',
  24. 6 => 'stripe.png',
  25. ],
  26. ],
  27. 'oauth' => [
  28. 'facebook' => 'FaceBook',
  29. 'twitter' => 'Twitter',
  30. 'linkedin' => 'Linkedin',
  31. 'google' => 'Google',
  32. 'github' => 'GitHub',
  33. 'gitlab' => 'GitLab',
  34. 'bitbucket' => 'Bitbucket',
  35. ],
  36. ];