@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.
- package/CHANGELOG.md +12 -0
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/ar_LB.all.json +13 -1
- package/site/ca_ES.all.json +13 -1
- package/site/confirmdelete.html.jet +2 -1
- package/site/da_DK.all.json +13 -1
- package/site/de_DE.all.json +13 -1
- package/site/el_EL.all.json +13 -1
- package/site/en_AU.all.json +13 -1
- package/site/es_ES.all.json +13 -1
- package/site/es_MX.all.json +13 -1
- package/site/et_ET.all.json +13 -1
- package/site/fi_FI.all.json +13 -1
- package/site/fr_FR.all.json +13 -1
- package/site/hr_HR.all.json +13 -1
- package/site/hu_HU.all.json +13 -1
- package/site/it_IT.all.json +13 -1
- package/site/ja_JP.all.json +13 -1
- package/site/letterboxd.html.jet +87 -0
- package/site/lt_LT.all.json +13 -1
- package/site/nl_BE.all.json +13 -1
- package/site/no_NO.all.json +13 -1
- package/site/pl_PL.all.json +13 -1
- package/site/pt_BR.all.json +13 -1
- package/site/pt_PT.all.json +13 -1
- package/site/ru_RU.all.json +13 -1
- package/site/sr_SR.all.json +13 -1
- package/site/static/js/main.js +5 -3
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_pages.scss +5 -25
- package/site/templates/application/application.jet +8 -9
- package/site/test.html.jet +95 -0
- package/site/tr_TR.all.json +13 -1
- package/site/uk_UA.all.json +13 -1
- package/site/zh_TW.all.json +13 -1
- package/site/purchase.html.jet +0 -5
package/site/zh_TW.all.json
CHANGED
@@ -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
|
}
|