@shift72/core-template 1.9.11 → 1.9.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1653,7 +1653,7 @@
1653
1653
  "other": "確認刪除"
1654
1654
  },
1655
1655
  "confirm_delete_message": {
1656
- "other": "此操作是永久性的且無法撤消!刪除您的帳戶後,您將立即登出,並且無法再存取您的購買內容。"
1656
+ "other": "您將立即失去對已購買的任何內容的存取權。"
1657
1657
  },
1658
1658
  "confirm_delete_success_page_header": {
1659
1659
  "other": "帳戶已刪除!"
@@ -1690,5 +1690,17 @@
1690
1690
  },
1691
1691
  "account_form_account_delete_successful": {
1692
1692
  "other": "刪除請求成功"
1693
+ },
1694
+ "confirm_delete_user_email": {
1695
+ "other": "正在刪除的帳戶:"
1696
+ },
1697
+ "confirm_delete_is_permanent": {
1698
+ "other": "此操作是永久性的且無法撤消。"
1699
+ },
1700
+ "confirm_delete_error_invalid_token": {
1701
+ "other": "由於令牌無效,無法刪除帳號。再次嘗試電子郵件中的鏈接,或重新開始此過程。"
1702
+ },
1703
+ "confirm_delete_check_box_message": {
1704
+ "other": "我了解此操作是永久性的"
1693
1705
  }
1694
1706
  }
@@ -1,5 +0,0 @@
1
- {{extends "templates/application/application.jet"}}
2
-
3
- {{block body()}}
4
- <s72-shopping-embeddable></s72-shopping-embeddable>
5
- {{end}}