@shift72/core-template 1.2.0 → 1.4.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +38 -1
  2. package/kibble.json +3 -3
  3. package/package.json +2 -2
  4. package/scripts/core-template-version.js +4 -4
  5. package/scripts/css-local-get.js +12 -5
  6. package/scripts/css-local-put.js +3 -3
  7. package/scripts/language-file-validator.js +1 -1
  8. package/scripts/translate.mjs +2 -3
  9. package/site/ar_LB.all.json +124 -10
  10. package/site/ca_ES.all.json +78 -8
  11. package/site/da_DK.all.json +80 -10
  12. package/site/de_DE.all.json +78 -8
  13. package/site/el_EL.all.json +83 -4
  14. package/site/en_AU.all.json +83 -4
  15. package/site/es_ES.all.json +87 -4
  16. package/site/es_MX.all.json +89 -6
  17. package/site/et_ET.all.json +77 -7
  18. package/site/fi_FI.all.json +81 -2
  19. package/site/fr_FR.all.json +88 -5
  20. package/site/hr_HR.all.json +93 -9
  21. package/site/hu_HU.all.json +77 -7
  22. package/site/it_IT.all.json +87 -4
  23. package/site/ja_JP.all.json +71 -0
  24. package/site/lt_LT.all.json +104 -3
  25. package/site/manifest.json.jet +4 -2
  26. package/site/nl_BE.all.json +79 -0
  27. package/site/no_NO.all.json +84 -5
  28. package/site/pl_PL.all.json +104 -3
  29. package/site/plans.html.jet +12 -2
  30. package/site/pt_BR.all.json +87 -4
  31. package/site/pt_PT.all.json +86 -3
  32. package/site/ru_RU.all.json +105 -4
  33. package/site/search.html.jet +3 -1
  34. package/site/sr_SR.all.json +93 -3
  35. package/site/static/js/main.js +1 -0
  36. package/site/static/scripts/main.js.map +1 -1
  37. package/site/styles/_awards.scss +1 -0
  38. package/site/styles/_buttons.scss +20 -10
  39. package/site/styles/_carousel.scss +7 -3
  40. package/site/styles/_cookie-consent.scss +1 -0
  41. package/site/styles/_footer.scss +10 -31
  42. package/site/styles/_forms.scss +11 -0
  43. package/site/styles/_icons.scss +1 -0
  44. package/site/styles/_meta-detail.scss +27 -28
  45. package/site/styles/_mixins.scss +23 -1
  46. package/site/styles/_nav.scss +49 -65
  47. package/site/styles/_share-modal.scss +12 -7
  48. package/site/styles/_shopping.scss +5 -0
  49. package/site/styles/_typography.scss +72 -14
  50. package/site/styles/_variables.scss +93 -46
  51. package/site/subscriptions.html.jet +1 -1
  52. package/site/templates/application/application.jet +10 -12
  53. package/site/templates/application/brand/logo.jet +11 -0
  54. package/site/templates/application/brand/sponsors.jet +11 -0
  55. package/site/templates/application/footer/brand.jet +3 -1
  56. package/site/templates/application/footer/sponsor-banner.jet +3 -3
  57. package/site/templates/application/head/seo.jet +1 -1
  58. package/site/templates/application/nav/nav.jet +5 -4
  59. package/site/templates/collection/carousel/carousel.jet +4 -1
  60. package/site/templates/collection/carousel/item.jet +3 -1
  61. package/site/tr_TR.all.json +83 -4
  62. package/site/uk_UA.all.json +105 -4
  63. package/site/zh_TW.all.json +73 -2
@@ -554,10 +554,10 @@
554
554
  "other": "C'è stato un errore"
555
555
  },
556
556
  "shopping_error_incorrect_cvc": {
557
- "other": "Prego, inserisci un CVV valido."
557
+ "other": "Prego, inserisci un CVC valido."
558
558
  },
559
559
  "shopping_error_invalid_cvc": {
560
- "other": "Prego, inserisci un CVV valido."
560
+ "other": "Prego, inserisci un CVC valido."
561
561
  },
562
562
  "shopping_error_incorrect_number": {
563
563
  "other": "Prego, inserisci un numero di carta di credito valido."
@@ -634,6 +634,9 @@
634
634
  "shopping_error_payment_intent_authentication_failure": {
635
635
  "other": "La carta di credito è stata rifiutata. Ti prego di riprovare."
636
636
  },
637
+ "shopping_error_card_not_supported": {
638
+ "other": "La tua carta non è supportata."
639
+ },
637
640
  "shopping_complete_rental": {
638
641
  "other": "Fatto!"
639
642
  },
@@ -909,7 +912,7 @@
909
912
  "other": "Addebitato ogni {{.Interval}} al termine del periodo di prova gratuito di {{.Count}} giorni."
910
913
  },
911
914
  "shopping_price_plan_note_without_trial": {
912
- "other": "Addebitato ogni {{.Interval}} ."
915
+ "other": "Addebitato ogni {{.Interval}}."
913
916
  },
914
917
  "shopping_price_plan_note_interval": {
915
918
  "one": "{{.Interval}}",
@@ -936,7 +939,7 @@
936
939
  },
937
940
  "shopping_info_trial_period_offer": {
938
941
  "one": "Prova subito la tua prova gratuita di 24 ore!",
939
- "other": "Prova la tua prova gratuita di {{.Count}} Day!"
942
+ "other": "Prova la tua prova gratuita di {{.Count}} giorni!"
940
943
  },
941
944
  "plans_page_header": {
942
945
  "other": "Piani disponibili"
@@ -1331,7 +1334,87 @@
1331
1334
  "pricing_ownership_promo": {
1332
1335
  "other": "Riscattare"
1333
1336
  },
1337
+ "subscription_cta_label": {
1338
+ "other": "Sottoscrivi {{.Price}}/{{.Recurrence}}"
1339
+ },
1340
+ "subscription_recurrence_year": {
1341
+ "one": "Anno",
1342
+ "many": "{{.Count}} Anni",
1343
+ "other": "{{.Count}} Anni"
1344
+ },
1345
+ "subscription_recurrence_month": {
1346
+ "one": "Mese",
1347
+ "many": "{{.Count}} Mesi",
1348
+ "other": "{{.Count}} Mesi"
1349
+ },
1350
+ "subscription_recurrence_week": {
1351
+ "one": "Settimana",
1352
+ "many": "{{.Count}} Settimane",
1353
+ "other": "{{.Count}} Settimane"
1354
+ },
1355
+ "subscription_recurrence_day": {
1356
+ "one": "Giorno",
1357
+ "many": "{{.Count}} Giorni",
1358
+ "other": "{{.Count}} Giorni"
1359
+ },
1334
1360
  "shopping_info_ownership_subscription": {
1335
1361
  "other": "Sottoscrizione"
1362
+ },
1363
+ "something_bad_happened": {
1364
+ "other": "Per favore riprova"
1365
+ },
1366
+ "stripe_card_not_supported": {
1367
+ "other": "La tua carta non è supportata."
1368
+ },
1369
+ "nav_search_control_placeholder": {
1370
+ "other": "Cerca"
1371
+ },
1372
+ "nav_search_control_sr_submit": {
1373
+ "other": "Invia la ricerca"
1374
+ },
1375
+ "shopping_info_plan_interval": {
1376
+ "one": "Si rinnova automaticamente ogni {{.Interval}}",
1377
+ "other": "Rinnova automaticamente ogni {{.Count}} {{.Interval}}"
1378
+ },
1379
+ "shopping_info_trial_period": {
1380
+ "one": "Prova subito la tua prova gratuita di 24 ore!",
1381
+ "other": "Prova la tua prova gratuita di {{.Count}} giorni!"
1382
+ },
1383
+ "usersubscriptions_page_header_seo": {
1384
+ "other": "Abbonamenti e fatturazione"
1385
+ },
1386
+ "usersubscriptions_subscription_status_past_due": {
1387
+ "other": "Scaduto"
1388
+ },
1389
+ "usersubscriptions_subscription_status_unpaid": {
1390
+ "other": "Non pagato"
1391
+ },
1392
+ "usersubscriptions_subscription_status_cancelled": {
1393
+ "other": "Annullato"
1394
+ },
1395
+ "usersubscriptions_subscription_status_cancelling": {
1396
+ "other": "Cancellazione"
1397
+ },
1398
+ "interval_day": {
1399
+ "one": "giorno",
1400
+ "other": "giorni"
1401
+ },
1402
+ "interval_week": {
1403
+ "one": "settimana",
1404
+ "other": "settimane"
1405
+ },
1406
+ "interval_month": {
1407
+ "one": "mese",
1408
+ "other": "mesi"
1409
+ },
1410
+ "interval_year": {
1411
+ "one": "anno",
1412
+ "other": "anni"
1413
+ },
1414
+ "shopping_error_processing_error": {
1415
+ "other": "Si è verificato un errore durante l'elaborazione della carta. Riprova più tardi o con un metodo di pagamento diverso."
1416
+ },
1417
+ "shopping_error_invalid_session_token": {
1418
+ "other": "Sessione di acquisto scaduta, riprova."
1336
1419
  }
1337
1420
  }
@@ -590,6 +590,9 @@
590
590
  "shopping_error_payment_intent_authentication_failure": {
591
591
  "other": "このクレジットカードは拒否されました。もう一度お試しください。"
592
592
  },
593
+ "shopping_error_card_not_supported": {
594
+ "other": "お使いのカードはサポートされていません。"
595
+ },
593
596
  "shopping_complete_rental": {
594
597
  "other": "成功しました!"
595
598
  },
@@ -1329,7 +1332,75 @@
1329
1332
  "pricing_ownership_promo": {
1330
1333
  "other": "償還"
1331
1334
  },
1335
+ "subscription_cta_label": {
1336
+ "other": "申し込む {{.Price}}/{{.Recurrence}}"
1337
+ },
1338
+ "subscription_recurrence_year": {
1339
+ "other": "{{.Count}} 年"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "other": "{{.Count}} 月"
1343
+ },
1344
+ "subscription_recurrence_week": {
1345
+ "other": "{{.Count}} 週"
1346
+ },
1347
+ "subscription_recurrence_day": {
1348
+ "other": "{{.Count}} 日"
1349
+ },
1332
1350
  "shopping_info_ownership_subscription": {
1333
1351
  "other": "サブスクリプション"
1352
+ },
1353
+ "something_bad_happened": {
1354
+ "other": "もう一度やり直してください"
1355
+ },
1356
+ "stripe_card_not_supported": {
1357
+ "other": "カードはサポートされていません。"
1358
+ },
1359
+ "nav_search_control_placeholder": {
1360
+ "other": "検索"
1361
+ },
1362
+ "nav_search_control_sr_submit": {
1363
+ "other": "検索する"
1364
+ },
1365
+ "shopping_info_plan_interval": {
1366
+ "one": "{{.Interval}}ごとに自動的に更新されます",
1367
+ "other": "{{.Count}} {{.Interval}}ごとに自動的に更新されます"
1368
+ },
1369
+ "shopping_info_trial_period": {
1370
+ "one": "今すぐ無料の24時間トライアルをお試しください!",
1371
+ "other": "{{.Count}}日トライアルをお試しください!"
1372
+ },
1373
+ "usersubscriptions_page_header_seo": {
1374
+ "other": "サブスクリプションと請求"
1375
+ },
1376
+ "usersubscriptions_subscription_status_past_due": {
1377
+ "other": "延滞"
1378
+ },
1379
+ "usersubscriptions_subscription_status_unpaid": {
1380
+ "other": "未払い"
1381
+ },
1382
+ "usersubscriptions_subscription_status_cancelled": {
1383
+ "other": "キャンセル"
1384
+ },
1385
+ "usersubscriptions_subscription_status_cancelling": {
1386
+ "other": "キャンセル中"
1387
+ },
1388
+ "interval_day": {
1389
+ "other": "日々"
1390
+ },
1391
+ "interval_week": {
1392
+ "other": "週間"
1393
+ },
1394
+ "interval_month": {
1395
+ "other": "月"
1396
+ },
1397
+ "interval_year": {
1398
+ "other": "年"
1399
+ },
1400
+ "shopping_error_processing_error": {
1401
+ "other": "カードの処理中にエラーが発生しました。しばらくしてからもう一度お試しいただくか、別のお支払い方法でお試しください。"
1402
+ },
1403
+ "shopping_error_invalid_session_token": {
1404
+ "other": "ショッピング セッションの有効期限が切れました。もう一度お試しください。"
1334
1405
  }
1335
1406
  }
@@ -587,10 +587,10 @@
587
587
  "other": "Įvyko klaida"
588
588
  },
589
589
  "shopping_error_incorrect_cvc": {
590
- "other": "Prašome įvesti teisingą kortelės saugos kodą (CVV)."
590
+ "other": "Prašome įvesti teisingą kortelės saugos kodą (CVC)."
591
591
  },
592
592
  "shopping_error_invalid_cvc": {
593
- "other": "Prašome įvesti teisingą kortelės saugos kodą (CVV)."
593
+ "other": "Prašome įvesti teisingą kortelės saugos kodą (CVC)."
594
594
  },
595
595
  "shopping_error_incorrect_number": {
596
596
  "other": "Prašome įvesti teisingą mokėjimo kortelės numerį."
@@ -667,6 +667,9 @@
667
667
  "shopping_error_payment_intent_authentication_failure": {
668
668
  "other": "Mokėjimo kortelė nepriimta. Prašome bandyti dar kartą."
669
669
  },
670
+ "shopping_error_card_not_supported": {
671
+ "other": "Jūsų kortelė nepalaikoma."
672
+ },
670
673
  "shopping_complete_rental": {
671
674
  "other": "Pirkinys sėkmingas!"
672
675
  },
@@ -1082,7 +1085,7 @@
1082
1085
  "other": "{{.Interval}} kas .Intervalas pasibaigus {{.Count}} dienų bandomajam laikotarpiui."
1083
1086
  },
1084
1087
  "shopping_price_plan_note_without_trial": {
1085
- "other": "Įkraunama kas {{.Interval}} ."
1088
+ "other": "Įkraunama kas {{.Interval}}."
1086
1089
  },
1087
1090
  "shopping_price_plan_note_interval": {
1088
1091
  "one": "{{.Interval}}",
@@ -1111,6 +1114,8 @@
1111
1114
  },
1112
1115
  "shopping_info_trial_period_offer": {
1113
1116
  "one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
1117
+ "few": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!",
1118
+ "many": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!",
1114
1119
  "other": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!"
1115
1120
  },
1116
1121
  "plans_page_header": {
@@ -1335,7 +1340,103 @@
1335
1340
  "pricing_ownership_promo": {
1336
1341
  "other": "Išpirkti"
1337
1342
  },
1343
+ "subscription_cta_label": {
1344
+ "other": "Prenumeruoti {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Metai",
1348
+ "few": "{{.Count}} Metai",
1349
+ "many": "{{.Count}} Metai",
1350
+ "other": "{{.Count}} Metai"
1351
+ },
1352
+ "subscription_recurrence_month": {
1353
+ "one": "Mėnuo",
1354
+ "few": "{{.Count}} Mėnesių",
1355
+ "many": "{{.Count}} Mėnesių",
1356
+ "other": "{{.Count}} Mėnesių"
1357
+ },
1358
+ "subscription_recurrence_week": {
1359
+ "one": "Savaitė",
1360
+ "few": "{{.Count}} Savaitės",
1361
+ "many": "{{.Count}} Savaitės",
1362
+ "other": "{{.Count}} Savaitės"
1363
+ },
1364
+ "subscription_recurrence_day": {
1365
+ "one": "Diena",
1366
+ "few": "{{.Count}} Dienos",
1367
+ "many": "{{.Count}} Dienos",
1368
+ "other": "{{.Count}} Dienos"
1369
+ },
1338
1370
  "shopping_info_ownership_subscription": {
1339
1371
  "other": "Prenumerata"
1372
+ },
1373
+ "something_bad_happened": {
1374
+ "other": "Prašau, pabandykite dar kartą"
1375
+ },
1376
+ "stripe_card_not_supported": {
1377
+ "other": "Jūsų kortelė nepalaikoma."
1378
+ },
1379
+ "nav_search_control_placeholder": {
1380
+ "other": "Paieška"
1381
+ },
1382
+ "nav_search_control_sr_submit": {
1383
+ "other": "Pateikti paiešką"
1384
+ },
1385
+ "shopping_info_plan_interval": {
1386
+ "one": "Automatiškai atnaujina kiekvieną {{.Interval}}",
1387
+ "few": "Automatiškai atnaujina kiekvieną {{.Count}} {{.Interval}}",
1388
+ "many": "Automatiškai atnaujina kiekvieną {{.Count}} {{.Interval}}",
1389
+ "other": "Automatiškai atnaujina kiekvieną {{.Count}} {{.Interval}}"
1390
+ },
1391
+ "shopping_info_trial_period": {
1392
+ "one": "Išbandykite nemokamą 24 valandų bandomąją versiją dabar!",
1393
+ "few": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!",
1394
+ "many": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!",
1395
+ "other": "Išbandykite nemokamą {{.Count}} dienos bandomąją versiją!"
1396
+ },
1397
+ "usersubscriptions_page_header_seo": {
1398
+ "other": "Prenumeratos ir atsiskaitymas"
1399
+ },
1400
+ "usersubscriptions_subscription_status_past_due": {
1401
+ "other": "Pradelsta"
1402
+ },
1403
+ "usersubscriptions_subscription_status_unpaid": {
1404
+ "other": "Neapmokėta"
1405
+ },
1406
+ "usersubscriptions_subscription_status_cancelled": {
1407
+ "other": "Atšauktas"
1408
+ },
1409
+ "usersubscriptions_subscription_status_cancelling": {
1410
+ "other": "Atšaukiamas"
1411
+ },
1412
+ "interval_day": {
1413
+ "one": "dieną",
1414
+ "few": "dienų",
1415
+ "many": "dienų",
1416
+ "other": "dienų"
1417
+ },
1418
+ "interval_week": {
1419
+ "one": "savaitę",
1420
+ "few": "savaites",
1421
+ "many": "savaites",
1422
+ "other": "savaites"
1423
+ },
1424
+ "interval_month": {
1425
+ "one": "mėnuo",
1426
+ "few": "mėnesių",
1427
+ "many": "mėnesių",
1428
+ "other": "mėnesių"
1429
+ },
1430
+ "interval_year": {
1431
+ "one": "metų",
1432
+ "few": "metų",
1433
+ "many": "metų",
1434
+ "other": "metų"
1435
+ },
1436
+ "shopping_error_processing_error": {
1437
+ "other": "Apdorojant kortelę įvyko klaida. Bandykite dar kartą vėliau arba naudodami kitą mokėjimo metodą."
1438
+ },
1439
+ "shopping_error_invalid_session_token": {
1440
+ "other": "Apsipirkimo sesija baigėsi, bandykite dar kartą."
1340
1441
  }
1341
1442
  }
@@ -3,12 +3,14 @@
3
3
  "name": "{{site.Config.GetSiteName()}}",
4
4
  "icons": [
5
5
  {
6
- "src": "/images/common/icons-192.png",
6
+ {{icons192 := site.SiteBrand.GetImage("icons-192", "/images/common/icons-192.png")}}
7
+ "src": "{{icons192}}",
7
8
  "type": "image/png",
8
9
  "sizes": "192x192"
9
10
  },
10
11
  {
11
- "src": "/images/common/icons-512.png",
12
+ {{icons512 := site.SiteBrand.GetImage("icons-512", "/images/common/icons-512.png")}}
13
+ "src": "{{icons512}}",
12
14
  "type": "image/png",
13
15
  "sizes": "512x512"
14
16
  }
@@ -667,6 +667,9 @@
667
667
  "shopping_error_payment_intent_authentication_failure": {
668
668
  "other": "De kredietkaart is geweigerd. Gelieve opnieuw te proberen."
669
669
  },
670
+ "shopping_error_card_not_supported": {
671
+ "other": "Uw kaart wordt niet ondersteund."
672
+ },
670
673
  "shopping_complete_rental": {
671
674
  "other": "Gelukt !"
672
675
  },
@@ -1331,7 +1334,83 @@
1331
1334
  "pricing_ownership_promo": {
1332
1335
  "other": "Inwisselen"
1333
1336
  },
1337
+ "subscription_cta_label": {
1338
+ "other": "Abonneren {{.Price}}/{{.Recurrence}}"
1339
+ },
1340
+ "subscription_recurrence_year": {
1341
+ "one": "Jaar",
1342
+ "other": "{{.Count}} jaren"
1343
+ },
1344
+ "subscription_recurrence_month": {
1345
+ "one": "Maand",
1346
+ "other": "{{.Count}} Maanden"
1347
+ },
1348
+ "subscription_recurrence_week": {
1349
+ "one": "Week",
1350
+ "other": "{{.Count}} Weken"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Dag",
1354
+ "other": "{{.Count}} dagen"
1355
+ },
1334
1356
  "shopping_info_ownership_subscription": {
1335
1357
  "other": "Abonnement"
1358
+ },
1359
+ "something_bad_happened": {
1360
+ "other": "Probeer het opnieuw"
1361
+ },
1362
+ "stripe_card_not_supported": {
1363
+ "other": "Uw kaart wordt niet ondersteund."
1364
+ },
1365
+ "nav_search_control_placeholder": {
1366
+ "other": "Zoek"
1367
+ },
1368
+ "nav_search_control_sr_submit": {
1369
+ "other": "Zoekopdracht indienen"
1370
+ },
1371
+ "shopping_info_plan_interval": {
1372
+ "one": "Vernieuwt automatisch elke {{.Interval}}",
1373
+ "other": "{{.Count}} automatisch elke {{.Interval}}"
1374
+ },
1375
+ "shopping_info_trial_period": {
1376
+ "one": "Probeer nu uw gratis proefperiode van 24 uur!",
1377
+ "other": "Probeer uw gratis {{.Count}} !"
1378
+ },
1379
+ "usersubscriptions_page_header_seo": {
1380
+ "other": "Abonnementen en facturering"
1381
+ },
1382
+ "usersubscriptions_subscription_status_past_due": {
1383
+ "other": "Verlopen"
1384
+ },
1385
+ "usersubscriptions_subscription_status_unpaid": {
1386
+ "other": "onbetaald"
1387
+ },
1388
+ "usersubscriptions_subscription_status_cancelled": {
1389
+ "other": "Geannuleerd"
1390
+ },
1391
+ "usersubscriptions_subscription_status_cancelling": {
1392
+ "other": "Annuleren"
1393
+ },
1394
+ "interval_day": {
1395
+ "one": "dag",
1396
+ "other": "dagen"
1397
+ },
1398
+ "interval_week": {
1399
+ "one": "week",
1400
+ "other": "weken"
1401
+ },
1402
+ "interval_month": {
1403
+ "one": "maand",
1404
+ "other": "maanden"
1405
+ },
1406
+ "interval_year": {
1407
+ "one": "jaar",
1408
+ "other": "jaar"
1409
+ },
1410
+ "shopping_error_processing_error": {
1411
+ "other": "Er is een fout opgetreden tijdens het verwerken van uw kaart. Probeer het later opnieuw of met een andere betaalmethode."
1412
+ },
1413
+ "shopping_error_invalid_session_token": {
1414
+ "other": "Shopping-sessie is verlopen, probeer het opnieuw."
1336
1415
  }
1337
1416
  }
@@ -551,10 +551,10 @@
551
551
  "other": "En feil har oppstått."
552
552
  },
553
553
  "shopping_error_incorrect_cvc": {
554
- "other": "Skriv inn en gyldig CVV-kode."
554
+ "other": "Skriv inn en gyldig CVC-kode."
555
555
  },
556
556
  "shopping_error_invalid_cvc": {
557
- "other": "Skriv inn en gyldig CVV-kode."
557
+ "other": "Skriv inn en gyldig CVC-kode."
558
558
  },
559
559
  "shopping_error_incorrect_number": {
560
560
  "other": "Skriv inn et gyldig kredittkortnummer."
@@ -631,6 +631,9 @@
631
631
  "shopping_error_payment_intent_authentication_failure": {
632
632
  "other": "Kredittkortet har blitt avvist. Vennligst prøv igjen."
633
633
  },
634
+ "shopping_error_card_not_supported": {
635
+ "other": "Kortet ditt støttes ikke."
636
+ },
634
637
  "shopping_complete_rental": {
635
638
  "other": "Vellykket!"
636
639
  },
@@ -658,7 +661,7 @@
658
661
  },
659
662
  "shopping_complete_rental_watch_window_start": {
660
663
  "one": "Du kan nå se den om {{.Count}} dager.",
661
- "other": "You are now able to start watching it within the next {{.Count}} days."
664
+ "other": "Du kan begynne å se den i løpet av de neste {{.Count}} dagene."
662
665
  },
663
666
  "shopping_complete_rental_watch_window_end": {
664
667
  "one": "Når du starter avspillingen, vil du ha {{.Count}} timer til å se filmen så mange ganger du vil.",
@@ -999,7 +1002,7 @@
999
1002
  "other": "Belastet hvert {{.Interval}} etter at {{.Count}} dager avsluttes."
1000
1003
  },
1001
1004
  "shopping_price_plan_note_without_trial": {
1002
- "other": "Lades hvert {{.Interval}} ."
1005
+ "other": "Lades hvert {{.Interval}}."
1003
1006
  },
1004
1007
  "shopping_price_plan_note_interval": {
1005
1008
  "one": "{{.Interval}}",
@@ -1026,7 +1029,7 @@
1026
1029
  },
1027
1030
  "shopping_info_trial_period_offer": {
1028
1031
  "one": "Prøv din gratis 24-timers prøveversjon nå!",
1029
- "other": "Prøv din gratis {{.Count}} day prøveversjon!"
1032
+ "other": "Prøv din gratis prøveperiode på {{.Count}} dager!"
1030
1033
  },
1031
1034
  "plans_page_header": {
1032
1035
  "other": "Tilgjengelige planer"
@@ -1331,7 +1334,83 @@
1331
1334
  "pricing_ownership_promo": {
1332
1335
  "other": "Løs inn"
1333
1336
  },
1337
+ "subscription_cta_label": {
1338
+ "other": "Abonnere {{.Price}}/{{.Recurrence}}"
1339
+ },
1340
+ "subscription_recurrence_year": {
1341
+ "one": "År",
1342
+ "other": "{{.Count}} år"
1343
+ },
1344
+ "subscription_recurrence_month": {
1345
+ "one": "Måned",
1346
+ "other": "{{.Count}} Måneder"
1347
+ },
1348
+ "subscription_recurrence_week": {
1349
+ "one": "Uke",
1350
+ "other": "{{.Count}} Uker"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Dag",
1354
+ "other": "{{.Count}} Dager"
1355
+ },
1334
1356
  "shopping_info_ownership_subscription": {
1335
1357
  "other": "Abonnement"
1358
+ },
1359
+ "something_bad_happened": {
1360
+ "other": "Vær så snill, prøv på nytt"
1361
+ },
1362
+ "stripe_card_not_supported": {
1363
+ "other": "Kortet ditt støttes ikke."
1364
+ },
1365
+ "nav_search_control_placeholder": {
1366
+ "other": "Søk"
1367
+ },
1368
+ "nav_search_control_sr_submit": {
1369
+ "other": "Søk"
1370
+ },
1371
+ "shopping_info_plan_interval": {
1372
+ "one": "Fornyes automatisk hver {{.Interval}}",
1373
+ "other": "{{.Count}} automatisk hver {{.Interval}}"
1374
+ },
1375
+ "shopping_info_trial_period": {
1376
+ "one": "Prøv din gratis 24-timers prøveversjon nå!",
1377
+ "other": "Prøv din gratis prøveperiode på {{.Count}} dager!"
1378
+ },
1379
+ "usersubscriptions_page_header_seo": {
1380
+ "other": "Abonnementer og fakturering"
1381
+ },
1382
+ "usersubscriptions_subscription_status_past_due": {
1383
+ "other": "Forfalt"
1384
+ },
1385
+ "usersubscriptions_subscription_status_unpaid": {
1386
+ "other": "Ubetalt"
1387
+ },
1388
+ "usersubscriptions_subscription_status_cancelled": {
1389
+ "other": "avbrutt"
1390
+ },
1391
+ "usersubscriptions_subscription_status_cancelling": {
1392
+ "other": "Avbryter"
1393
+ },
1394
+ "interval_day": {
1395
+ "one": "dag",
1396
+ "other": "dager"
1397
+ },
1398
+ "interval_week": {
1399
+ "one": "uke",
1400
+ "other": "uker"
1401
+ },
1402
+ "interval_month": {
1403
+ "one": "måned",
1404
+ "other": "måneder"
1405
+ },
1406
+ "interval_year": {
1407
+ "one": "år",
1408
+ "other": "år"
1409
+ },
1410
+ "shopping_error_processing_error": {
1411
+ "other": "Det oppsto en feil under behandlingen av kortet ditt. Prøv igjen senere eller med en annen betalingsmetode."
1412
+ },
1413
+ "shopping_error_invalid_session_token": {
1414
+ "other": "Shoppingøkten er utløpt, prøv igjen."
1336
1415
  }
1337
1416
  }