@shift72/core-template 1.9.11 → 1.9.12
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/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/CHANGELOG.md
CHANGED
@@ -8,6 +8,18 @@
|
|
8
8
|
|
9
9
|
### Fixed
|
10
10
|
|
11
|
+
## [1.9.12](https://github.com/shift72/core-template/compare/1.9.11...1.9.12)
|
12
|
+
|
13
|
+
### Changed
|
14
|
+
|
15
|
+
- Better UX for the account deletion pages
|
16
|
+
- Support setting language for Checkout
|
17
|
+
- Updated CHeckout options to new format
|
18
|
+
|
19
|
+
### Fixed
|
20
|
+
|
21
|
+
- Support nav menu not being present
|
22
|
+
|
11
23
|
## [1.9.11](https://github.com/shift72/core-template/compare/1.9.10...1.9.11)
|
12
24
|
|
13
25
|
### Added
|
package/kibble.json
CHANGED
package/package.json
CHANGED
package/site/ar_LB.all.json
CHANGED
@@ -1730,7 +1730,7 @@
|
|
1730
1730
|
"other": "تأكيد الحذف"
|
1731
1731
|
},
|
1732
1732
|
"confirm_delete_message": {
|
1733
|
-
"other": "
|
1733
|
+
"other": "ستفقد على الفور إمكانية الوصول إلى أي محتوى قمت بشرائه."
|
1734
1734
|
},
|
1735
1735
|
"confirm_delete_success_page_header": {
|
1736
1736
|
"other": "تم حذف الحساب!"
|
@@ -1767,5 +1767,17 @@
|
|
1767
1767
|
},
|
1768
1768
|
"account_form_account_delete_successful": {
|
1769
1769
|
"other": "نجح طلب الحذف"
|
1770
|
+
},
|
1771
|
+
"confirm_delete_user_email": {
|
1772
|
+
"other": "الحساب الذي يتم حذفه:"
|
1773
|
+
},
|
1774
|
+
"confirm_delete_is_permanent": {
|
1775
|
+
"other": "هذا الإجراء دائم ولا يمكن التراجع عنه."
|
1776
|
+
},
|
1777
|
+
"confirm_delete_error_invalid_token": {
|
1778
|
+
"other": "لا يمكن حذف الحساب بسبب وجود رمز غير صالح. حاول استخدام الرابط من بريدك الإلكتروني مرة أخرى، أو ابدأ هذه العملية من جديد."
|
1779
|
+
},
|
1780
|
+
"confirm_delete_check_box_message": {
|
1781
|
+
"other": "أفهم أن هذا الإجراء دائم"
|
1770
1782
|
}
|
1771
1783
|
}
|
package/site/ca_ES.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Confirmeu la supressió"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Immediatament perdràs l'accés a qualsevol contingut que hagis comprat."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Compte suprimit!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Sol·licitud d'eliminació correcta"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Compte que s'està suprimint:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Aquesta acció és permanent i no es pot desfer."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "No es pot suprimir el compte a causa d'un testimoni no vàlid. Torneu a provar l'enllaç del vostre correu electrònic o torneu a començar aquest procés."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Entenc que aquesta acció és permanent"
|
1706
1718
|
}
|
1707
1719
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
{{extends "templates/application/application.jet"}}
|
2
2
|
|
3
3
|
{{block head()}}
|
4
|
+
<script>localStorage.removeItem('shift72.authToken')</script>
|
4
5
|
{{yield seo(title=i18n("confirm_delete_header"), index=false)}}
|
5
6
|
{{end}}
|
6
7
|
|
@@ -11,7 +12,7 @@
|
|
11
12
|
</div>
|
12
13
|
<div class="page-content">
|
13
14
|
<p>{{ i18n("confirm_delete_message") }}</p>
|
14
|
-
<s72-confirm-delete-form
|
15
|
+
<s72-confirm-delete-form></s72-confirm-delete-form>
|
15
16
|
</div>
|
16
17
|
</main>
|
17
18
|
{{end}}
|
package/site/da_DK.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Bekræft sletning"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Du vil øjeblikkeligt miste adgangen til alt indhold, du har købt."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Konto slettet!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Anmodning om sletning lykkedes"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Konto, der slettes:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Denne handling er permanent og kan ikke fortrydes."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Kan ikke slette kontoen på grund af et ugyldigt token. Prøv linket fra din e-mail igen, eller start denne proces forfra."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Jeg forstår, at denne handling er permanent"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/de_DE.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Löschung bestätigen"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Sie verlieren sofort den Zugriff auf alle von Ihnen gekauften Inhalte."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Konto gelöscht!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Löschanforderung erfolgreich"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Konto, das gelöscht wird:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Diese Aktion ist dauerhaft und kann nicht rückgängig gemacht werden."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Das Konto kann aufgrund eines ungültigen Tokens nicht gelöscht werden. Versuchen Sie es erneut mit dem Link aus Ihrer E-Mail oder beginnen Sie den Vorgang erneut."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Ich verstehe, dass diese Aktion dauerhaft ist"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/el_EL.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Επιβεβαίωση Διαγραφής"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Θα χάσετε αμέσως την πρόσβαση σε οποιοδήποτε περιεχόμενο που έχετε αγοράσει."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Ο λογαριασμός διαγράφηκε!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Επιτυχές αίτημα διαγραφής"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Λογαριασμός που διαγράφεται:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Αυτή η ενέργεια είναι μόνιμη και δεν μπορεί να αναιρεθεί."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Δεν είναι δυνατή η διαγραφή του λογαριασμού λόγω μη έγκυρου διακριτικού. Δοκιμάστε ξανά τον σύνδεσμο από το email σας ή ξεκινήστε αυτήν τη διαδικασία από την αρχή."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Κατανοώ ότι αυτή η ενέργεια είναι μόνιμη"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/en_AU.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Confirm Deletion"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "You will immediately lose access to any content that you have purchased."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Account Deleted!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Deletion request successful"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Account which is being deleted:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "This action is permanent and cannot be undone."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Cannot delete the account due to an invalid token. Try the link from your email again, or start this process over."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "I understand that this action is permanent"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/es_ES.all.json
CHANGED
@@ -1670,7 +1670,7 @@
|
|
1670
1670
|
"other": "Confirmar la eliminación"
|
1671
1671
|
},
|
1672
1672
|
"confirm_delete_message": {
|
1673
|
-
"other": "
|
1673
|
+
"other": "Inmediatamente perderá el acceso a cualquier contenido que haya comprado."
|
1674
1674
|
},
|
1675
1675
|
"confirm_delete_success_page_header": {
|
1676
1676
|
"other": "¡Cuenta borrada!"
|
@@ -1707,5 +1707,17 @@
|
|
1707
1707
|
},
|
1708
1708
|
"account_form_account_delete_successful": {
|
1709
1709
|
"other": "Solicitud de eliminación exitosa"
|
1710
|
+
},
|
1711
|
+
"confirm_delete_user_email": {
|
1712
|
+
"other": "Cuenta que se está eliminando:"
|
1713
|
+
},
|
1714
|
+
"confirm_delete_is_permanent": {
|
1715
|
+
"other": "Esta acción es permanente y no se puede deshacer."
|
1716
|
+
},
|
1717
|
+
"confirm_delete_error_invalid_token": {
|
1718
|
+
"other": "No se puede eliminar la cuenta debido a un token no válido. Pruebe el enlace de su correo electrónico nuevamente o comience este proceso de nuevo."
|
1719
|
+
},
|
1720
|
+
"confirm_delete_check_box_message": {
|
1721
|
+
"other": "Entiendo que esta acción es permanente"
|
1710
1722
|
}
|
1711
1723
|
}
|
package/site/es_MX.all.json
CHANGED
@@ -1670,7 +1670,7 @@
|
|
1670
1670
|
"other": "Confirmar la eliminación"
|
1671
1671
|
},
|
1672
1672
|
"confirm_delete_message": {
|
1673
|
-
"other": "
|
1673
|
+
"other": "Inmediatamente perderá el acceso a cualquier contenido que haya comprado."
|
1674
1674
|
},
|
1675
1675
|
"confirm_delete_success_page_header": {
|
1676
1676
|
"other": "¡Cuenta borrada!"
|
@@ -1707,5 +1707,17 @@
|
|
1707
1707
|
},
|
1708
1708
|
"account_form_account_delete_successful": {
|
1709
1709
|
"other": "Solicitud de eliminación exitosa"
|
1710
|
+
},
|
1711
|
+
"confirm_delete_user_email": {
|
1712
|
+
"other": "Cuenta que se está eliminando:"
|
1713
|
+
},
|
1714
|
+
"confirm_delete_is_permanent": {
|
1715
|
+
"other": "Esta acción es permanente y no se puede deshacer."
|
1716
|
+
},
|
1717
|
+
"confirm_delete_error_invalid_token": {
|
1718
|
+
"other": "No se puede eliminar la cuenta debido a un token no válido. Pruebe el enlace de su correo electrónico nuevamente o comience este proceso de nuevo."
|
1719
|
+
},
|
1720
|
+
"confirm_delete_check_box_message": {
|
1721
|
+
"other": "Entiendo que esta acción es permanente"
|
1710
1722
|
}
|
1711
1723
|
}
|
package/site/et_ET.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Kinnitage kustutamine"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Kaotate kohe juurdepääsu kogu ostetud sisule."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Konto kustutatud!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Kustutamistaotlus õnnestus"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Konto, mida kustutatakse:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "See toiming on püsiv ja seda ei saa tagasi võtta."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Kontot ei saa kustutada kehtetu märgi tõttu. Proovige uuesti oma meilis olevat linki või alustage seda protsessi uuesti."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Saan aru, et see toiming on püsiv"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/fi_FI.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Vahvista poisto"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Menetät välittömästi pääsyn ostamaasi sisältöön."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Tili poistettu!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Poistopyyntö onnistui"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Tili, jota ollaan poistamassa:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Tämä toiminto on pysyvä, eikä sitä voi kumota."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Tiliä ei voi poistaa virheellisen tunnuksen vuoksi. Kokeile sähköpostisi linkkiä uudelleen tai aloita tämä prosessi alusta."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Ymmärrän, että tämä toimenpide on pysyvä"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/fr_FR.all.json
CHANGED
@@ -1670,7 +1670,7 @@
|
|
1670
1670
|
"other": "Confirmer la suppression"
|
1671
1671
|
},
|
1672
1672
|
"confirm_delete_message": {
|
1673
|
-
"other": "
|
1673
|
+
"other": "Vous perdrez immédiatement l'accès à tout contenu que vous avez acheté."
|
1674
1674
|
},
|
1675
1675
|
"confirm_delete_success_page_header": {
|
1676
1676
|
"other": "Compte supprimé !"
|
@@ -1707,5 +1707,17 @@
|
|
1707
1707
|
},
|
1708
1708
|
"account_form_account_delete_successful": {
|
1709
1709
|
"other": "Demande de suppression réussie"
|
1710
|
+
},
|
1711
|
+
"confirm_delete_user_email": {
|
1712
|
+
"other": "Compte en cours de suppression :"
|
1713
|
+
},
|
1714
|
+
"confirm_delete_is_permanent": {
|
1715
|
+
"other": "Cette action est permanente et ne peut être annulée."
|
1716
|
+
},
|
1717
|
+
"confirm_delete_error_invalid_token": {
|
1718
|
+
"other": "Impossible de supprimer le compte en raison d'un jeton invalide. Essayez à nouveau le lien de votre e-mail ou recommencez ce processus."
|
1719
|
+
},
|
1720
|
+
"confirm_delete_check_box_message": {
|
1721
|
+
"other": "Je comprends que cette action est permanente"
|
1710
1722
|
}
|
1711
1723
|
}
|
package/site/hr_HR.all.json
CHANGED
@@ -1668,7 +1668,7 @@
|
|
1668
1668
|
"other": "Potvrdite brisanje"
|
1669
1669
|
},
|
1670
1670
|
"confirm_delete_message": {
|
1671
|
-
"other": "
|
1671
|
+
"other": "Odmah ćete izgubiti pristup svim sadržajima koje ste kupili."
|
1672
1672
|
},
|
1673
1673
|
"confirm_delete_success_page_header": {
|
1674
1674
|
"other": "Račun izbrisan!"
|
@@ -1705,5 +1705,17 @@
|
|
1705
1705
|
},
|
1706
1706
|
"account_form_account_delete_successful": {
|
1707
1707
|
"other": "Zahtjev za brisanje uspješan"
|
1708
|
+
},
|
1709
|
+
"confirm_delete_user_email": {
|
1710
|
+
"other": "Račun koji se briše:"
|
1711
|
+
},
|
1712
|
+
"confirm_delete_is_permanent": {
|
1713
|
+
"other": "Ova radnja je trajna i ne može se poništiti."
|
1714
|
+
},
|
1715
|
+
"confirm_delete_error_invalid_token": {
|
1716
|
+
"other": "Nije moguće izbrisati račun zbog nevažećeg tokena. Pokušajte ponovno s vezom iz svoje e-pošte ili počnite ovaj postupak ispočetka."
|
1717
|
+
},
|
1718
|
+
"confirm_delete_check_box_message": {
|
1719
|
+
"other": "Razumijem da je ova akcija trajna"
|
1708
1720
|
}
|
1709
1721
|
}
|
package/site/hu_HU.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "A törlés megerősítésére"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Azonnal elveszíti hozzáférését minden megvásárolt tartalomhoz."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Fiók törölve!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "A törlési kérelem sikeres"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Törlés alatt álló fiók:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Ez a művelet végleges, és nem vonható vissza."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "A fiók érvénytelen token miatt nem törölhető. Próbálja újra az e-mailben található hivatkozást, vagy kezdje elölről a folyamatot."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Megértem, hogy ez a művelet végleges"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/it_IT.all.json
CHANGED
@@ -1670,7 +1670,7 @@
|
|
1670
1670
|
"other": "Confermare la cancellazione"
|
1671
1671
|
},
|
1672
1672
|
"confirm_delete_message": {
|
1673
|
-
"other": "
|
1673
|
+
"other": "Perderai immediatamente l'accesso a qualsiasi contenuto che hai acquistato."
|
1674
1674
|
},
|
1675
1675
|
"confirm_delete_success_page_header": {
|
1676
1676
|
"other": "Account cancellato!"
|
@@ -1707,5 +1707,17 @@
|
|
1707
1707
|
},
|
1708
1708
|
"account_form_account_delete_successful": {
|
1709
1709
|
"other": "Richiesta di cancellazione riuscita"
|
1710
|
+
},
|
1711
|
+
"confirm_delete_user_email": {
|
1712
|
+
"other": "Account in fase di eliminazione:"
|
1713
|
+
},
|
1714
|
+
"confirm_delete_is_permanent": {
|
1715
|
+
"other": "Questa azione è permanente e non può essere annullata."
|
1716
|
+
},
|
1717
|
+
"confirm_delete_error_invalid_token": {
|
1718
|
+
"other": "Impossibile eliminare l'account a causa di un token non valido. Prova di nuovo il collegamento presente nella tua email o avvia nuovamente la procedura."
|
1719
|
+
},
|
1720
|
+
"confirm_delete_check_box_message": {
|
1721
|
+
"other": "Capisco che questa azione è permanente"
|
1710
1722
|
}
|
1711
1723
|
}
|
package/site/ja_JP.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
|
}
|
@@ -0,0 +1,87 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<script src="https://staging-letterboxd.shift72.com/checkout/s72.checkout.js" defer></script>
|
4
|
+
<script>
|
5
|
+
window.Shift72CheckoutOptions = {
|
6
|
+
baseUrl: 'https://staging-letterboxd.shift72.com',
|
7
|
+
options: {
|
8
|
+
links: {
|
9
|
+
library: 'https://staging-letterboxd.shift72.com/library.html',
|
10
|
+
termsAndConditions: 'https://staging-letterboxd.shift72.com/page/terms-and-conditions/',
|
11
|
+
deviceCompatibility: 'https://staging-letterboxd.shift72.com/page/help/',
|
12
|
+
help: 'https://staging-letterboxd.shift72.com/page/help/',
|
13
|
+
signIn: 'https://staging-letterboxd.shift72.com/signin.html',
|
14
|
+
signUp: 'https://staging-letterboxd.shift72.com/signup.html',
|
15
|
+
}
|
16
|
+
}
|
17
|
+
};
|
18
|
+
</script>
|
19
|
+
|
20
|
+
<script>
|
21
|
+
document.addEventListener('DOMContentLoaded', () => {
|
22
|
+
const handleFilmClick = async (event) => {
|
23
|
+
const { slug } = event.target.dataset;
|
24
|
+
|
25
|
+
if (!slug) {
|
26
|
+
throw new Error('No slug found.')
|
27
|
+
}
|
28
|
+
|
29
|
+
if (!(window.s72 && window.s72.checkout)) {
|
30
|
+
throw new Error('Shift72 Checkout: not available on this site!');
|
31
|
+
}
|
32
|
+
|
33
|
+
// This will call the Checkout loader to initiate the checkout process for a particular film
|
34
|
+
await window.s72.checkout.openModal({slug});
|
35
|
+
}
|
36
|
+
|
37
|
+
document.querySelectorAll('button[data-slug]').forEach((button) => {
|
38
|
+
button.addEventListener('click', handleFilmClick);
|
39
|
+
});
|
40
|
+
});
|
41
|
+
</script>
|
42
|
+
<style>
|
43
|
+
body {
|
44
|
+
background-color: #202123;
|
45
|
+
margin: 0;
|
46
|
+
}
|
47
|
+
|
48
|
+
.grid {
|
49
|
+
display: flex;
|
50
|
+
flex-wrap: wrap;
|
51
|
+
gap: 16px;
|
52
|
+
justify-content: center;
|
53
|
+
padding: 64px;
|
54
|
+
min-height: 100%;
|
55
|
+
box-sizing: border-box;
|
56
|
+
}
|
57
|
+
|
58
|
+
.grid button {
|
59
|
+
width: 141px;
|
60
|
+
height: 211px;
|
61
|
+
flex: 0 0 auto;
|
62
|
+
border: none;
|
63
|
+
font-weight: 500;
|
64
|
+
}
|
65
|
+
|
66
|
+
.grid button:hover {
|
67
|
+
cursor: pointer;
|
68
|
+
filter: brightness(75%);
|
69
|
+
}
|
70
|
+
|
71
|
+
.grid button:nth-child(6n+1) { background-color: #f78a8a; }
|
72
|
+
.grid button:nth-child(6n+2) { background-color: #fbc28b; }
|
73
|
+
.grid button:nth-child(6n+3) { background-color: #fdfd86; }
|
74
|
+
.grid button:nth-child(6n+4) { background-color: #b9fbc0; }
|
75
|
+
.grid button:nth-child(6n+5) { background-color: #76d7ea; }
|
76
|
+
.grid button:nth-child(6n) { background-color: #85a3e0; }
|
77
|
+
</style>
|
78
|
+
</head>
|
79
|
+
<body>
|
80
|
+
<div class="grid">
|
81
|
+
<button data-slug="/film/3289">Ant-Man</button>
|
82
|
+
<button data-slug="/film/3288">Dungeons & Dragons: Honour Among Thieves</button>
|
83
|
+
<button data-slug="/film/3257">Example film</button>
|
84
|
+
<button data-slug="/film/3294">Shrek</button>
|
85
|
+
</div>
|
86
|
+
</body>
|
87
|
+
</html>
|
package/site/lt_LT.all.json
CHANGED
@@ -1698,7 +1698,7 @@
|
|
1698
1698
|
"other": "Patvirtinkite ištrynimą"
|
1699
1699
|
},
|
1700
1700
|
"confirm_delete_message": {
|
1701
|
-
"other": "
|
1701
|
+
"other": "Nedelsdami prarasite prieigą prie bet kokio įsigyto turinio."
|
1702
1702
|
},
|
1703
1703
|
"confirm_delete_success_page_header": {
|
1704
1704
|
"other": "Paskyra ištrinta!"
|
@@ -1735,5 +1735,17 @@
|
|
1735
1735
|
},
|
1736
1736
|
"account_form_account_delete_successful": {
|
1737
1737
|
"other": "Ištrynimo užklausa sėkminga"
|
1738
|
+
},
|
1739
|
+
"confirm_delete_user_email": {
|
1740
|
+
"other": "Paskyra, kuri ištrinama:"
|
1741
|
+
},
|
1742
|
+
"confirm_delete_is_permanent": {
|
1743
|
+
"other": "Šis veiksmas yra nuolatinis ir jo negalima anuliuoti."
|
1744
|
+
},
|
1745
|
+
"confirm_delete_error_invalid_token": {
|
1746
|
+
"other": "Nepavyko ištrinti paskyros dėl netinkamo prieigos rakto. Išbandykite el. pašto nuorodą dar kartą arba pradėkite šį procesą iš naujo."
|
1747
|
+
},
|
1748
|
+
"confirm_delete_check_box_message": {
|
1749
|
+
"other": "Suprantu, kad šis veiksmas yra nuolatinis"
|
1738
1750
|
}
|
1739
1751
|
}
|
package/site/nl_BE.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Bevestig verwijdering"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "U verliest onmiddellijk de toegang tot alle inhoud die u hebt gekocht."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Account verwijderd!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Verwijderingsverzoek succesvol"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Account dat wordt verwijderd:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Deze actie is permanent en kan niet ongedaan worden gemaakt."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Kan het account niet verwijderen vanwege een ongeldig token. Probeer de link uit uw e-mail opnieuw of begin dit proces opnieuw."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Ik begrijp dat deze actie permanent is"
|
1706
1718
|
}
|
1707
1719
|
}
|
package/site/no_NO.all.json
CHANGED
@@ -1666,7 +1666,7 @@
|
|
1666
1666
|
"other": "Bekreft sletting"
|
1667
1667
|
},
|
1668
1668
|
"confirm_delete_message": {
|
1669
|
-
"other": "
|
1669
|
+
"other": "Du vil umiddelbart miste tilgangen til alt innhold du har kjøpt."
|
1670
1670
|
},
|
1671
1671
|
"confirm_delete_success_page_header": {
|
1672
1672
|
"other": "Konto slettet!"
|
@@ -1703,5 +1703,17 @@
|
|
1703
1703
|
},
|
1704
1704
|
"account_form_account_delete_successful": {
|
1705
1705
|
"other": "Forespørsel om sletting vellykket"
|
1706
|
+
},
|
1707
|
+
"confirm_delete_user_email": {
|
1708
|
+
"other": "Konto som slettes:"
|
1709
|
+
},
|
1710
|
+
"confirm_delete_is_permanent": {
|
1711
|
+
"other": "Denne handlingen er permanent og kan ikke angres."
|
1712
|
+
},
|
1713
|
+
"confirm_delete_error_invalid_token": {
|
1714
|
+
"other": "Kan ikke slette kontoen på grunn av et ugyldig token. Prøv koblingen fra e-posten din på nytt, eller start denne prosessen på nytt."
|
1715
|
+
},
|
1716
|
+
"confirm_delete_check_box_message": {
|
1717
|
+
"other": "Jeg forstår at denne handlingen er permanent"
|
1706
1718
|
}
|
1707
1719
|
}
|