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.
package/dist/locales/iap/en.json
CHANGED
|
@@ -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
|
}
|
package/dist/locales/iap/es.json
CHANGED
|
@@ -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
|
}
|
package/dist/locales/iap/ja.json
CHANGED
|
@@ -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
|
}
|
package/dist/locales/iap/ko.json
CHANGED
|
@@ -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
|
}
|