@shift72/core-template 1.3.0-alpha.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. package/.github/pull_request_template.md +1 -1
  2. package/CHANGELOG.md +41 -1
  3. package/kibble.json +3 -3
  4. package/package.json +2 -2
  5. package/scripts/core-template-version.js +4 -4
  6. package/scripts/css-local-get.js +12 -5
  7. package/scripts/css-local-put.js +3 -3
  8. package/scripts/language-file-validator.js +1 -1
  9. package/scripts/translate.mjs +2 -3
  10. package/site/ar_LB.all.json +104 -10
  11. package/site/ca_ES.all.json +74 -8
  12. package/site/da_DK.all.json +76 -10
  13. package/site/de_DE.all.json +74 -8
  14. package/site/el_EL.all.json +79 -4
  15. package/site/en_AU.all.json +79 -4
  16. package/site/es_ES.all.json +79 -4
  17. package/site/es_MX.all.json +81 -6
  18. package/site/et_ET.all.json +73 -7
  19. package/site/fi_FI.all.json +77 -2
  20. package/site/fr_FR.all.json +80 -5
  21. package/site/hr_HR.all.json +85 -9
  22. package/site/hu_HU.all.json +73 -7
  23. package/site/it_IT.all.json +79 -4
  24. package/site/ja_JP.all.json +71 -0
  25. package/site/lt_LT.all.json +92 -3
  26. package/site/manifest.json.jet +4 -2
  27. package/site/nl_BE.all.json +75 -0
  28. package/site/no_NO.all.json +80 -5
  29. package/site/pl_PL.all.json +92 -3
  30. package/site/plans.html.jet +12 -2
  31. package/site/pt_BR.all.json +80 -5
  32. package/site/pt_PT.all.json +78 -3
  33. package/site/ru_RU.all.json +93 -4
  34. package/site/search.html.jet +3 -1
  35. package/site/sr_SR.all.json +85 -3
  36. package/site/static/js/main.js +1 -0
  37. package/site/static/scripts/main.js.map +1 -1
  38. package/site/styles/_availability-tags.scss +1 -1
  39. package/site/styles/_awards.scss +2 -1
  40. package/site/styles/_buttons.scss +20 -10
  41. package/site/styles/_carousel.scss +7 -3
  42. package/site/styles/_cookie-consent.scss +1 -0
  43. package/site/styles/_footer.scss +10 -31
  44. package/site/styles/_forms.scss +11 -0
  45. package/site/styles/_meta-detail.scss +27 -32
  46. package/site/styles/_meta-item-tagline.scss +1 -1
  47. package/site/styles/_mixins.scss +23 -1
  48. package/site/styles/_nav.scss +49 -65
  49. package/site/styles/_share-modal.scss +12 -7
  50. package/site/styles/_shopping.scss +5 -0
  51. package/site/styles/_typography.scss +30 -22
  52. package/site/styles/_variables.scss +93 -46
  53. package/site/subscriptions.html.jet +1 -1
  54. package/site/templates/application/application.jet +13 -13
  55. package/site/templates/application/brand/logo.jet +11 -0
  56. package/site/templates/application/brand/sponsors.jet +11 -0
  57. package/site/templates/application/footer/brand.jet +3 -1
  58. package/site/templates/application/footer/sponsor-banner.jet +3 -3
  59. package/site/templates/application/head/seo.jet +1 -1
  60. package/site/templates/application/nav/nav.jet +5 -4
  61. package/site/templates/collection/carousel/carousel.jet +4 -1
  62. package/site/templates/collection/carousel/item.jet +3 -1
  63. package/site/templates/tv/detail.jet +4 -2
  64. package/site/tr_TR.all.json +79 -4
  65. package/site/uk_UA.all.json +93 -4
  66. 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"
@@ -1362,5 +1365,77 @@
1362
1365
  },
1363
1366
  "stripe_card_not_supported": {
1364
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."
1419
+ },
1420
+ "shopping_error_credit_discounts_not_allowed": {
1421
+ "other": "Non è possibile utilizzare un codice promozionale per questo acquisto o noleggio"
1422
+ },
1423
+ "shopping_error_discount_coming_soon": {
1424
+ "other": "Quel codice promozionale non è ancora valido"
1425
+ },
1426
+ "shopping_error_discount_not_allowed_on_free_session": {
1427
+ "other": "I codici promozionali non possono essere applicati alle sessioni di acquisto gratuite"
1428
+ },
1429
+ "shopping_error_discount_not_allowed_on_processing_session": {
1430
+ "other": "I codici promozionali non possono essere applicati una volta completato l'acquisto"
1431
+ },
1432
+ "shopping_error_discount_redemption_failed": {
1433
+ "other": "Impossibile applicare il codice promozionale, riprova"
1434
+ },
1435
+ "shopping_error_invalid_code": {
1436
+ "other": "Codice promozionale non valido"
1437
+ },
1438
+ "shopping_error_missing_code": {
1439
+ "other": "Non è stato fornito alcun codice promozionale"
1365
1440
  }
1366
1441
  }
@@ -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
  },
@@ -1352,5 +1355,73 @@
1352
1355
  },
1353
1356
  "stripe_card_not_supported": {
1354
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": "ショッピング セッションの有効期限が切れました。もう一度お試しください。"
1405
+ },
1406
+ "shopping_error_credit_discounts_not_allowed": {
1407
+ "other": "この購入またはレンタルにはプロモーション コードを使用できません"
1408
+ },
1409
+ "shopping_error_discount_coming_soon": {
1410
+ "other": "そのプロモーション コードはまだ有効ではありません"
1411
+ },
1412
+ "shopping_error_discount_not_allowed_on_free_session": {
1413
+ "other": "プロモーション コードは、無料のショッピング セッションには適用できません"
1414
+ },
1415
+ "shopping_error_discount_not_allowed_on_processing_session": {
1416
+ "other": "購入が完了するとプロモーション コードを適用できません"
1417
+ },
1418
+ "shopping_error_discount_redemption_failed": {
1419
+ "other": "プロモーション コードを適用できませんでした。もう一度お試しください"
1420
+ },
1421
+ "shopping_error_invalid_code": {
1422
+ "other": "プロモーション コードが無効です"
1423
+ },
1424
+ "shopping_error_missing_code": {
1425
+ "other": "プロモーション コードが提供されていません"
1355
1426
  }
1356
1427
  }
@@ -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": {
@@ -1370,5 +1375,89 @@
1370
1375
  },
1371
1376
  "stripe_card_not_supported": {
1372
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ą."
1441
+ },
1442
+ "shopping_error_credit_discounts_not_allowed": {
1443
+ "other": "Šiam pirkimui ar nuomai negalite naudoti reklamos kredito kodo"
1444
+ },
1445
+ "shopping_error_discount_coming_soon": {
1446
+ "other": "Šis reklamos kredito kodas dar negalioja"
1447
+ },
1448
+ "shopping_error_discount_not_allowed_on_free_session": {
1449
+ "other": "Reklamos kredito kodai negali būti taikomi nemokamoms apsipirkimo sesijoms"
1450
+ },
1451
+ "shopping_error_discount_not_allowed_on_processing_session": {
1452
+ "other": "Kai pirkimas baigtas, reklamos kredito kodai negali būti taikomi"
1453
+ },
1454
+ "shopping_error_discount_redemption_failed": {
1455
+ "other": "Nepavyko pritaikyti reklamos kredito kodo, bandykite dar kartą"
1456
+ },
1457
+ "shopping_error_invalid_code": {
1458
+ "other": "Neteisingas reklamos kredito kodas"
1459
+ },
1460
+ "shopping_error_missing_code": {
1461
+ "other": "Reklamos kodas nebuvo pateiktas"
1373
1462
  }
1374
1463
  }
@@ -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
  },
@@ -1358,5 +1361,77 @@
1358
1361
  },
1359
1362
  "stripe_card_not_supported": {
1360
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."
1415
+ },
1416
+ "shopping_error_credit_discounts_not_allowed": {
1417
+ "other": "U kunt geen promotiecode gebruiken voor deze aankoop of huur"
1418
+ },
1419
+ "shopping_error_discount_coming_soon": {
1420
+ "other": "Die actiecode is nog niet geldig"
1421
+ },
1422
+ "shopping_error_discount_not_allowed_on_free_session": {
1423
+ "other": "Promotiecodes kunnen niet worden toegepast op gratis winkelsessies"
1424
+ },
1425
+ "shopping_error_discount_not_allowed_on_processing_session": {
1426
+ "other": "Promotiecodes kunnen niet worden toegepast zodra de aankoop is voltooid"
1427
+ },
1428
+ "shopping_error_discount_redemption_failed": {
1429
+ "other": "Promotiecode kan niet worden toegepast, probeer het opnieuw"
1430
+ },
1431
+ "shopping_error_invalid_code": {
1432
+ "other": "Ongeldige promotiecode"
1433
+ },
1434
+ "shopping_error_missing_code": {
1435
+ "other": "Er is geen promotiecode verstrekt"
1361
1436
  }
1362
1437
  }
@@ -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"
@@ -1358,5 +1361,77 @@
1358
1361
  },
1359
1362
  "stripe_card_not_supported": {
1360
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."
1415
+ },
1416
+ "shopping_error_credit_discounts_not_allowed": {
1417
+ "other": "Du kan ikke bruke en kampanjekode for dette kjøpet eller utleien"
1418
+ },
1419
+ "shopping_error_discount_coming_soon": {
1420
+ "other": "Kampanjekoden er ikke gyldig ennå"
1421
+ },
1422
+ "shopping_error_discount_not_allowed_on_free_session": {
1423
+ "other": "Kampanjekoder kan ikke brukes på gratis shoppingøkter"
1424
+ },
1425
+ "shopping_error_discount_not_allowed_on_processing_session": {
1426
+ "other": "Kampanjekoder kan ikke brukes etter at kjøpet er fullført"
1427
+ },
1428
+ "shopping_error_discount_redemption_failed": {
1429
+ "other": "Kampanjekoden kunne ikke brukes. Prøv igjen"
1430
+ },
1431
+ "shopping_error_invalid_code": {
1432
+ "other": "Ugyldig kampanjekode"
1433
+ },
1434
+ "shopping_error_missing_code": {
1435
+ "other": "Ingen kampanjekode ble oppgitt"
1361
1436
  }
1362
1437
  }