@shift72/core-template 0.5.0 → 0.6.0
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/.nvmrc +1 -0
- package/CHANGELOG.md +46 -11
- package/kibble.json +3 -3
- package/package.json +2 -3
- package/scripts/translate.mjs +30 -22
- package/site/ar_LB.all.json +65 -11
- package/site/ca_ES.all.json +65 -11
- package/site/da_DK.all.json +64 -10
- package/site/de_DE.all.json +64 -10
- package/site/el_EL.all.json +64 -10
- package/site/en_AU.all.json +69 -15
- package/site/es_ES.all.json +66 -12
- package/site/es_MX.all.json +66 -12
- package/site/{ee_EE.all.json → et_ET.all.json} +64 -10
- package/site/fi_FI.all.json +67 -13
- package/site/fr_FR.all.json +66 -12
- package/site/hr_HR.all.json +65 -11
- package/site/hu_HU.all.json +65 -11
- package/site/it_IT.all.json +65 -11
- package/site/ja_JP.all.json +64 -10
- package/site/lt_LT.all.json +64 -10
- package/site/nl_BE.all.json +65 -11
- package/site/no_NO.all.json +65 -11
- package/site/pl_PL.all.json +65 -11
- package/site/plans.html.jet +17 -17
- package/site/pt_BR.all.json +65 -11
- package/site/pt_PT.all.json +65 -11
- package/site/ru_RU.all.json +67 -13
- package/site/sr_SR.all.json +67 -13
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/js/main.js +1 -0
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_availability-tags.scss +63 -31
- package/site/styles/_awards.scss +4 -3
- package/site/styles/_buttons.scss +15 -3
- package/site/styles/_carousel.scss +21 -24
- package/site/styles/_forms.scss +8 -3
- package/site/styles/_icons.scss +180 -9
- package/site/styles/_legacy.scss +0 -7
- package/site/styles/_meta-detail.scss +65 -40
- package/site/styles/_nav.scss +5 -4
- package/site/styles/_plans.scss +10 -17
- package/site/styles/_poster.scss +3 -9
- package/site/styles/_share-modal.scss +86 -0
- package/site/styles/_shift72.scss +7 -0
- package/site/styles/_shopping.scss +0 -1
- package/site/styles/_skip-link.scss +1 -1
- package/site/styles/_tooltips.scss +7 -0
- package/site/styles/_variables.scss +9 -8
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +3 -2
- package/site/subscriptions.html.jet +11 -0
- package/site/templates/application/application.jet +2 -2
- package/site/templates/application/google.jet +8 -13
- package/site/templates/application/nav/user_logged_in.jet +7 -2
- package/site/templates/collection/carousel_item.jet +5 -3
- package/site/templates/common/social-media-buttons.jet +1 -37
- package/site/templates/common/sponsor-image.jet +18 -0
- package/site/templates/film/item.jet +92 -86
- package/site/templates/tv/detail.jet +30 -21
- package/site/tr_TR.all.json +64 -10
- package/site/uk_UA.all.json +65 -11
- package/site/zh_TW.all.json +64 -10
- package/site/static/fonts/FontAwesome.otf +0 -0
- package/site/static/fonts/fontawesome-webfont.eot +0 -0
- package/site/static/fonts/fontawesome-webfont.svg +0 -565
- package/site/static/fonts/fontawesome-webfont.ttf +0 -0
- package/site/static/fonts/fontawesome-webfont.woff +0 -0
- package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
- package/site/styles/_social-media-buttons.scss +0 -159
    
        package/site/ja_JP.all.json
    CHANGED
    
    | @@ -117,16 +117,16 @@ | |
| 117 117 | 
             
                "other": "共有"
         | 
| 118 118 | 
             
              },
         | 
| 119 119 | 
             
              "social_media_buttons_facebook": {
         | 
| 120 | 
            -
                "other": "Facebook | 
| 120 | 
            +
                "other": "Facebook"
         | 
| 121 121 | 
             
              },
         | 
| 122 122 | 
             
              "social_media_buttons_twitter": {
         | 
| 123 | 
            -
                "other": "Twitter | 
| 123 | 
            +
                "other": "Twitter"
         | 
| 124 124 | 
             
              },
         | 
| 125 125 | 
             
              "social_media_buttons_linkedin": {
         | 
| 126 | 
            -
                "other": "Linkedin | 
| 126 | 
            +
                "other": "Linkedin"
         | 
| 127 127 | 
             
              },
         | 
| 128 128 | 
             
              "social_media_buttons_email": {
         | 
| 129 | 
            -
                "other": " | 
| 129 | 
            +
                "other": "メール"
         | 
| 130 130 | 
             
              },
         | 
| 131 131 | 
             
              "social_media_buttons_email_subject": {
         | 
| 132 132 | 
             
                "other": "リンクシェア"
         | 
| @@ -135,7 +135,7 @@ | |
| 135 135 | 
             
                "other": "リンクがクリップボードにコピーされました!"
         | 
| 136 136 | 
             
              },
         | 
| 137 137 | 
             
              "social_media_buttons_copy_link": {
         | 
| 138 | 
            -
                "other": " | 
| 138 | 
            +
                "other": "リンクをコピーする"
         | 
| 139 139 | 
             
              },
         | 
| 140 140 | 
             
              "accept_invite_page_header": {
         | 
| 141 141 | 
             
                "other": "ようこそ "
         | 
| @@ -893,7 +893,7 @@ | |
| 893 893 | 
             
                "other": "また"
         | 
| 894 894 | 
             
              },
         | 
| 895 895 | 
             
              "page_plan_explore_link": {
         | 
| 896 | 
            -
                "other": " | 
| 896 | 
            +
                "other": "詳細を見る"
         | 
| 897 897 | 
             
              },
         | 
| 898 898 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 899 899 | 
             
                "other": "今買う"
         | 
| @@ -905,10 +905,10 @@ | |
| 905 905 | 
             
                "other": "競争中"
         | 
| 906 906 | 
             
              },
         | 
| 907 907 | 
             
              "meta_description_expand": {
         | 
| 908 | 
            -
                "other": " | 
| 908 | 
            +
                "other": "続きを見る"
         | 
| 909 909 | 
             
              },
         | 
| 910 910 | 
             
              "meta_description_collapse": {
         | 
| 911 | 
            -
                "other": " | 
| 911 | 
            +
                "other": "あまり見ない"
         | 
| 912 912 | 
             
              },
         | 
| 913 913 | 
             
              "awards_winner": {
         | 
| 914 914 | 
             
                "other": "勝者"
         | 
| @@ -1106,7 +1106,7 @@ | |
| 1106 1106 | 
             
                "other": "サブスクリプションをキャンセルしますか?"
         | 
| 1107 1107 | 
             
              },
         | 
| 1108 1108 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 1109 | 
            -
                "other": "これにより、{{.Name}} | 
| 1109 | 
            +
                "other": "これにより、{{.Name}}へのサブスクリプションがキャンセルされます。 {{.Expiry}}の有効期限が切れるまで、コンテンツを引き続き視聴できます。"
         | 
| 1110 1110 | 
             
              },
         | 
| 1111 1111 | 
             
              "signin_form_error_ip_throttled": {
         | 
| 1112 1112 | 
             
                "other": "サインインに何度も失敗しました。 後でもう一度やり直してください。"
         | 
| @@ -1250,5 +1250,59 @@ | |
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "shopping_complete_credit_purchase": {
         | 
| 1252 1252 | 
             
                "other": "{{.Title}}をご購入いただきありがとうございます。{{.CreditTotal}}がアカウントに追加されました。"
         | 
| 1253 | 
            +
              },
         | 
| 1254 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1255 | 
            +
                "other": "サブスクリプションと請求"
         | 
| 1256 | 
            +
              },
         | 
| 1257 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1258 | 
            +
                "other": " "
         | 
| 1259 | 
            +
              },
         | 
| 1260 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1261 | 
            +
                "other": "支払方法"
         | 
| 1262 | 
            +
              },
         | 
| 1263 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1264 | 
            +
                "other": "クレジットカードのお支払い方法の変更は、次の請求サイクルで有効になります。"
         | 
| 1265 | 
            +
              },
         | 
| 1266 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1267 | 
            +
                "other": "サブスクリプションの詳細"
         | 
| 1268 | 
            +
              },
         | 
| 1269 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1270 | 
            +
                "other": " "
         | 
| 1271 | 
            +
              },
         | 
| 1272 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1273 | 
            +
                "other": "アクティブ"
         | 
| 1274 | 
            +
              },
         | 
| 1275 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1276 | 
            +
                "other": "期限切れ"
         | 
| 1277 | 
            +
              },
         | 
| 1278 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1279 | 
            +
                "other": "サブスクリプションの検出"
         | 
| 1280 | 
            +
              },
         | 
| 1281 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1282 | 
            +
                "other": "ここで簡単に管理できる、優れたコンテンツを手頃な価格で見つけてください。"
         | 
| 1283 | 
            +
              },
         | 
| 1284 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1285 | 
            +
                "other": "サブスクリプションを調べる"
         | 
| 1286 | 
            +
              },
         | 
| 1287 | 
            +
              "nav_subscriptions": {
         | 
| 1288 | 
            +
                "other": "私のサブスクリプション"
         | 
| 1289 | 
            +
              },
         | 
| 1290 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1291 | 
            +
                "other": "最初の支払い{{ .Expiry }}"
         | 
| 1292 | 
            +
              },
         | 
| 1293 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1294 | 
            +
                "other": "次の支払い{{ .Expiry }}"
         | 
| 1295 | 
            +
              },
         | 
| 1296 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1297 | 
            +
                "other": "支払{{ .Expiry }}"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1300 | 
            +
                "other": "終了{{ .Expiry }}"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1303 | 
            +
                "other": "終了{{ .Expiry }}"
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "sponsor_image_alt": {
         | 
| 1306 | 
            +
                "other": "スポンサーロゴ"
         | 
| 1253 1307 | 
             
              }
         | 
| 1254 | 
            -
            }
         | 
| 1308 | 
            +
            }
         | 
    
        package/site/lt_LT.all.json
    CHANGED
    
    | @@ -137,16 +137,16 @@ | |
| 137 137 | 
             
                "other": "Dalintis"
         | 
| 138 138 | 
             
              },
         | 
| 139 139 | 
             
              "social_media_buttons_facebook": {
         | 
| 140 | 
            -
                "other": " | 
| 140 | 
            +
                "other": "Facebook"
         | 
| 141 141 | 
             
              },
         | 
| 142 142 | 
             
              "social_media_buttons_twitter": {
         | 
| 143 | 
            -
                "other": " | 
| 143 | 
            +
                "other": "Twitter"
         | 
| 144 144 | 
             
              },
         | 
| 145 145 | 
             
              "social_media_buttons_linkedin": {
         | 
| 146 | 
            -
                "other": " | 
| 146 | 
            +
                "other": "Linkedin"
         | 
| 147 147 | 
             
              },
         | 
| 148 148 | 
             
              "social_media_buttons_email": {
         | 
| 149 | 
            -
                "other": " | 
| 149 | 
            +
                "other": "El. paštas"
         | 
| 150 150 | 
             
              },
         | 
| 151 151 | 
             
              "social_media_buttons_email_subject": {
         | 
| 152 152 | 
             
                "other": "Nuorodos bendrinimas"
         | 
| @@ -155,7 +155,7 @@ | |
| 155 155 | 
             
                "other": "Nuoroda nukopijuota į mainų sritį!"
         | 
| 156 156 | 
             
              },
         | 
| 157 157 | 
             
              "social_media_buttons_copy_link": {
         | 
| 158 | 
            -
                "other": "Nukopijuoti  | 
| 158 | 
            +
                "other": "Nukopijuoti nuorodą"
         | 
| 159 159 | 
             
              },
         | 
| 160 160 | 
             
              "accept_invite_page_header": {
         | 
| 161 161 | 
             
                "other": "Sveiki "
         | 
| @@ -980,7 +980,7 @@ | |
| 980 980 | 
             
                "other": "Atšaukti prenumeratą?"
         | 
| 981 981 | 
             
              },
         | 
| 982 982 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 983 | 
            -
                "other": "Taip bus atšaukta {{.Name}}  | 
| 983 | 
            +
                "other": "Taip bus atšaukta {{.Name}} prenumerata. Vis tiek galėsite žiūrėti turinį, kol baigsis {{.Expiry}}."
         | 
| 984 984 | 
             
              },
         | 
| 985 985 | 
             
              "availability_coming_soon": {
         | 
| 986 986 | 
             
                "other": "Jau greitai"
         | 
| @@ -1132,7 +1132,7 @@ | |
| 1132 1132 | 
             
                "other": "ARBA"
         | 
| 1133 1133 | 
             
              },
         | 
| 1134 1134 | 
             
              "page_plan_explore_link": {
         | 
| 1135 | 
            -
                "other": " | 
| 1135 | 
            +
                "other": "Naršyti daugiau"
         | 
| 1136 1136 | 
             
              },
         | 
| 1137 1137 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1138 1138 | 
             
                "other": "Pirkti dabar"
         | 
| @@ -1144,10 +1144,10 @@ | |
| 1144 1144 | 
             
                "other": "Varžybose"
         | 
| 1145 1145 | 
             
              },
         | 
| 1146 1146 | 
             
              "meta_description_expand": {
         | 
| 1147 | 
            -
                "other": " | 
| 1147 | 
            +
                "other": "Žiūrėti daugiau"
         | 
| 1148 1148 | 
             
              },
         | 
| 1149 1149 | 
             
              "meta_description_collapse": {
         | 
| 1150 | 
            -
                "other": " | 
| 1150 | 
            +
                "other": "Mažiau matyti"
         | 
| 1151 1151 | 
             
              },
         | 
| 1152 1152 | 
             
              "awards_winner": {
         | 
| 1153 1153 | 
             
                "other": "Nugalėtojas"
         | 
| @@ -1250,5 +1250,59 @@ | |
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "header_banner": {
         | 
| 1252 1252 | 
             
                "other": "ABC Cinemas – 21-asis kino festivalis, 2021 m. birželio 1–6 d"
         | 
| 1253 | 
            +
              },
         | 
| 1254 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1255 | 
            +
                "other": "Prenumeratos ir atsiskaitymas"
         | 
| 1256 | 
            +
              },
         | 
| 1257 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1258 | 
            +
                "other": " "
         | 
| 1259 | 
            +
              },
         | 
| 1260 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1261 | 
            +
                "other": "Mokėjimo būdas"
         | 
| 1262 | 
            +
              },
         | 
| 1263 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1264 | 
            +
                "other": "Mokėjimo kredito kortele metodo pakeitimai įsigalios kitą atsiskaitymo ciklą."
         | 
| 1265 | 
            +
              },
         | 
| 1266 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1267 | 
            +
                "other": "Informacija apie prenumeratą"
         | 
| 1268 | 
            +
              },
         | 
| 1269 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1270 | 
            +
                "other": " "
         | 
| 1271 | 
            +
              },
         | 
| 1272 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1273 | 
            +
                "other": "Aktyvus"
         | 
| 1274 | 
            +
              },
         | 
| 1275 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1276 | 
            +
                "other": "Baigėsi galiojimo laikas"
         | 
| 1277 | 
            +
              },
         | 
| 1278 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1279 | 
            +
                "other": "Atraskite prenumeratas"
         | 
| 1280 | 
            +
              },
         | 
| 1281 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1282 | 
            +
                "other": "Atraskite puikų turinį puikiomis kainomis, nesunkiai valdykite čia."
         | 
| 1283 | 
            +
              },
         | 
| 1284 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1285 | 
            +
                "other": "Naršykite prenumeratas"
         | 
| 1286 | 
            +
              },
         | 
| 1287 | 
            +
              "nav_subscriptions": {
         | 
| 1288 | 
            +
                "other": "Mano prenumeratos"
         | 
| 1289 | 
            +
              },
         | 
| 1290 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1291 | 
            +
                "other": "Pirmas mokėjimas {{ .Expiry }}"
         | 
| 1292 | 
            +
              },
         | 
| 1293 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1294 | 
            +
                "other": "Kitas mokėjimas {{ .Expiry }}"
         | 
| 1295 | 
            +
              },
         | 
| 1296 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1297 | 
            +
                "other": "Mokėjimo {{ .Expiry }}"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1300 | 
            +
                "other": "Baigiasi {{ .Expiry }}"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1303 | 
            +
                "other": "Baigėsi {{ .Expiry }}"
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "sponsor_image_alt": {
         | 
| 1306 | 
            +
                "other": "rėmėjo logotipas"
         | 
| 1253 1307 | 
             
              }
         | 
| 1254 | 
            -
            }
         | 
| 1308 | 
            +
            }
         | 
    
        package/site/nl_BE.all.json
    CHANGED
    
    | @@ -134,19 +134,19 @@ | |
| 134 134 | 
             
                "other": "Ga verder"
         | 
| 135 135 | 
             
              },
         | 
| 136 136 | 
             
              "social_media_buttons_title": {
         | 
| 137 | 
            -
                "other": " | 
| 137 | 
            +
                "other": "Delen"
         | 
| 138 138 | 
             
              },
         | 
| 139 139 | 
             
              "social_media_buttons_facebook": {
         | 
| 140 | 
            -
                "other": " | 
| 140 | 
            +
                "other": "Facebook"
         | 
| 141 141 | 
             
              },
         | 
| 142 142 | 
             
              "social_media_buttons_twitter": {
         | 
| 143 | 
            -
                "other": " | 
| 143 | 
            +
                "other": "Twitter"
         | 
| 144 144 | 
             
              },
         | 
| 145 145 | 
             
              "social_media_buttons_linkedin": {
         | 
| 146 | 
            -
                "other": " | 
| 146 | 
            +
                "other": "Linkedin"
         | 
| 147 147 | 
             
              },
         | 
| 148 148 | 
             
              "social_media_buttons_email": {
         | 
| 149 | 
            -
                "other": " | 
| 149 | 
            +
                "other": "E-mail"
         | 
| 150 150 | 
             
              },
         | 
| 151 151 | 
             
              "social_media_buttons_email_subject": {
         | 
| 152 152 | 
             
                "other": "Link delen"
         | 
| @@ -155,7 +155,7 @@ | |
| 155 155 | 
             
                "other": "Link gekopieerd naar klembord!"
         | 
| 156 156 | 
             
              },
         | 
| 157 157 | 
             
              "social_media_buttons_copy_link": {
         | 
| 158 | 
            -
                "other": "Kopieer  | 
| 158 | 
            +
                "other": "Kopieer link"
         | 
| 159 159 | 
             
              },
         | 
| 160 160 | 
             
              "accept_invite_page_header": {
         | 
| 161 161 | 
             
                "other": "Welkom "
         | 
| @@ -980,7 +980,7 @@ | |
| 980 980 | 
             
                "other": "Annuleer abonnement"
         | 
| 981 981 | 
             
              },
         | 
| 982 982 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 983 | 
            -
                "other": "Hiermee wordt het abonnement op {{.Name}}  | 
| 983 | 
            +
                "other": "Hiermee wordt het abonnement op de {{.Name}} opgezegd. U kunt de inhoud nog steeds bekijken totdat deze verloopt {{.Expiry}}."
         | 
| 984 984 | 
             
              },
         | 
| 985 985 | 
             
              "availability_coming_soon": {
         | 
| 986 986 | 
             
                "other": "Binnenkort"
         | 
| @@ -1132,7 +1132,7 @@ | |
| 1132 1132 | 
             
                "other": "OF"
         | 
| 1133 1133 | 
             
              },
         | 
| 1134 1134 | 
             
              "page_plan_explore_link": {
         | 
| 1135 | 
            -
                "other": " | 
| 1135 | 
            +
                "other": "Meer ontdekken"
         | 
| 1136 1136 | 
             
              },
         | 
| 1137 1137 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1138 1138 | 
             
                "other": "Nu kopen"
         | 
| @@ -1144,10 +1144,10 @@ | |
| 1144 1144 | 
             
                "other": "in competitie"
         | 
| 1145 1145 | 
             
              },
         | 
| 1146 1146 | 
             
              "meta_description_expand": {
         | 
| 1147 | 
            -
                "other": " | 
| 1147 | 
            +
                "other": "Bekijk meer"
         | 
| 1148 1148 | 
             
              },
         | 
| 1149 1149 | 
             
              "meta_description_collapse": {
         | 
| 1150 | 
            -
                "other": " | 
| 1150 | 
            +
                "other": "Minder zien"
         | 
| 1151 1151 | 
             
              },
         | 
| 1152 1152 | 
             
              "awards_winner": {
         | 
| 1153 1153 | 
             
                "other": "Winnaar"
         | 
| @@ -1250,5 +1250,59 @@ | |
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "header_banner": {
         | 
| 1252 1252 | 
             
                "other": "ABC Cinemas – 21st  Film Festival, June 1 – 6, 2021"
         | 
| 1253 | 
            +
              },
         | 
| 1254 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1255 | 
            +
                "other": "Abonnementen en facturering"
         | 
| 1256 | 
            +
              },
         | 
| 1257 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1258 | 
            +
                "other": " "
         | 
| 1259 | 
            +
              },
         | 
| 1260 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1261 | 
            +
                "other": "Betalingswijze"
         | 
| 1262 | 
            +
              },
         | 
| 1263 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1264 | 
            +
                "other": "Wijzigingen in uw creditcardbetaalmethode worden van kracht tijdens uw volgende betalingscyclus."
         | 
| 1265 | 
            +
              },
         | 
| 1266 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1267 | 
            +
                "other": "Abonnementsgegevens"
         | 
| 1268 | 
            +
              },
         | 
| 1269 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1270 | 
            +
                "other": " "
         | 
| 1271 | 
            +
              },
         | 
| 1272 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1273 | 
            +
                "other": "Actief"
         | 
| 1274 | 
            +
              },
         | 
| 1275 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1276 | 
            +
                "other": "Verlopen"
         | 
| 1277 | 
            +
              },
         | 
| 1278 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1279 | 
            +
                "other": "Ontdek abonnementen"
         | 
| 1280 | 
            +
              },
         | 
| 1281 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1282 | 
            +
                "other": "Ontdek geweldige inhoud tegen geweldige prijzen, gemakkelijk te beheren hier."
         | 
| 1283 | 
            +
              },
         | 
| 1284 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1285 | 
            +
                "other": "Ontdek abonnementen"
         | 
| 1286 | 
            +
              },
         | 
| 1287 | 
            +
              "nav_subscriptions": {
         | 
| 1288 | 
            +
                "other": "mijn abonnementen"
         | 
| 1289 | 
            +
              },
         | 
| 1290 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1291 | 
            +
                "other": "Eerste betaling {{ .Expiry }}"
         | 
| 1292 | 
            +
              },
         | 
| 1293 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1294 | 
            +
                "other": "Volgende betaling {{ .Expiry }}"
         | 
| 1295 | 
            +
              },
         | 
| 1296 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1297 | 
            +
                "other": "Betaling verschuldigd {{ .Expiry }}"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1300 | 
            +
                "other": "Eindigt {{ .Expiry }}"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1303 | 
            +
                "other": "Beëindigd {{ .Expiry }}"
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "sponsor_image_alt": {
         | 
| 1306 | 
            +
                "other": "sponsorlogo"
         | 
| 1253 1307 | 
             
              }
         | 
| 1254 | 
            -
            }
         | 
| 1308 | 
            +
            }
         | 
    
        package/site/no_NO.all.json
    CHANGED
    
    | @@ -134,19 +134,19 @@ | |
| 134 134 | 
             
                "other": "Fortsett"
         | 
| 135 135 | 
             
              },
         | 
| 136 136 | 
             
              "social_media_buttons_title": {
         | 
| 137 | 
            -
                "other": " | 
| 137 | 
            +
                "other": "Dele"
         | 
| 138 138 | 
             
              },
         | 
| 139 139 | 
             
              "social_media_buttons_facebook": {
         | 
| 140 | 
            -
                "other": " | 
| 140 | 
            +
                "other": "Facebook"
         | 
| 141 141 | 
             
              },
         | 
| 142 142 | 
             
              "social_media_buttons_twitter": {
         | 
| 143 | 
            -
                "other": " | 
| 143 | 
            +
                "other": "Twitter"
         | 
| 144 144 | 
             
              },
         | 
| 145 145 | 
             
              "social_media_buttons_linkedin": {
         | 
| 146 | 
            -
                "other": " | 
| 146 | 
            +
                "other": "Linkedin"
         | 
| 147 147 | 
             
              },
         | 
| 148 148 | 
             
              "social_media_buttons_email": {
         | 
| 149 | 
            -
                "other": " | 
| 149 | 
            +
                "other": "E-post"
         | 
| 150 150 | 
             
              },
         | 
| 151 151 | 
             
              "social_media_buttons_email_subject": {
         | 
| 152 152 | 
             
                "other": "Linkdeling"
         | 
| @@ -155,7 +155,7 @@ | |
| 155 155 | 
             
                "other": "Linken er kopiert til utklippstavlen!"
         | 
| 156 156 | 
             
              },
         | 
| 157 157 | 
             
              "social_media_buttons_copy_link": {
         | 
| 158 | 
            -
                "other": " | 
| 158 | 
            +
                "other": "Kopier link"
         | 
| 159 159 | 
             
              },
         | 
| 160 160 | 
             
              "accept_invite_page_header": {
         | 
| 161 161 | 
             
                "other": "Velkommen "
         | 
| @@ -929,7 +929,7 @@ | |
| 929 929 | 
             
                "other": "Avbestille abonnementet?"
         | 
| 930 930 | 
             
              },
         | 
| 931 931 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 932 | 
            -
                "other": "Dette vil kansellere abonnementet på {{.Name}} Du vil fortsatt kunne se innholdet  | 
| 932 | 
            +
                "other": "Dette vil kansellere abonnementet på {{.Name}}. Du vil fortsatt kunne se innholdet til det utløper {{.Expiry}}."
         | 
| 933 933 | 
             
              },
         | 
| 934 934 | 
             
              "shopping_card_update_reason_none": {
         | 
| 935 935 | 
             
                "other": "Oppdater kredittkortet ditt. Støttede kort er Visa, Mastercard og American Expresse"
         | 
| @@ -1051,7 +1051,7 @@ | |
| 1051 1051 | 
             
                "other": "ELLER"
         | 
| 1052 1052 | 
             
              },
         | 
| 1053 1053 | 
             
              "page_plan_explore_link": {
         | 
| 1054 | 
            -
                "other": "Utforsk  | 
| 1054 | 
            +
                "other": "Utforsk mer"
         | 
| 1055 1055 | 
             
              },
         | 
| 1056 1056 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1057 1057 | 
             
                "other": "Kjøp nå"
         | 
| @@ -1246,9 +1246,63 @@ | |
| 1246 1246 | 
             
                "other": "Utløpt"
         | 
| 1247 1247 | 
             
              },
         | 
| 1248 1248 | 
             
              "meta_description_expand": {
         | 
| 1249 | 
            -
                "other": " | 
| 1249 | 
            +
                "other": "Se mer"
         | 
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "meta_description_collapse": {
         | 
| 1252 | 
            -
                "other": " | 
| 1252 | 
            +
                "other": "Se mindre"
         | 
| 1253 | 
            +
              },
         | 
| 1254 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1255 | 
            +
                "other": "Abonnementer og fakturering"
         | 
| 1256 | 
            +
              },
         | 
| 1257 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1258 | 
            +
                "other": " "
         | 
| 1259 | 
            +
              },
         | 
| 1260 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1261 | 
            +
                "other": "Betalingsmetode"
         | 
| 1262 | 
            +
              },
         | 
| 1263 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1264 | 
            +
                "other": "Endringer i betalingsmåten for kredittkort trer i kraft neste faktureringssyklus."
         | 
| 1265 | 
            +
              },
         | 
| 1266 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1267 | 
            +
                "other": "Abonnementsdetaljer"
         | 
| 1268 | 
            +
              },
         | 
| 1269 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1270 | 
            +
                "other": " "
         | 
| 1271 | 
            +
              },
         | 
| 1272 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1273 | 
            +
                "other": "Aktiv"
         | 
| 1274 | 
            +
              },
         | 
| 1275 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1276 | 
            +
                "other": "Utløpt"
         | 
| 1277 | 
            +
              },
         | 
| 1278 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1279 | 
            +
                "other": "Oppdag abonnementer"
         | 
| 1280 | 
            +
              },
         | 
| 1281 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1282 | 
            +
                "other": "Oppdag flott innhold til gode priser, enkelt administrert her."
         | 
| 1283 | 
            +
              },
         | 
| 1284 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1285 | 
            +
                "other": "Utforsk abonnementer"
         | 
| 1286 | 
            +
              },
         | 
| 1287 | 
            +
              "nav_subscriptions": {
         | 
| 1288 | 
            +
                "other": "Mine abonnementer"
         | 
| 1289 | 
            +
              },
         | 
| 1290 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1291 | 
            +
                "other": "Første betaling {{ .Expiry }}"
         | 
| 1292 | 
            +
              },
         | 
| 1293 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1294 | 
            +
                "other": "Neste betaling {{ .Expiry }}"
         | 
| 1295 | 
            +
              },
         | 
| 1296 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1297 | 
            +
                "other": "Forfaller betaling {{ .Expiry }}"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1300 | 
            +
                "other": "Slutter {{ .Expiry }}"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1303 | 
            +
                "other": "Avsluttet {{ .Expiry }}"
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "sponsor_image_alt": {
         | 
| 1306 | 
            +
                "other": "sponsorlogo"
         | 
| 1253 1307 | 
             
              }
         | 
| 1254 | 
            -
            }
         | 
| 1308 | 
            +
            }
         | 
    
        package/site/pl_PL.all.json
    CHANGED
    
    | @@ -111,19 +111,19 @@ | |
| 111 111 | 
             
                "other": "Kontynuuj"
         | 
| 112 112 | 
             
              },
         | 
| 113 113 | 
             
              "social_media_buttons_title": {
         | 
| 114 | 
            -
                "other": " | 
| 114 | 
            +
                "other": "Dzielić"
         | 
| 115 115 | 
             
              },
         | 
| 116 116 | 
             
              "social_media_buttons_facebook": {
         | 
| 117 | 
            -
                "other": " | 
| 117 | 
            +
                "other": "Facebook"
         | 
| 118 118 | 
             
              },
         | 
| 119 119 | 
             
              "social_media_buttons_twitter": {
         | 
| 120 | 
            -
                "other": " | 
| 120 | 
            +
                "other": "Twitter"
         | 
| 121 121 | 
             
              },
         | 
| 122 122 | 
             
              "social_media_buttons_linkedin": {
         | 
| 123 | 
            -
                "other": " | 
| 123 | 
            +
                "other": "Linkedin"
         | 
| 124 124 | 
             
              },
         | 
| 125 125 | 
             
              "social_media_buttons_email": {
         | 
| 126 | 
            -
                "other": " | 
| 126 | 
            +
                "other": "E-mail"
         | 
| 127 127 | 
             
              },
         | 
| 128 128 | 
             
              "social_media_buttons_email_subject": {
         | 
| 129 129 | 
             
                "other": "Udostępnianie linków"
         | 
| @@ -132,7 +132,7 @@ | |
| 132 132 | 
             
                "other": "Link skopiowany do schowka!"
         | 
| 133 133 | 
             
              },
         | 
| 134 134 | 
             
              "social_media_buttons_copy_link": {
         | 
| 135 | 
            -
                "other": "Skopiuj  | 
| 135 | 
            +
                "other": "Skopiuj link"
         | 
| 136 136 | 
             
              },
         | 
| 137 137 | 
             
              "accept_invite_page_header": {
         | 
| 138 138 | 
             
                "other": "Witamy "
         | 
| @@ -938,7 +938,7 @@ | |
| 938 938 | 
             
                "other": "LUB"
         | 
| 939 939 | 
             
              },
         | 
| 940 940 | 
             
              "page_plan_explore_link": {
         | 
| 941 | 
            -
                "other": " | 
| 941 | 
            +
                "other": "Dowiedz się więcej"
         | 
| 942 942 | 
             
              },
         | 
| 943 943 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 944 944 | 
             
                "other": "Kup Teraz"
         | 
| @@ -950,10 +950,10 @@ | |
| 950 950 | 
             
                "other": "W zawodach"
         | 
| 951 951 | 
             
              },
         | 
| 952 952 | 
             
              "meta_description_expand": {
         | 
| 953 | 
            -
                "other": " | 
| 953 | 
            +
                "other": "Zobacz więcej"
         | 
| 954 954 | 
             
              },
         | 
| 955 955 | 
             
              "meta_description_collapse": {
         | 
| 956 | 
            -
                "other": " | 
| 956 | 
            +
                "other": "Zobacz mniej"
         | 
| 957 957 | 
             
              },
         | 
| 958 958 | 
             
              "awards_winner": {
         | 
| 959 959 | 
             
                "other": "Zwycięzca"
         | 
| @@ -1160,7 +1160,7 @@ | |
| 1160 1160 | 
             
                "other": "Anuluj subskrypcje?"
         | 
| 1161 1161 | 
             
              },
         | 
| 1162 1162 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 1163 | 
            -
                "other": "To anuluje subskrypcję  | 
| 1163 | 
            +
                "other": "To anuluje subskrypcję {{.Name}}. Nadal będziesz mógł oglądać zawartość, dopóki nie wygaśnie {{.Expiry}}."
         | 
| 1164 1164 | 
             
              },
         | 
| 1165 1165 | 
             
              "signin_form_error_ip_throttled": {
         | 
| 1166 1166 | 
             
                "other": "nie logowałeś się zbyt wiele razy. Spróbuj ponownie później."
         | 
| @@ -1295,5 +1295,59 @@ | |
| 1295 1295 | 
             
              },
         | 
| 1296 1296 | 
             
              "shopping_card_change": {
         | 
| 1297 1297 | 
             
                "other": "Karta kredytowa jest nieprawidłowa? <a href=\"{{.SubscriptionsURL}}\">Kliknij tutaj, aby zaktualizować swoją kartę.</a>"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1300 | 
            +
                "other": "Subskrypcje i rozliczenia"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1303 | 
            +
                "other": " "
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1306 | 
            +
                "other": "Metoda płatności"
         | 
| 1307 | 
            +
              },
         | 
| 1308 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1309 | 
            +
                "other": "Zmiany metody płatności kartą kredytową zaczną obowiązywać w następnym cyklu rozliczeniowym."
         | 
| 1310 | 
            +
              },
         | 
| 1311 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1312 | 
            +
                "other": "Szczegóły subskrypcji"
         | 
| 1313 | 
            +
              },
         | 
| 1314 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1315 | 
            +
                "other": " "
         | 
| 1316 | 
            +
              },
         | 
| 1317 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1318 | 
            +
                "other": "Aktywny"
         | 
| 1319 | 
            +
              },
         | 
| 1320 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1321 | 
            +
                "other": "Wygasły"
         | 
| 1322 | 
            +
              },
         | 
| 1323 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1324 | 
            +
                "other": "Odkryj subskrypcje"
         | 
| 1325 | 
            +
              },
         | 
| 1326 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1327 | 
            +
                "other": "Odkryj wspaniałe treści w atrakcyjnych cenach, którymi łatwo zarządzasz tutaj."
         | 
| 1328 | 
            +
              },
         | 
| 1329 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1330 | 
            +
                "other": "Przeglądaj subskrypcje"
         | 
| 1331 | 
            +
              },
         | 
| 1332 | 
            +
              "nav_subscriptions": {
         | 
| 1333 | 
            +
                "other": "moje subskrypcje"
         | 
| 1334 | 
            +
              },
         | 
| 1335 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1336 | 
            +
                "other": "Pierwsza płatność {{ .Expiry }}"
         | 
| 1337 | 
            +
              },
         | 
| 1338 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1339 | 
            +
                "other": "Następna płatność {{ .Expiry }}"
         | 
| 1340 | 
            +
              },
         | 
| 1341 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1342 | 
            +
                "other": "{{ .Expiry }} płatność. Termin ważności"
         | 
| 1343 | 
            +
              },
         | 
| 1344 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1345 | 
            +
                "other": "Kończy {{ .Expiry }}"
         | 
| 1346 | 
            +
              },
         | 
| 1347 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1348 | 
            +
                "other": "Zakończony {{ .Expiry }}"
         | 
| 1349 | 
            +
              },
         | 
| 1350 | 
            +
              "sponsor_image_alt": {
         | 
| 1351 | 
            +
                "other": "logo sponsora"
         | 
| 1298 1352 | 
             
              }
         | 
| 1299 | 
            -
            }
         | 
| 1353 | 
            +
            }
         | 
    
        package/site/plans.html.jet
    CHANGED
    
    | @@ -17,18 +17,18 @@ | |
| 17 17 | 
             
                    <div class="plan col-xs-6 col-lg-4 mb-3">
         | 
| 18 18 | 
             
                      <div class="card h-100">
         | 
| 19 19 | 
             
                        <div class="plan-container">
         | 
| 20 | 
            -
             | 
| 21 | 
            -
             | 
| 22 | 
            -
             | 
| 23 | 
            -
             | 
| 24 | 
            -
             | 
| 25 | 
            -
             | 
| 26 | 
            -
             | 
| 27 | 
            -
             | 
| 28 | 
            -
             | 
| 29 | 
            -
             | 
| 30 | 
            -
             | 
| 31 | 
            -
             | 
| 20 | 
            +
                          {{ if isset(p.LandscapeImage) && p.LandscapeImage != ""}}
         | 
| 21 | 
            +
                            <div class="poster poster-landscape">
         | 
| 22 | 
            +
                              {{ if p.Page }}
         | 
| 23 | 
            +
                                <a href="{{ routeToSlug(p.Page.Slug) }}">
         | 
| 24 | 
            +
                              {{ end }}
         | 
| 25 | 
            +
                              <s72-image src="{{p.LandscapeImage}}" alt="{{p.Name}}" class="plan-poster card-img-top" border="0"></s72-image>
         | 
| 26 | 
            +
                              <s72-plan-label data-slug="{{p.Slug}}" data-title="{{p.Name}}"></s72-plan-label>
         | 
| 27 | 
            +
                              {{ if p.Page }}
         | 
| 28 | 
            +
                                </a>
         | 
| 29 | 
            +
                              {{ end }}
         | 
| 30 | 
            +
                            </div>
         | 
| 31 | 
            +
                          {{ end }}
         | 
| 32 32 | 
             
                          <div class="card-body d-flex flex-column justify-content-between">
         | 
| 33 33 | 
             
                            <div class="plan-caption-details">
         | 
| 34 34 |  | 
| @@ -68,11 +68,11 @@ | |
| 68 68 | 
             
                              {{ end }}
         | 
| 69 69 | 
             
                              {{ if p.PlanType == "free" }}
         | 
| 70 70 | 
             
                                {{ if p.HasExpiryDate() }}
         | 
| 71 | 
            -
             | 
| 72 | 
            -
             | 
| 73 | 
            -
             | 
| 74 | 
            -
             | 
| 75 | 
            -
             | 
| 71 | 
            +
                                  <s72-before datetime="{{ p.ExpiryDate.UnixMilli() }}">
         | 
| 72 | 
            +
                                    <s72-user-anon>
         | 
| 73 | 
            +
                                      <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
         | 
| 74 | 
            +
                                    </s72-user-anon>
         | 
| 75 | 
            +
                                  </s72-before>
         | 
| 76 76 | 
             
                                {{ else }}
         | 
| 77 77 | 
             
                                  <s72-user-anon>
         | 
| 78 78 | 
             
                                    <a class="btn btn-block s72-btn-purchase" href="{{routeToPath("/signup.html")}}">{{ i18n("plan_free_link_text") }}</a>
         |