@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/pt_BR.all.json
    CHANGED
    
    | @@ -137,19 +137,19 @@ | |
| 137 137 | 
             
                "other": "Continuar"
         | 
| 138 138 | 
             
              },
         | 
| 139 139 | 
             
              "social_media_buttons_title": {
         | 
| 140 | 
            -
                "other": " | 
| 140 | 
            +
                "other": "Participação"
         | 
| 141 141 | 
             
              },
         | 
| 142 142 | 
             
              "social_media_buttons_facebook": {
         | 
| 143 | 
            -
                "other": " | 
| 143 | 
            +
                "other": "Facebook"
         | 
| 144 144 | 
             
              },
         | 
| 145 145 | 
             
              "social_media_buttons_twitter": {
         | 
| 146 | 
            -
                "other": " | 
| 146 | 
            +
                "other": "Twitter"
         | 
| 147 147 | 
             
              },
         | 
| 148 148 | 
             
              "social_media_buttons_linkedin": {
         | 
| 149 | 
            -
                "other": " | 
| 149 | 
            +
                "other": "Linkedin"
         | 
| 150 150 | 
             
              },
         | 
| 151 151 | 
             
              "social_media_buttons_email": {
         | 
| 152 | 
            -
                "other": " | 
| 152 | 
            +
                "other": "E-mail"
         | 
| 153 153 | 
             
              },
         | 
| 154 154 | 
             
              "social_media_buttons_email_subject": {
         | 
| 155 155 | 
             
                "other": "Compartilhamento de link"
         | 
| @@ -158,7 +158,7 @@ | |
| 158 158 | 
             
                "other": "Link copiado para a área de transferência!"
         | 
| 159 159 | 
             
              },
         | 
| 160 160 | 
             
              "social_media_buttons_copy_link": {
         | 
| 161 | 
            -
                "other": " | 
| 161 | 
            +
                "other": "Link de cópia"
         | 
| 162 162 | 
             
              },
         | 
| 163 163 | 
             
              "accept_invite_page_header": {
         | 
| 164 164 | 
             
                "other": "Acolher "
         | 
| @@ -1013,7 +1013,7 @@ | |
| 1013 1013 | 
             
                "other": "Cancelar assinatura?"
         | 
| 1014 1014 | 
             
              },
         | 
| 1015 1015 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 1016 | 
            -
                "other": "Isso cancelará a assinatura do  | 
| 1016 | 
            +
                "other": "Isso cancelará a assinatura do {{.Name}}. Você ainda poderá assistir ao conteúdo até que expire {{.Expiry}}."
         | 
| 1017 1017 | 
             
              },
         | 
| 1018 1018 | 
             
              "availability_coming_soon": {
         | 
| 1019 1019 | 
             
                "other": "Em breve"
         | 
| @@ -1222,7 +1222,7 @@ | |
| 1222 1222 | 
             
                "other": "OU"
         | 
| 1223 1223 | 
             
              },
         | 
| 1224 1224 | 
             
              "page_plan_explore_link": {
         | 
| 1225 | 
            -
                "other": "Explore  | 
| 1225 | 
            +
                "other": "Explore mais"
         | 
| 1226 1226 | 
             
              },
         | 
| 1227 1227 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1228 1228 | 
             
                "other": "Compre Agora"
         | 
| @@ -1237,10 +1237,10 @@ | |
| 1237 1237 | 
             
                "other": "Vencedora"
         | 
| 1238 1238 | 
             
              },
         | 
| 1239 1239 | 
             
              "meta_description_expand": {
         | 
| 1240 | 
            -
                "other": " | 
| 1240 | 
            +
                "other": "Ver mais"
         | 
| 1241 1241 | 
             
              },
         | 
| 1242 1242 | 
             
              "meta_description_collapse": {
         | 
| 1243 | 
            -
                "other": " | 
| 1243 | 
            +
                "other": "Ver menos"
         | 
| 1244 1244 | 
             
              },
         | 
| 1245 1245 | 
             
              "donate_button_text": {
         | 
| 1246 1246 | 
             
                "other": "Doar"
         | 
| @@ -1250,5 +1250,59 @@ | |
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "shopping_error_plan_expired": {
         | 
| 1252 1252 | 
             
                "other": "Este plano não está mais disponível."
         | 
| 1253 | 
            +
              },
         | 
| 1254 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1255 | 
            +
                "other": "Assinaturas e cobrança"
         | 
| 1256 | 
            +
              },
         | 
| 1257 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1258 | 
            +
                "other": " "
         | 
| 1259 | 
            +
              },
         | 
| 1260 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1261 | 
            +
                "other": "Forma de pagamento"
         | 
| 1262 | 
            +
              },
         | 
| 1263 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1264 | 
            +
                "other": "As alterações na forma de pagamento com cartão de crédito entrarão em vigor no próximo ciclo de cobrança."
         | 
| 1265 | 
            +
              },
         | 
| 1266 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1267 | 
            +
                "other": "Detalhes da assinatura"
         | 
| 1268 | 
            +
              },
         | 
| 1269 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1270 | 
            +
                "other": " "
         | 
| 1271 | 
            +
              },
         | 
| 1272 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1273 | 
            +
                "other": "Ativo"
         | 
| 1274 | 
            +
              },
         | 
| 1275 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1276 | 
            +
                "other": "Expirado"
         | 
| 1277 | 
            +
              },
         | 
| 1278 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1279 | 
            +
                "other": "Descubra assinaturas"
         | 
| 1280 | 
            +
              },
         | 
| 1281 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1282 | 
            +
                "other": "Descubra ótimos conteúdos a ótimos preços, facilmente gerenciados aqui."
         | 
| 1283 | 
            +
              },
         | 
| 1284 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1285 | 
            +
                "other": "Explorar assinaturas"
         | 
| 1286 | 
            +
              },
         | 
| 1287 | 
            +
              "nav_subscriptions": {
         | 
| 1288 | 
            +
                "other": "Minhas assinaturas"
         | 
| 1289 | 
            +
              },
         | 
| 1290 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1291 | 
            +
                "other": "Primeiro pagamento {{ .Expiry }}"
         | 
| 1292 | 
            +
              },
         | 
| 1293 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1294 | 
            +
                "other": "Próximo pagamento {{ .Expiry }}"
         | 
| 1295 | 
            +
              },
         | 
| 1296 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1297 | 
            +
                "other": "Pagamento devido. {{ .Expiry }}"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1300 | 
            +
                "other": "Termina {{ .Expiry }}"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1303 | 
            +
                "other": "Terminado {{ .Expiry }}"
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "sponsor_image_alt": {
         | 
| 1306 | 
            +
                "other": "logotipo do patrocinador"
         | 
| 1253 1307 | 
             
              }
         | 
| 1254 | 
            -
            }
         | 
| 1308 | 
            +
            }
         | 
    
        package/site/pt_PT.all.json
    CHANGED
    
    | @@ -134,19 +134,19 @@ | |
| 134 134 | 
             
                "other": "Continuar"
         | 
| 135 135 | 
             
              },
         | 
| 136 136 | 
             
              "social_media_buttons_title": {
         | 
| 137 | 
            -
                "other": " | 
| 137 | 
            +
                "other": "Participação"
         | 
| 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": "Compartilhamento de link"
         | 
| @@ -155,7 +155,7 @@ | |
| 155 155 | 
             
                "other": "Link copiado para a área de transferência!"
         | 
| 156 156 | 
             
              },
         | 
| 157 157 | 
             
              "social_media_buttons_copy_link": {
         | 
| 158 | 
            -
                "other": " | 
| 158 | 
            +
                "other": "Link de cópia"
         | 
| 159 159 | 
             
              },
         | 
| 160 160 | 
             
              "accept_invite_page_header": {
         | 
| 161 161 | 
             
                "other": "Acolher "
         | 
| @@ -923,7 +923,7 @@ | |
| 923 923 | 
             
                "other": "Cancelar assinatura?"
         | 
| 924 924 | 
             
              },
         | 
| 925 925 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 926 | 
            -
                "other": "Isso cancelará a assinatura do  | 
| 926 | 
            +
                "other": "Isso cancelará a assinatura do {{.Name}}. Você ainda poderá assistir ao conteúdo até que expire {{.Expiry}}."
         | 
| 927 927 | 
             
              },
         | 
| 928 928 | 
             
              "shopping_card_update_reason_none": {
         | 
| 929 929 | 
             
                "other": "Atualize seu cartão de crédito. Os cartões suportados são Visa, Mastercard e American Express"
         | 
| @@ -1045,7 +1045,7 @@ | |
| 1045 1045 | 
             
                "other": "OU"
         | 
| 1046 1046 | 
             
              },
         | 
| 1047 1047 | 
             
              "page_plan_explore_link": {
         | 
| 1048 | 
            -
                "other": "Explore  | 
| 1048 | 
            +
                "other": "Explore mais"
         | 
| 1049 1049 | 
             
              },
         | 
| 1050 1050 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1051 1051 | 
             
                "other": "Compre Agora"
         | 
| @@ -1246,9 +1246,63 @@ | |
| 1246 1246 | 
             
                "other": "Sua conta foi temporariamente suspensa. Entre em contato com um administrador se você acredita que isso é um erro."
         | 
| 1247 1247 | 
             
              },
         | 
| 1248 1248 | 
             
              "meta_description_expand": {
         | 
| 1249 | 
            -
                "other": " | 
| 1249 | 
            +
                "other": "Ver mais"
         | 
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "meta_description_collapse": {
         | 
| 1252 | 
            -
                "other": " | 
| 1252 | 
            +
                "other": "Ver menos"
         | 
| 1253 | 
            +
              },
         | 
| 1254 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1255 | 
            +
                "other": "Assinaturas e cobrança"
         | 
| 1256 | 
            +
              },
         | 
| 1257 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1258 | 
            +
                "other": " "
         | 
| 1259 | 
            +
              },
         | 
| 1260 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1261 | 
            +
                "other": "Forma de pagamento"
         | 
| 1262 | 
            +
              },
         | 
| 1263 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1264 | 
            +
                "other": "As alterações na forma de pagamento com cartão de crédito entrarão em vigor no próximo ciclo de cobrança."
         | 
| 1265 | 
            +
              },
         | 
| 1266 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1267 | 
            +
                "other": "Detalhes da assinatura"
         | 
| 1268 | 
            +
              },
         | 
| 1269 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1270 | 
            +
                "other": " "
         | 
| 1271 | 
            +
              },
         | 
| 1272 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1273 | 
            +
                "other": "Ativo"
         | 
| 1274 | 
            +
              },
         | 
| 1275 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1276 | 
            +
                "other": "Expirado"
         | 
| 1277 | 
            +
              },
         | 
| 1278 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1279 | 
            +
                "other": "Descubra assinaturas"
         | 
| 1280 | 
            +
              },
         | 
| 1281 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1282 | 
            +
                "other": "Descubra ótimos conteúdos a ótimos preços, facilmente gerenciados aqui."
         | 
| 1283 | 
            +
              },
         | 
| 1284 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1285 | 
            +
                "other": "Explorar assinaturas"
         | 
| 1286 | 
            +
              },
         | 
| 1287 | 
            +
              "nav_subscriptions": {
         | 
| 1288 | 
            +
                "other": "Minhas assinaturas"
         | 
| 1289 | 
            +
              },
         | 
| 1290 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1291 | 
            +
                "other": "Primeiro pagamento {{ .Expiry }}"
         | 
| 1292 | 
            +
              },
         | 
| 1293 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1294 | 
            +
                "other": "Próximo pagamento {{ .Expiry }}"
         | 
| 1295 | 
            +
              },
         | 
| 1296 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1297 | 
            +
                "other": "Pagamento devido. {{ .Expiry }}"
         | 
| 1298 | 
            +
              },
         | 
| 1299 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1300 | 
            +
                "other": "Termina {{ .Expiry }}"
         | 
| 1301 | 
            +
              },
         | 
| 1302 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1303 | 
            +
                "other": "Terminado {{ .Expiry }}"
         | 
| 1304 | 
            +
              },
         | 
| 1305 | 
            +
              "sponsor_image_alt": {
         | 
| 1306 | 
            +
                "other": "logotipo do patrocinador"
         | 
| 1253 1307 | 
             
              }
         | 
| 1254 | 
            -
            }
         | 
| 1308 | 
            +
            }
         | 
    
        package/site/ru_RU.all.json
    CHANGED
    
    | @@ -136,19 +136,19 @@ | |
| 136 136 | 
             
                "other": "Поделиться"
         | 
| 137 137 | 
             
              },
         | 
| 138 138 | 
             
              "social_media_buttons_title": {
         | 
| 139 | 
            -
                "other": " | 
| 139 | 
            +
                "other": "Делиться"
         | 
| 140 140 | 
             
              },
         | 
| 141 141 | 
             
              "social_media_buttons_facebook": {
         | 
| 142 | 
            -
                "other": " | 
| 142 | 
            +
                "other": "Facebook"
         | 
| 143 143 | 
             
              },
         | 
| 144 144 | 
             
              "social_media_buttons_twitter": {
         | 
| 145 | 
            -
                "other": " | 
| 145 | 
            +
                "other": "Twitter"
         | 
| 146 146 | 
             
              },
         | 
| 147 147 | 
             
              "social_media_buttons_linkedin": {
         | 
| 148 | 
            -
                "other": " | 
| 148 | 
            +
                "other": "Linkedin"
         | 
| 149 149 | 
             
              },
         | 
| 150 150 | 
             
              "social_media_buttons_email": {
         | 
| 151 | 
            -
                "other": " | 
| 151 | 
            +
                "other": "Эл. адрес"
         | 
| 152 152 | 
             
              },
         | 
| 153 153 | 
             
              "social_media_buttons_email_subject": {
         | 
| 154 154 | 
             
                "other": "Поделиться ссылкой"
         | 
| @@ -157,7 +157,7 @@ | |
| 157 157 | 
             
                "other": "Ссылка скопирована в буфер обмена!"
         | 
| 158 158 | 
             
              },
         | 
| 159 159 | 
             
              "social_media_buttons_copy_link": {
         | 
| 160 | 
            -
                "other": " | 
| 160 | 
            +
                "other": "Копировать ссылку"
         | 
| 161 161 | 
             
              },
         | 
| 162 162 | 
             
              "accept_invite_page_header": {
         | 
| 163 163 | 
             
                "other": "Добро пожаловать "
         | 
| @@ -951,7 +951,7 @@ | |
| 951 951 | 
             
                "other": "Отменить подписку?"
         | 
| 952 952 | 
             
              },
         | 
| 953 953 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 954 | 
            -
                "other": "Это отменит подписку на {{.Name}}  | 
| 954 | 
            +
                "other": "Это отменит подписку на {{.Name}}. Вы по-прежнему сможете просматривать контент до истечения срока его действия {{.Expiry}}."
         | 
| 955 955 | 
             
              },
         | 
| 956 956 | 
             
              "shopping_card_update_reason_none": {
         | 
| 957 957 | 
             
                "other": "Обновите свою кредитную карту.Поддерживаемые карты - виза, MasterCard и American Express."
         | 
| @@ -1073,7 +1073,7 @@ | |
| 1073 1073 | 
             
                "other": "ИЛИ"
         | 
| 1074 1074 | 
             
              },
         | 
| 1075 1075 | 
             
              "page_plan_explore_link": {
         | 
| 1076 | 
            -
                "other": " | 
| 1076 | 
            +
                "other": "Узнайте больше"
         | 
| 1077 1077 | 
             
              },
         | 
| 1078 1078 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1079 1079 | 
             
                "other": "Купи сейчас"
         | 
| @@ -1085,10 +1085,10 @@ | |
| 1085 1085 | 
             
                "other": "В соревновании"
         | 
| 1086 1086 | 
             
              },
         | 
| 1087 1087 | 
             
              "meta_description_expand": {
         | 
| 1088 | 
            -
                "other": " | 
| 1088 | 
            +
                "other": "Узнать больше"
         | 
| 1089 1089 | 
             
              },
         | 
| 1090 1090 | 
             
              "meta_description_collapse": {
         | 
| 1091 | 
            -
                "other": " | 
| 1091 | 
            +
                "other": "Увидеть меньше"
         | 
| 1092 1092 | 
             
              },
         | 
| 1093 1093 | 
             
              "awards_winner": {
         | 
| 1094 1094 | 
             
                "other": "победитель"
         | 
| @@ -1142,10 +1142,10 @@ | |
| 1142 1142 | 
             
                "other": "Список желаний"
         | 
| 1143 1143 | 
             
              },
         | 
| 1144 1144 | 
             
              "wcag_aria_label_facebook": {
         | 
| 1145 | 
            -
                "other": "Поделиться  | 
| 1145 | 
            +
                "other": "Поделиться на Facebook"
         | 
| 1146 1146 | 
             
              },
         | 
| 1147 1147 | 
             
              "wcag_aria_label_twitter": {
         | 
| 1148 | 
            -
                "other": "Поделиться  | 
| 1148 | 
            +
                "other": "Поделиться на Twitter"
         | 
| 1149 1149 | 
             
              },
         | 
| 1150 1150 | 
             
              "wcag_aria_label_linkedin": {
         | 
| 1151 1151 | 
             
                "other": "Поделиться на LinkedIn"
         | 
| @@ -1272,5 +1272,59 @@ | |
| 1272 1272 | 
             
              },
         | 
| 1273 1273 | 
             
              "availability_expired": {
         | 
| 1274 1274 | 
             
                "other": "Истекший"
         | 
| 1275 | 
            +
              },
         | 
| 1276 | 
            +
              "usersubscriptions_page_header": {
         | 
| 1277 | 
            +
                "other": "Подписки и выставление счетов"
         | 
| 1278 | 
            +
              },
         | 
| 1279 | 
            +
              "usersubscriptions_page_content": {
         | 
| 1280 | 
            +
                "other": " "
         | 
| 1281 | 
            +
              },
         | 
| 1282 | 
            +
              "usersubscriptions_payment_section_title": {
         | 
| 1283 | 
            +
                "other": "Способ оплаты"
         | 
| 1284 | 
            +
              },
         | 
| 1285 | 
            +
              "usersubscriptions_payment_section_content": {
         | 
| 1286 | 
            +
                "other": "Изменения в способе оплаты кредитной картой вступят в силу в следующем платежном цикле."
         | 
| 1287 | 
            +
              },
         | 
| 1288 | 
            +
              "usersubscriptions_subscriptions_section_title": {
         | 
| 1289 | 
            +
                "other": "Сведения о подписке"
         | 
| 1290 | 
            +
              },
         | 
| 1291 | 
            +
              "usersubscriptions_subscriptions_section_content": {
         | 
| 1292 | 
            +
                "other": " "
         | 
| 1293 | 
            +
              },
         | 
| 1294 | 
            +
              "usersubscriptions_subscription_status_active": {
         | 
| 1295 | 
            +
                "other": "Активный"
         | 
| 1296 | 
            +
              },
         | 
| 1297 | 
            +
              "usersubscriptions_subscription_expired": {
         | 
| 1298 | 
            +
                "other": "Истекший"
         | 
| 1299 | 
            +
              },
         | 
| 1300 | 
            +
              "usersubscriptions_no_subscriptions_section_title": {
         | 
| 1301 | 
            +
                "other": "Откройте для себя подписки"
         | 
| 1302 | 
            +
              },
         | 
| 1303 | 
            +
              "usersubscriptions_no_subscriptions_content": {
         | 
| 1304 | 
            +
                "other": "Откройте для себя отличный контент по отличным ценам, которым легко управлять здесь."
         | 
| 1305 | 
            +
              },
         | 
| 1306 | 
            +
              "usersubscriptions_no_subscriptions_button_title": {
         | 
| 1307 | 
            +
                "other": "Изучите подписки"
         | 
| 1308 | 
            +
              },
         | 
| 1309 | 
            +
              "nav_subscriptions": {
         | 
| 1310 | 
            +
                "other": "Мои подписки"
         | 
| 1311 | 
            +
              },
         | 
| 1312 | 
            +
              "usersubscriptions_subscription_expiry_trialing": {
         | 
| 1313 | 
            +
                "other": "Первый платеж {{ .Expiry }}"
         | 
| 1314 | 
            +
              },
         | 
| 1315 | 
            +
              "usersubscriptions_subscription_expiry_active": {
         | 
| 1316 | 
            +
                "other": "Следующий платеж {{ .Expiry }}"
         | 
| 1317 | 
            +
              },
         | 
| 1318 | 
            +
              "usersubscriptions_subscription_expiry_past_due": {
         | 
| 1319 | 
            +
                "other": "Причитающийся платеж {{ .Expiry }}"
         | 
| 1320 | 
            +
              },
         | 
| 1321 | 
            +
              "usersubscriptions_subscription_expiry_cancelled": {
         | 
| 1322 | 
            +
                "other": "Заканчивается {{ .Expiry }}"
         | 
| 1323 | 
            +
              },
         | 
| 1324 | 
            +
              "usersubscriptions_subscription_expiry_expired": {
         | 
| 1325 | 
            +
                "other": "Завершено {{ .Expiry }}"
         | 
| 1326 | 
            +
              },
         | 
| 1327 | 
            +
              "sponsor_image_alt": {
         | 
| 1328 | 
            +
                "other": "логотип спонсора"
         | 
| 1275 1329 | 
             
              }
         | 
| 1276 | 
            -
            }
         | 
| 1330 | 
            +
            }
         | 
    
        package/site/sr_SR.all.json
    CHANGED
    
    | @@ -134,19 +134,19 @@ | |
| 134 134 | 
             
                "other": "Наставите"
         | 
| 135 135 | 
             
              },
         | 
| 136 136 | 
             
              "social_media_buttons_title": {
         | 
| 137 | 
            -
                "other": " | 
| 137 | 
            +
                "other": "Објави"
         | 
| 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": "Емаил"
         | 
| 150 150 | 
             
              },
         | 
| 151 151 | 
             
              "social_media_buttons_email_subject": {
         | 
| 152 152 | 
             
                "other": "Дељење везе"
         | 
| @@ -155,7 +155,7 @@ | |
| 155 155 | 
             
                "other": "Линк је копиран у међуспремник!"
         | 
| 156 156 | 
             
              },
         | 
| 157 157 | 
             
              "social_media_buttons_copy_link": {
         | 
| 158 | 
            -
                "other": "Копирај  | 
| 158 | 
            +
                "other": "Копирај везу"
         | 
| 159 159 | 
             
              },
         | 
| 160 160 | 
             
              "accept_invite_page_header": {
         | 
| 161 161 | 
             
                "other": "Добродошли "
         | 
| @@ -959,7 +959,7 @@ | |
| 959 959 | 
             
                "other": "Отменить подписку?"
         | 
| 960 960 | 
             
              },
         | 
| 961 961 | 
             
              "usersubscriptions_unsubscribe_modal_body": {
         | 
| 962 | 
            -
                "other": " | 
| 962 | 
            +
                "other": "Ово ће отказати претплату на {{.Name}}. И даље ћете моћи да гледате садржај док не истекне {{.Expiry}}."
         | 
| 963 963 | 
             
              },
         | 
| 964 964 | 
             
              "availability_coming_soon": {
         | 
| 965 965 | 
             
                "other": "Ускоро"
         | 
| @@ -1132,7 +1132,7 @@ | |
| 1132 1132 | 
             
                "other": "ИЛИ"
         | 
| 1133 1133 | 
             
              },
         | 
| 1134 1134 | 
             
              "page_plan_explore_link": {
         | 
| 1135 | 
            -
                "other": "Истражите  | 
| 1135 | 
            +
                "other": "Истражите више"
         | 
| 1136 1136 | 
             
              },
         | 
| 1137 1137 | 
             
              "plan_showcase_page_ownership_button_buy": {
         | 
| 1138 1138 | 
             
                "other": "Купите сада"
         | 
| @@ -1195,10 +1195,10 @@ | |
| 1195 1195 | 
             
                "other": "Список желаний"
         | 
| 1196 1196 | 
             
              },
         | 
| 1197 1197 | 
             
              "wcag_aria_label_facebook": {
         | 
| 1198 | 
            -
                "other": "Поделиться  | 
| 1198 | 
            +
                "other": "Поделиться на Facebok"
         | 
| 1199 1199 | 
             
              },
         | 
| 1200 1200 | 
             
              "wcag_aria_label_twitter": {
         | 
| 1201 | 
            -
                "other": "Поделиться  | 
| 1201 | 
            +
                "other": "Поделиться на Twitter"
         | 
| 1202 1202 | 
             
              },
         | 
| 1203 1203 | 
             
              "wcag_aria_label_linkedin": {
         | 
| 1204 1204 | 
             
                "other": "Поделиться на LinkedIn"
         | 
| @@ -1246,9 +1246,63 @@ | |
| 1246 1246 | 
             
                "other": "Знамя заголовка"
         | 
| 1247 1247 | 
             
              },
         | 
| 1248 1248 | 
             
              "meta_description_expand": {
         | 
| 1249 | 
            -
                "other": " | 
| 1249 | 
            +
                "other": "Види више"
         | 
| 1250 1250 | 
             
              },
         | 
| 1251 1251 | 
             
              "meta_description_collapse": {
         | 
| 1252 | 
            -
                "other": " | 
| 1252 | 
            +
                "other": "Видите мање"
         | 
| 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 | 
            +
            }
         | 
| Binary file |