Skip to content

Commit

Permalink
add translate
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Jul 20, 2020
1 parent c24dcba commit c6665e2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/appadmin/languages/zh-CN/appadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,8 @@
'Payment Param Config' => '支付参数配置',
'Paypal Config' => 'Paypal支付配置',
'Alipay Config' => '支付宝支付配置',
'Wxpay Config' => '微信支付配置',
'Wxpay Config' => '微信参数配置',
'Stripe Config' => 'Stripe支付配置',
'Appfront Config' => 'Appfront配置',
'Home Page Config' => '首页配置',
'Cache Config' => '缓存配置',
Expand Down
15 changes: 14 additions & 1 deletion app/appfront/languages/en-US/appfront.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,18 @@
* @license http://www.fecshop.com/license/
*/
return [
'fecshop' => 'en_US app fecshop',
'fecshop' => 'en_US app fecshop',
'payment_pending' => 'Payment Pending',
'payment_processing' => 'Payment Processing',
'payment_confirmed' => 'Payment Confirmed',
'payment_suspected_fraud' => 'Payment Suspected Fraud',
'payment_canceled' => 'Payment Canceled',
'holded' => 'Holded',
'processing' => 'Processing',
'dispatched' => 'Dispatched',
'received' => 'Received',
'refunded' => 'Refunded',
'completed' => 'Completed',
'canceled' => 'Canceled',

];
13 changes: 12 additions & 1 deletion app/appfront/languages/zh-CN/appfront.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,18 @@
'wxpay_standard' => '微信扫码支付',
'wxpay_jsapi' => '微信JsApi支付',
'wxpay_h5' => '微信H5支付',

'payment_pending' => '未支付',
'payment_processing' => '支付中',
'payment_confirmed' => '已支付',
'payment_suspected_fraud' => '欺诈',
'payment_canceled' => '支付取消',
'holded' => '挂起',
'processing' => '订单待备货',
'dispatched' => '订单已发货',
'received' => '订单已收货',
'refunded' => '订单已退款',
'completed' => '订单已完成',
'canceled' => '订单已取消',



Expand Down

0 comments on commit c6665e2

Please sign in to comment.