You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
412 B
16 lines
412 B
2 weeks ago
|
{
|
||
|
"app启动":"launch",
|
||
|
"登录":"login",
|
||
|
"注册":"register",
|
||
|
"浏览商品":"product",
|
||
|
"浏览分类":"category",
|
||
|
"浏览商品list":"productList",
|
||
|
"搜索":"search",
|
||
|
"添加购物车":"addToCart",
|
||
|
"填写地址":"adress",
|
||
|
"物流方式":"shipping",
|
||
|
"支付方式":"payment",
|
||
|
"创建订单":"order",
|
||
|
"发起结账":"checkout",
|
||
|
"支付成功":"purchase"
|
||
|
}
|