@foxy.io/elements 1.14.0 → 1.15.0-beta.1

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.
@@ -0,0 +1,35 @@
1
+ {
2
+ "access-recovery-form": {
3
+ "unknown_error": "我們目前無法為此帳戶發送一次性代碼。 如果您已要求驗證碼,請等待幾分鐘後再試。"
4
+ },
5
+ "customer": {
6
+ "subscription-card": {
7
+ "spinner": {
8
+ "loading_empty": "沒有訂閱"
9
+ }
10
+ },
11
+ "transactions-table": {
12
+ "spinner": {
13
+ "loading_empty": "沒有交易"
14
+ }
15
+ },
16
+ "address-card": {
17
+ "spinner": {
18
+ "loading_empty": "沒有地址"
19
+ }
20
+ },
21
+ "customer-form": {
22
+ "invalid_credential_error": "密碼錯誤。 請確保您已輸入現時或臨時密碼,然後重試。",
23
+ "change_password_step_1": "讓我們從您現時的密碼開始。 如果您有臨時密碼,也可以使用臨時密碼。",
24
+ "change_password_step_2": "現在輸入一個新密碼並點擊繼續, 將更改應用到您的帳戶。",
25
+ "change_password_step_3": "完成! 您現在可以使用新密碼登錄。",
26
+ "change_password": "更改密碼",
27
+ "sign_in": "繼續"
28
+ },
29
+ "payment-method-card": {
30
+ "spinner": {
31
+ "loading_empty": "沒有付款方式"
32
+ }
33
+ }
34
+ }
35
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@foxy.io/elements",
3
3
  "type": "module",
4
- "version": "1.14.0",
4
+ "version": "1.15.0-beta.1",
5
5
  "description": "E-commerce web components by Foxy.",
6
6
  "repository": {
7
7
  "type": "git",