mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: support most popular currencies (#3388)
This commit is contained in:
@ -741,7 +741,15 @@
|
||||
"There is no payment channel for this product.": "该商品没有付款方式。",
|
||||
"This product is currently not in sale.": "该商品目前未在售。",
|
||||
"USD": "美元",
|
||||
"WeChat Pay": "微信支付"
|
||||
"WeChat Pay": "微信支付",
|
||||
"EUR": "欧元",
|
||||
"JPY": "日元",
|
||||
"GBP": "英镑",
|
||||
"AUD": "澳元",
|
||||
"CAD": "加元",
|
||||
"CHF": "瑞士法郎",
|
||||
"HKD": "港币",
|
||||
"SGD": "新加坡元"
|
||||
},
|
||||
"provider": {
|
||||
"Access key": "访问密钥",
|
||||
|
Reference in New Issue
Block a user