yi-i18n 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,5 +87,11 @@
87
87
  "Tapping a product will generate an order and open a browser payment page.",
88
88
  "After completing payment, you can return to the Yi App to confirm the order and receive the corresponding coins."
89
89
  ],
90
- "delivered_congrat": "Congratulations! Order has been successfully delivered"
90
+ "delivered_congrat": "Congratulations! Order has been successfully delivered",
91
+ "bill": {
92
+ "time": "Time",
93
+ "before": "Before",
94
+ "in_out": "In/Out",
95
+ "balance": "Balance"
96
+ }
91
97
  }
@@ -87,5 +87,11 @@
87
87
  "Tocar un producto generará un pedido y abrirá una página de pago en el navegador.",
88
88
  "Después de completar el pago, puedes volver a la App Yi para confirmar el pedido y recibir las monedas correspondientes."
89
89
  ],
90
- "delivered_congrat": "¡Felicidades! El pedido ha sido entregado exitosamente"
90
+ "delivered_congrat": "¡Felicidades! El pedido ha sido entregado exitosamente",
91
+ "bill": {
92
+ "time": "Tiempo",
93
+ "before": "Antes",
94
+ "in_out": "Entrada/Salida",
95
+ "balance": "Saldo"
96
+ }
91
97
  }
@@ -87,5 +87,11 @@
87
87
  "商品をタップすると注文が生成され、ブラウザ決済ページが開きます。",
88
88
  "支払いを完了したら、学易アプリに戻って注文を確認し、対応するコインを受け取ることができます。"
89
89
  ],
90
- "delivered_congrat": "おめでとうございます!注文は正常に配送されました"
90
+ "delivered_congrat": "おめでとうございます!注文は正常に配送されました",
91
+ "bill": {
92
+ "time": "時間",
93
+ "before": "前",
94
+ "in_out": "出入",
95
+ "balance": "残高"
96
+ }
91
97
  }
@@ -87,5 +87,11 @@
87
87
  "제품을 누르면 주문이 생성되고 브라우저 결제 페이지가 열립니다.",
88
88
  "결제를 완료하면 학역 앱으로 돌아가 주문을 확인하고 해당하는 코인을 받을 수 있습니다."
89
89
  ],
90
- "delivered_congrat": "축하합니다! 주문이 성공적으로 배달되었습니다"
90
+ "delivered_congrat": "축하합니다! 주문이 성공적으로 배달되었습니다",
91
+ "bill": {
92
+ "time": "시간",
93
+ "before": "이전",
94
+ "in_out": "입출",
95
+ "balance": "잔액"
96
+ }
91
97
  }
@@ -87,5 +87,11 @@
87
87
  "点按商品会生成订单,并打开一个浏览器支付页面。",
88
88
  "待你完成支付,就可以回到学易App中,确认订单并收到相应卦金。"
89
89
  ],
90
- "delivered_congrat": "恭喜你!订单已完成交付"
90
+ "delivered_congrat": "恭喜你!订单已完成交付",
91
+ "bill": {
92
+ "time": "时间",
93
+ "before": "之前",
94
+ "in_out": "进/出",
95
+ "balance": "余额"
96
+ }
91
97
  }
@@ -87,5 +87,11 @@
87
87
  "點按商品會生成訂單,並打開一個瀏覽器支付頁面。",
88
88
  "待你完成支付,就可以回到學易App中,確認訂單並收到相應卦金。"
89
89
  ],
90
- "delivered_congrat": "恭喜你!訂單已完成交付"
90
+ "delivered_congrat": "恭喜你!訂單已完成交付",
91
+ "bill": {
92
+ "time": "時間",
93
+ "before": "之前",
94
+ "in_out": "進/出",
95
+ "balance": "餘額"
96
+ }
91
97
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yi-i18n",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",