@shift72/core-template 0.5.1 → 1.0.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. package/.github/pull_request_template.md +47 -0
  2. package/.github/workflows/node.js.yml +1 -1
  3. package/.nvmrc +1 -0
  4. package/CHANGELOG.md +65 -10
  5. package/kibble.json +4 -4
  6. package/package.json +1 -2
  7. package/scripts/translate.mjs +30 -22
  8. package/site/ar_LB.all.json +99 -23
  9. package/site/ca_ES.all.json +91 -23
  10. package/site/da_DK.all.json +90 -22
  11. package/site/de_DE.all.json +90 -22
  12. package/site/el_EL.all.json +90 -22
  13. package/site/en_AU.all.json +87 -19
  14. package/site/es_ES.all.json +92 -24
  15. package/site/es_MX.all.json +89 -21
  16. package/site/{ee_EE.all.json → et_ET.all.json} +90 -22
  17. package/site/fi_FI.all.json +93 -25
  18. package/site/fr_FR.all.json +91 -23
  19. package/site/hr_HR.all.json +93 -23
  20. package/site/hu_HU.all.json +91 -23
  21. package/site/it_IT.all.json +91 -23
  22. package/site/ja_JP.all.json +88 -22
  23. package/site/lt_LT.all.json +94 -22
  24. package/site/nl_BE.all.json +90 -22
  25. package/site/no_NO.all.json +91 -23
  26. package/site/pl_PL.all.json +95 -23
  27. package/site/plans.html.jet +17 -17
  28. package/site/pt_BR.all.json +91 -23
  29. package/site/pt_PT.all.json +91 -23
  30. package/site/ru_RU.all.json +103 -31
  31. package/site/sr_SR.all.json +95 -25
  32. package/site/static/fonts/fa-s72.woff +0 -0
  33. package/site/static/js/main.js +2 -1
  34. package/site/static/scripts/main.js.map +1 -1
  35. package/site/styles/_availability-tags.scss +63 -31
  36. package/site/styles/_awards.scss +4 -3
  37. package/site/styles/_buttons.scss +46 -29
  38. package/site/styles/_can-be-watched-button.scss +0 -20
  39. package/site/styles/_carousel.scss +126 -311
  40. package/site/styles/_collections.scss +6 -11
  41. package/site/styles/_cta-buttons.scss +262 -0
  42. package/site/styles/_forms.scss +6 -2
  43. package/site/styles/_icons.scss +182 -9
  44. package/site/styles/_legacy.scss +1 -50
  45. package/site/styles/_meta-detail.scss +80 -229
  46. package/site/styles/_meta-item-tagline.scss +33 -0
  47. package/site/styles/_meta-item.scss +0 -4
  48. package/site/styles/_meta-sub-item.scss +116 -0
  49. package/site/styles/_mixins.scss +45 -0
  50. package/site/styles/_nav.scss +6 -5
  51. package/site/styles/_pages.scss +4 -13
  52. package/site/styles/_plans.scss +24 -17
  53. package/site/styles/_poster.scss +3 -9
  54. package/site/styles/_share-modal.scss +86 -0
  55. package/site/styles/_shift72.scss +11 -0
  56. package/site/styles/_shopping.scss +0 -1
  57. package/site/styles/_skip-link.scss +1 -1
  58. package/site/styles/_tooltips.scss +7 -0
  59. package/site/styles/_variables.scss +11 -12
  60. package/site/styles/_wishlist.scss +2 -2
  61. package/site/styles/main.scss +5 -3
  62. package/site/subscriptions.html.jet +11 -0
  63. package/site/templates/application/application.jet +2 -2
  64. package/site/templates/application/google.jet +8 -13
  65. package/site/templates/application/nav/user_logged_in.jet +7 -2
  66. package/site/templates/bundle/item.jet +2 -4
  67. package/site/templates/collection/carousel/carousel.jet +27 -0
  68. package/site/templates/collection/carousel/item/image.jet +5 -0
  69. package/site/templates/collection/carousel/item/synopsis.jet +5 -0
  70. package/site/templates/collection/carousel/item/tagline.jet +7 -0
  71. package/site/templates/collection/carousel/item/title.jet +3 -0
  72. package/site/templates/collection/carousel/item.jet +41 -0
  73. package/site/templates/collection/carousel/pagination.jet +9 -0
  74. package/site/templates/collection/page_collection.jet +2 -2
  75. package/site/templates/common/cta_buttons.jet +70 -0
  76. package/site/templates/common/social-media-buttons.jet +2 -38
  77. package/site/templates/common/sponsor-image.jet +18 -0
  78. package/site/templates/film/item.jet +98 -102
  79. package/site/templates/items/sub_item.jet +22 -0
  80. package/site/templates/items/tagline.jet +2 -2
  81. package/site/templates/page/homepage.jet +2 -3
  82. package/site/templates/tv/detail.jet +39 -38
  83. package/site/tr_TR.all.json +90 -22
  84. package/site/uk_UA.all.json +95 -23
  85. package/site/zh_TW.all.json +88 -22
  86. package/site/static/fonts/FontAwesome.otf +0 -0
  87. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  88. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  89. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  90. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  91. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  92. package/site/styles/_homepage.scss +0 -3
  93. package/site/styles/_social-media-buttons.scss +0 -159
  94. package/site/templates/bundle/buttons.jet +0 -6
  95. package/site/templates/bundle/extras.jet +0 -13
  96. package/site/templates/collection/carousel.jet +0 -27
  97. package/site/templates/collection/carousel_item.jet +0 -66
  98. package/site/templates/items/bonus_item.jet +0 -23
  99. package/site/templates/items/featured_item.jet +0 -61
  100. package/site/templates/tv/episode.jet +0 -21
@@ -134,25 +134,25 @@
134
134
  "other": "Partager"
135
135
  },
136
136
  "social_media_buttons_facebook": {
137
- "other": "Partager sur Facebook"
137
+ "other": "Facebook"
138
138
  },
139
139
  "social_media_buttons_twitter": {
140
- "other": "Partager sur Twitter"
140
+ "other": "Twitter"
141
141
  },
142
142
  "social_media_buttons_linkedin": {
143
- "other": "Partager sur Linkedin"
143
+ "other": "Linkedin"
144
144
  },
145
145
  "social_media_buttons_email": {
146
- "other": "Partager par e-mail"
146
+ "other": "E-mail"
147
147
  },
148
148
  "social_media_buttons_email_subject": {
149
- "other": "Lien de partage"
149
+ "other": "Partage de lien"
150
150
  },
151
151
  "social_media_buttons_copied_link": {
152
- "other": "Lien copié dans le presse-papiers !"
152
+ "other": "Lien copié"
153
153
  },
154
154
  "social_media_buttons_copy_link": {
155
- "other": "Copier dans le presse-papier"
155
+ "other": "Copier le lien"
156
156
  },
157
157
  "accept_invite_page_header": {
158
158
  "other": "Bienvenue "
@@ -675,7 +675,7 @@
675
675
  "other": "Voir votre bibliothèque"
676
676
  },
677
677
  "shopping_complete_plan": {
678
- "other": "Votre achat de {{ .Title }} a réussi."
678
+ "other": "Votre achat de {{.Title}} a réussi."
679
679
  },
680
680
  "shopping_complete_rental_watch_window_start": {
681
681
  "one": "Vous pouvez maintenant commencer la lecture jusqu'à demain",
@@ -899,33 +899,38 @@
899
899
  "other": "Prix"
900
900
  },
901
901
  "shopping_price_plan_note": {
902
- "zero": "Chargé tous les {{ .Interval }} .",
903
- "one": "Facturé tous les {{ .Interval }} après la fin de votre essai gratuit de 24 heures.",
904
- "other": "Facturé chaque {{ .Interval }} après la {{ .Count }} votre essai gratuit de .Count day."
902
+ "one": "Facturé tous les {{.Interval}} après la fin de votre essai gratuit de 24 heures.",
903
+ "other": "Facturé tous les {{.Interval}} après la fin de votre essai gratuit de {{.Count}} jours."
904
+ },
905
+ "shopping_price_plan_note_without_trial": {
906
+ "other": "Chargé tous les {{.Interval}} ."
905
907
  },
906
908
  "shopping_price_plan_note_interval": {
907
- "one": "{{ .Interval }}",
908
- "other": "{{ .Count }} {{ .Interval }}"
909
+ "one": "{{.Interval}}",
910
+ "other": "{{.Count}} {{.Interval}}"
909
911
  },
910
- "shopping_enter_card_prompt_plan": {
912
+ "shopping_enter_card_prompt_subscription": {
911
913
  "other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre abonnement."
912
914
  },
915
+ "shopping_enter_card_prompt_plan": {
916
+ "other": "Entrez les détails de votre carte de crédit ci-dessous afin de commencer votre plan."
917
+ },
913
918
  "shopping_action_plan": {
914
919
  "other": "Compléter"
915
920
  },
916
921
  "shopping_complete_subscription": {
917
- "other": "Votre achat d'abonnement a réussi. Vous êtes maintenant abonné à {{ .Title }} ."
922
+ "other": "Votre achat d'abonnement a réussi. Vous êtes maintenant abonné à {{.Title}} ."
918
923
  },
919
924
  "shopping_complete_subscription_browse": {
920
925
  "other": "N&#39;hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
921
926
  },
922
927
  "shopping_info_plan_offer": {
923
- "one": "{{ .Interval }} automatiquement chaque .Interval",
924
- "other": "{{ .Count }} automatiquement chaque {{ .Interval }}"
928
+ "one": "Se renouvelle automatiquement tous les {{.Interval}}",
929
+ "other": "{{.Count}} automatiquement chaque {{.Interval}}"
925
930
  },
926
931
  "shopping_info_trial_period_offer": {
927
932
  "one": "Essayez votre essai gratuit de 24 heures maintenant !",
928
- "other": "Essayez votre essai gratuit de {{ .Count }} day !"
933
+ "other": "Essayez votre essai gratuit de {{.Count}} day !"
929
934
  },
930
935
  "plans_page_header": {
931
936
  "other": "Forfaits disponibles"
@@ -943,13 +948,13 @@
943
948
  "other": "Lire la suite"
944
949
  },
945
950
  "plan_page_header_text": {
946
- "other": "Profitez de {{ .Name }}"
951
+ "other": "Profitez de {{.Name}}"
947
952
  },
948
953
  "page_plan_explore_intro": {
949
954
  "other": "OU"
950
955
  },
951
956
  "page_plan_explore_link": {
952
- "other": "Découvrir d'autres pass"
957
+ "other": "Explore plus"
953
958
  },
954
959
  "plan_showcase_page_ownership_button_buy": {
955
960
  "other": "Acheter maintenant"
@@ -961,10 +966,10 @@
961
966
  "other": "En compétition"
962
967
  },
963
968
  "meta_description_expand": {
964
- "other": "Montre plus"
969
+ "other": "Voir plus"
965
970
  },
966
971
  "meta_description_collapse": {
967
- "other": "Montrer moins"
972
+ "other": "Voir moins"
968
973
  },
969
974
  "awards_winner": {
970
975
  "other": "Gagnante"
@@ -1005,6 +1010,9 @@
1005
1010
  "wcag_aria_label_carousel": {
1006
1011
  "other": "Carrousel"
1007
1012
  },
1013
+ "wcag_aria_label_carousel_pagination": {
1014
+ "other": "Pagination"
1015
+ },
1008
1016
  "wcag_aria_label_page_collection": {
1009
1017
  "other": "Collecte de pages"
1010
1018
  },
@@ -1141,7 +1149,7 @@
1141
1149
  "other": "Se désabonner?"
1142
1150
  },
1143
1151
  "usersubscriptions_unsubscribe_modal_body": {
1144
- "other": "Cela annulera l'abonnement au package {{.Name}}. Vous pourrez toujours regarder le contenu du paquet jusqu'à son expiration {{.Expiry}}. "
1152
+ "other": "Cela annulera l'abonnement à {{.Name}}. Vous pourrez toujours regarder le contenu jusqu'à ce qu'il expire {{.Expiry}}."
1145
1153
  },
1146
1154
  "signin_form_error_ip_throttled": {
1147
1155
  "other": "Vous n'avez pas réussi à vous connecter trop de fois. Veuillez réessayer plus tard."
@@ -1250,5 +1258,65 @@
1250
1258
  },
1251
1259
  "shopping_error_plan_expired": {
1252
1260
  "other": "Ce forfait n'est plus disponible."
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Abonnements et facturation"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Mode de paiement"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Les modifications apportées à votre mode de paiement par carte de crédit prendront effet lors de votre prochain cycle de facturation."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Détails de l'abonnement"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "actif"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Expiré"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Découvrir les abonnements"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Découvrez un excellent contenu à des prix avantageux, facilement géré ici."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Explorer les abonnements"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "Mes abonnements"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Premier paiement {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Prochain paiement {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Paiement dû {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Se termine {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Terminé {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "logo du sponsor"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Abonnez-vous pour regarder"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} éléments"
1253
1321
  }
1254
1322
  }
@@ -132,28 +132,28 @@
132
132
  "other": "Nastavi"
133
133
  },
134
134
  "social_media_buttons_title": {
135
- "other": "Podijeli"
135
+ "other": "Udio"
136
136
  },
137
137
  "social_media_buttons_facebook": {
138
- "other": "Podijeli na Facebooku"
138
+ "other": "Facebook"
139
139
  },
140
140
  "social_media_buttons_twitter": {
141
- "other": "Podijelite na Twitteru"
141
+ "other": "Twitter"
142
142
  },
143
143
  "social_media_buttons_linkedin": {
144
- "other": "Podijelite na Linkedinu"
144
+ "other": "Linkedin"
145
145
  },
146
146
  "social_media_buttons_email": {
147
- "other": "Podijelite putem e-pošte"
147
+ "other": "E-mail"
148
148
  },
149
149
  "social_media_buttons_email_subject": {
150
150
  "other": "Dijeljenje veze"
151
151
  },
152
152
  "social_media_buttons_copied_link": {
153
- "other": "Veza je kopirana u međuspremnik!"
153
+ "other": "Veza je kopirana"
154
154
  },
155
155
  "social_media_buttons_copy_link": {
156
- "other": "Kopirati u međuspremnikKopirati u međuspremnik"
156
+ "other": "Kopiraj link"
157
157
  },
158
158
  "accept_invite_page_header": {
159
159
  "other": "Dobrodošli "
@@ -714,7 +714,7 @@
714
714
  "other": "Sadržaj možete gledati od {{.Date}} i vaša posudba traje {{.Count}} dana."
715
715
  },
716
716
  "shopping_complete_plan": {
717
- "other": "Vaša kupnja {{ .Title }} je uspjela."
717
+ "other": "Vaša kupnja {{.Title}} je uspjela."
718
718
  },
719
719
  "shopping_action_rent": {
720
720
  "other": "Posudi"
@@ -1058,6 +1058,9 @@
1058
1058
  "wcag_aria_label_carousel": {
1059
1059
  "other": "Kružni prikaz"
1060
1060
  },
1061
+ "wcag_aria_label_carousel_pagination": {
1062
+ "other": "Paginacija"
1063
+ },
1061
1064
  "wcag_aria_label_page_collection": {
1062
1065
  "other": "Zbirka stranica"
1063
1066
  },
@@ -1083,33 +1086,40 @@
1083
1086
  "other": "Cijena"
1084
1087
  },
1085
1088
  "shopping_price_plan_note": {
1086
- "zero": "Naplaćuje se svaki {{ .Interval }} .",
1087
- "one": "Naplaćuje se svaki {{ .Interval }} nakon što završi besplatno probno razdoblje od 24 sata.",
1088
- "other": "Naplaćuje se svaki {{ .Interval }} nakon što {{ .Count }} besplatno probno razdoblje od .Count day."
1089
+ "one": "Naplaćuje se svaki {{.Interval}} nakon što završi besplatno probno razdoblje od 24 sata.",
1090
+ "few": "Naplaćuje se svaki {{.Interval}} nakon {{.Count}}-dnevnog besplatnog probnog perioda.",
1091
+ "other": "Naplaćuje se svaki {{.Interval}} nakon {{.Count}}-dnevnog besplatnog probnog perioda."
1092
+ },
1093
+ "shopping_price_plan_note_without_trial": {
1094
+ "other": "Naplaćuje se svaki {{.Interval}} ."
1089
1095
  },
1090
1096
  "shopping_price_plan_note_interval": {
1091
- "one": "{{ .Interval }}",
1092
- "other": "{{ .Count }} {{ .Interval }}"
1097
+ "one": "{{.Interval}}",
1098
+ "few": "{{.Count}} {{.Interval}}",
1099
+ "other": "{{.Count}} {{.Interval}}"
1093
1100
  },
1094
- "shopping_enter_card_prompt_plan": {
1101
+ "shopping_enter_card_prompt_subscription": {
1095
1102
  "other": "Unesite podatke svoje kreditne kartice ispod kako biste započeli svoju pretplatu."
1096
1103
  },
1104
+ "shopping_enter_card_prompt_plan": {
1105
+ "other": "Unesite podatke svoje kreditne kartice ispod kako biste započeli svoj plan."
1106
+ },
1097
1107
  "shopping_action_plan": {
1098
1108
  "other": "Dovršeno"
1099
1109
  },
1100
1110
  "shopping_complete_subscription": {
1101
- "other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{ .Title }} ."
1111
+ "other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}} ."
1102
1112
  },
1103
1113
  "shopping_complete_subscription_browse": {
1104
1114
  "other": "Slobodno <a href=\"/\">pregledavajte</a> stranicu ili <a href=\"/search.html\">tražite</a> nešto specifično."
1105
1115
  },
1106
1116
  "shopping_info_plan_offer": {
1107
- "one": "Automatski obnavlja svaki {{ .Interval }}",
1108
- "other": "Automatski obnavlja svaki {{ .Count }} {{ .Interval }}"
1117
+ "one": "Automatski obnavlja svaki {{.Interval}}",
1118
+ "other": "Automatski obnavlja svaki {{.Count}} {{.Interval}}"
1109
1119
  },
1110
1120
  "shopping_info_trial_period_offer": {
1111
1121
  "one": "Isprobajte svoju besplatnu probnu verziju od 24 sata sada!",
1112
- "other": "Isprobajte svoju besplatnu {{ .Count }} day!"
1122
+ "other": "Isprobajte svoju besplatnu {{.Count}} day!"
1113
1123
  },
1114
1124
  "plans_page_header": {
1115
1125
  "other": "Dostupni planovi"
@@ -1127,13 +1137,13 @@
1127
1137
  "other": "Čitaj više"
1128
1138
  },
1129
1139
  "plan_page_header_text": {
1130
- "other": "Uživajte {{ .Name }}"
1140
+ "other": "Uživajte {{.Name}}"
1131
1141
  },
1132
1142
  "page_plan_explore_intro": {
1133
1143
  "other": "ILI"
1134
1144
  },
1135
1145
  "page_plan_explore_link": {
1136
- "other": "Istražite druge prolaze"
1146
+ "other": "Istražite više"
1137
1147
  },
1138
1148
  "plan_showcase_page_ownership_button_buy": {
1139
1149
  "other": "Kupi sada"
@@ -1145,10 +1155,10 @@
1145
1155
  "other": "U natjecanju"
1146
1156
  },
1147
1157
  "meta_description_expand": {
1148
- "other": "Prikaži više"
1158
+ "other": "Vidi više"
1149
1159
  },
1150
1160
  "meta_description_collapse": {
1151
- "other": "Pokažite manje"
1161
+ "other": "Vidite manje"
1152
1162
  },
1153
1163
  "awards_winner": {
1154
1164
  "other": "Pobjednik"
@@ -1190,7 +1200,7 @@
1190
1200
  "other": "Otkazati pretplatu?"
1191
1201
  },
1192
1202
  "usersubscriptions_unsubscribe_modal_body": {
1193
- "other": "Time će se otkazati pretplata na plan {{.Name}}. I dalje ćete moći gledati sadržaj u planu dok ne istekne {{.Expiry}}."
1203
+ "other": "Ovo će otkazati pretplatu na {{.Name}}. I dalje ćete moći gledati sadržaj dok ne istekne {{.Expiry}}."
1194
1204
  },
1195
1205
  "nav_homepage": {
1196
1206
  "other": "ABC Cinemas"
@@ -1242,5 +1252,65 @@
1242
1252
  },
1243
1253
  "user_error_too_many_pin_errors_help_page_link": {
1244
1254
  "other": ""
1255
+ },
1256
+ "usersubscriptions_page_header": {
1257
+ "other": "Pretplate i naplata"
1258
+ },
1259
+ "usersubscriptions_page_content": {
1260
+ "other": " "
1261
+ },
1262
+ "usersubscriptions_payment_section_title": {
1263
+ "other": "Način plaćanja"
1264
+ },
1265
+ "usersubscriptions_payment_section_content": {
1266
+ "other": "Promjene vašeg načina plaćanja kreditnom karticom stupit će na snagu u vašem sljedećem ciklusu naplate."
1267
+ },
1268
+ "usersubscriptions_subscriptions_section_title": {
1269
+ "other": "Pojedinosti o pretplati"
1270
+ },
1271
+ "usersubscriptions_subscriptions_section_content": {
1272
+ "other": " "
1273
+ },
1274
+ "usersubscriptions_subscription_status_active": {
1275
+ "other": "Aktivan"
1276
+ },
1277
+ "usersubscriptions_subscription_expired": {
1278
+ "other": "Istekao"
1279
+ },
1280
+ "usersubscriptions_no_subscriptions_section_title": {
1281
+ "other": "Otkrijte pretplate"
1282
+ },
1283
+ "usersubscriptions_no_subscriptions_content": {
1284
+ "other": "Otkrijte sjajan sadržaj po odličnim cijenama, kojima se ovdje lako upravlja."
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_button_title": {
1287
+ "other": "Istražite pretplate"
1288
+ },
1289
+ "nav_subscriptions": {
1290
+ "other": "Moje pretplate"
1291
+ },
1292
+ "usersubscriptions_subscription_expiry_trialing": {
1293
+ "other": "Prva uplata {{.Expiry}}"
1294
+ },
1295
+ "usersubscriptions_subscription_expiry_active": {
1296
+ "other": "Sljedeća uplata {{.Expiry}}"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_past_due": {
1299
+ "other": "Rok za plaćanje {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_cancelled": {
1302
+ "other": "Završava {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_expired": {
1305
+ "other": "Završeno {{.Expiry}}"
1306
+ },
1307
+ "sponsor_image_alt": {
1308
+ "other": "logotip sponzora"
1309
+ },
1310
+ "subscribe_to_watch": {
1311
+ "other": "Pretplatite se na gledanje"
1312
+ },
1313
+ "bundle_items_generic": {
1314
+ "other": "{{.Count}} stavke"
1245
1315
  }
1246
1316
  }
@@ -134,28 +134,28 @@
134
134
  "other": "Folytatás"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Megosztás"
137
+ "other": "Részvény"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Megosztani Facebookon"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Oszd meg a Twitteren"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Oszd meg a Linkedin-en"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Oszd meg e-mailben"
149
+ "other": "Email"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Link megosztás"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Link a vágólapra másolva!"
155
+ "other": "Link másolva"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Másolja a vágólapra"
158
+ "other": "Link másolása"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Üdvözöljük "
@@ -660,7 +660,7 @@
660
660
  "other": "Kezd el nézni bármelyiket a {{.BundleItems}} filmjei közül, melyeket mostantól megtalálsz a könyvtáradban."
661
661
  },
662
662
  "shopping_complete_plan": {
663
- "other": "A {{ .Title }} vásárlása sikeres volt."
663
+ "other": "A {{.Title}} vásárlása sikeres volt."
664
664
  },
665
665
  "shopping_complete_rental_watch_window_start": {
666
666
  "one": "Mostantól bármikor elkezdheted megnézni a következő {{.Count}} napban.",
@@ -938,7 +938,7 @@
938
938
  "other": "Feliratkozás visszavonása?"
939
939
  },
940
940
  "usersubscriptions_unsubscribe_modal_body": {
941
- "other": "Ezzel törli az előfizetést a {{.Name}} csomagra. Továbbra is megtekintheti a csomag tartalmát, amíg le nem jár {{.Expiry}}."
941
+ "other": "Ezzel törli a(z) {{.Name}} előfizetését. Továbbra is megtekintheti a tartalmat, amíg le nem jár {{.Expiry}}."
942
942
  },
943
943
  "shopping_card_update_reason_none": {
944
944
  "other": "Frissítse hitelkártyáját. A támogatott kártyák a Visa, Mastercard és az American Express."
@@ -1010,33 +1010,38 @@
1010
1010
  "other": "Ár"
1011
1011
  },
1012
1012
  "shopping_price_plan_note": {
1013
- "zero": "{{ .Interval }} minden .Intervallum .",
1014
- "one": "A 24 órás ingyenes próbaidőszak {{ .Interval }} után minden .Intervallumonként felszámításra kerül.",
1015
- "other": "{{ .Count }} napos ingyenes próbaidőszak {{ .Interval }} után minden .Intervallum felszámításra kerül."
1013
+ "one": "A 24 órás ingyenes próbaidőszak lejárta után minden {{.Interval}} felszámításra kerül.",
1014
+ "other": "A {{.Count}} napos ingyenes próbaidőszak lejárta után minden {{.Interval}} felszámításra kerül."
1015
+ },
1016
+ "shopping_price_plan_note_without_trial": {
1017
+ "other": "minden {{.Interval}} felszámításra kerül."
1016
1018
  },
1017
1019
  "shopping_price_plan_note_interval": {
1018
- "one": "{{ .Interval }}",
1019
- "other": "{{ .Count }} {{ .Interval }}"
1020
+ "one": "{{.Interval}}",
1021
+ "other": "{{.Count}} {{.Interval}}"
1020
1022
  },
1021
- "shopping_enter_card_prompt_plan": {
1023
+ "shopping_enter_card_prompt_subscription": {
1022
1024
  "other": "Az előfizetés megkezdéséhez adja meg alább hitelkártyaadatait."
1023
1025
  },
1026
+ "shopping_enter_card_prompt_plan": {
1027
+ "other": "Adja meg hitelkártya adatait alább a terv elindításához."
1028
+ },
1024
1029
  "shopping_action_plan": {
1025
1030
  "other": "teljes"
1026
1031
  },
1027
1032
  "shopping_complete_subscription": {
1028
- "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{ .Title }} ."
1033
+ "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{.Title}} ."
1029
1034
  },
1030
1035
  "shopping_complete_subscription_browse": {
1031
1036
  "other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
1032
1037
  },
1033
1038
  "shopping_info_plan_offer": {
1034
- "one": "Automatikusan megújítja minden {{ .Interval }}",
1035
- "other": "Automatikusan {{ .Count }} {{ .Interval }}"
1039
+ "one": "Automatikusan megújítja minden {{.Interval}}",
1040
+ "other": "Automatikusan {{.Count}} {{.Interval}}"
1036
1041
  },
1037
1042
  "shopping_info_trial_period_offer": {
1038
1043
  "one": "Próbálja ki most az ingyenes 24 órás próbaverziót!",
1039
- "other": "Próbálja ki ingyenes {{ .Count }} napos próbaverzióját!"
1044
+ "other": "Próbálja ki ingyenes {{.Count}} napos próbaverzióját!"
1040
1045
  },
1041
1046
  "plans_page_header": {
1042
1047
  "other": "Rendelkezésre álló tervek"
@@ -1054,13 +1059,13 @@
1054
1059
  "other": "Olvass tovább"
1055
1060
  },
1056
1061
  "plan_page_header_text": {
1057
- "other": "Élvezze {{ .Name }}"
1062
+ "other": "Élvezze {{.Name}}"
1058
1063
  },
1059
1064
  "page_plan_explore_intro": {
1060
1065
  "other": "VAGY"
1061
1066
  },
1062
1067
  "page_plan_explore_link": {
1063
- "other": "Fedezzen fel más bérleteket"
1068
+ "other": "Fedezzen fel többet"
1064
1069
  },
1065
1070
  "plan_showcase_page_ownership_button_buy": {
1066
1071
  "other": "Vásárolj most"
@@ -1110,6 +1115,9 @@
1110
1115
  "wcag_aria_label_carousel": {
1111
1116
  "other": "Körhinta"
1112
1117
  },
1118
+ "wcag_aria_label_carousel_pagination": {
1119
+ "other": "Lapszámozás"
1120
+ },
1113
1121
  "wcag_aria_label_page_collection": {
1114
1122
  "other": "Oldalgyűjtemény"
1115
1123
  },
@@ -1255,9 +1263,69 @@
1255
1263
  "other": "Lejárt"
1256
1264
  },
1257
1265
  "meta_description_expand": {
1258
- "other": "Mutass többet"
1266
+ "other": "Többet látni"
1259
1267
  },
1260
1268
  "meta_description_collapse": {
1261
- "other": "Mutass kevesebbet"
1269
+ "other": "Kevesebbet látni"
1270
+ },
1271
+ "usersubscriptions_page_header": {
1272
+ "other": "Előfizetések és számlázás"
1273
+ },
1274
+ "usersubscriptions_page_content": {
1275
+ "other": " "
1276
+ },
1277
+ "usersubscriptions_payment_section_title": {
1278
+ "other": "Fizetési mód"
1279
+ },
1280
+ "usersubscriptions_payment_section_content": {
1281
+ "other": "A hitelkártyás fizetési mód módosításai a következő számlázási ciklusban lépnek életbe."
1282
+ },
1283
+ "usersubscriptions_subscriptions_section_title": {
1284
+ "other": "Előfizetés részletei"
1285
+ },
1286
+ "usersubscriptions_subscriptions_section_content": {
1287
+ "other": " "
1288
+ },
1289
+ "usersubscriptions_subscription_status_active": {
1290
+ "other": "Aktív"
1291
+ },
1292
+ "usersubscriptions_subscription_expired": {
1293
+ "other": "Lejárt"
1294
+ },
1295
+ "usersubscriptions_no_subscriptions_section_title": {
1296
+ "other": "Fedezze fel az előfizetéseket"
1297
+ },
1298
+ "usersubscriptions_no_subscriptions_content": {
1299
+ "other": "Fedezzen fel nagyszerű tartalmat nagyszerű áron, könnyen kezelhető itt."
1300
+ },
1301
+ "usersubscriptions_no_subscriptions_button_title": {
1302
+ "other": "Fedezze fel az előfizetéseket"
1303
+ },
1304
+ "nav_subscriptions": {
1305
+ "other": "a Feliratkozásaim"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_trialing": {
1308
+ "other": "Első fizetés {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_active": {
1311
+ "other": "Következő fizetés {{.Expiry}}"
1312
+ },
1313
+ "usersubscriptions_subscription_expiry_past_due": {
1314
+ "other": "Fizetési esedékesség {{.Expiry}}"
1315
+ },
1316
+ "usersubscriptions_subscription_expiry_cancelled": {
1317
+ "other": "Vége {{.Expiry}}"
1318
+ },
1319
+ "usersubscriptions_subscription_expiry_expired": {
1320
+ "other": "Befejeződött {{.Expiry}}"
1321
+ },
1322
+ "sponsor_image_alt": {
1323
+ "other": "szponzor logó"
1324
+ },
1325
+ "subscribe_to_watch": {
1326
+ "other": "Iratkozz fel a nézéshez"
1327
+ },
1328
+ "bundle_items_generic": {
1329
+ "other": "{{.Count}} elemeket"
1262
1330
  }
1263
1331
  }