@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.
Files changed (70) hide show
  1. package/.nvmrc +1 -0
  2. package/CHANGELOG.md +46 -11
  3. package/kibble.json +3 -3
  4. package/package.json +2 -3
  5. package/scripts/translate.mjs +30 -22
  6. package/site/ar_LB.all.json +65 -11
  7. package/site/ca_ES.all.json +65 -11
  8. package/site/da_DK.all.json +64 -10
  9. package/site/de_DE.all.json +64 -10
  10. package/site/el_EL.all.json +64 -10
  11. package/site/en_AU.all.json +69 -15
  12. package/site/es_ES.all.json +66 -12
  13. package/site/es_MX.all.json +66 -12
  14. package/site/{ee_EE.all.json → et_ET.all.json} +64 -10
  15. package/site/fi_FI.all.json +67 -13
  16. package/site/fr_FR.all.json +66 -12
  17. package/site/hr_HR.all.json +65 -11
  18. package/site/hu_HU.all.json +65 -11
  19. package/site/it_IT.all.json +65 -11
  20. package/site/ja_JP.all.json +64 -10
  21. package/site/lt_LT.all.json +64 -10
  22. package/site/nl_BE.all.json +65 -11
  23. package/site/no_NO.all.json +65 -11
  24. package/site/pl_PL.all.json +65 -11
  25. package/site/plans.html.jet +17 -17
  26. package/site/pt_BR.all.json +65 -11
  27. package/site/pt_PT.all.json +65 -11
  28. package/site/ru_RU.all.json +67 -13
  29. package/site/sr_SR.all.json +67 -13
  30. package/site/static/fonts/fa-s72.woff +0 -0
  31. package/site/static/js/main.js +1 -0
  32. package/site/static/scripts/main.js.map +1 -1
  33. package/site/styles/_availability-tags.scss +63 -31
  34. package/site/styles/_awards.scss +4 -3
  35. package/site/styles/_buttons.scss +15 -3
  36. package/site/styles/_carousel.scss +21 -24
  37. package/site/styles/_forms.scss +8 -3
  38. package/site/styles/_icons.scss +180 -9
  39. package/site/styles/_legacy.scss +0 -7
  40. package/site/styles/_meta-detail.scss +65 -40
  41. package/site/styles/_nav.scss +5 -4
  42. package/site/styles/_plans.scss +10 -17
  43. package/site/styles/_poster.scss +3 -9
  44. package/site/styles/_share-modal.scss +86 -0
  45. package/site/styles/_shift72.scss +7 -0
  46. package/site/styles/_shopping.scss +0 -1
  47. package/site/styles/_skip-link.scss +1 -1
  48. package/site/styles/_tooltips.scss +7 -0
  49. package/site/styles/_variables.scss +9 -8
  50. package/site/styles/_wishlist.scss +2 -2
  51. package/site/styles/main.scss +3 -2
  52. package/site/subscriptions.html.jet +11 -0
  53. package/site/templates/application/application.jet +2 -2
  54. package/site/templates/application/google.jet +8 -13
  55. package/site/templates/application/nav/user_logged_in.jet +7 -2
  56. package/site/templates/collection/carousel_item.jet +5 -3
  57. package/site/templates/common/social-media-buttons.jet +1 -37
  58. package/site/templates/common/sponsor-image.jet +18 -0
  59. package/site/templates/film/item.jet +92 -86
  60. package/site/templates/tv/detail.jet +30 -21
  61. package/site/tr_TR.all.json +64 -10
  62. package/site/uk_UA.all.json +65 -11
  63. package/site/zh_TW.all.json +64 -10
  64. package/site/static/fonts/FontAwesome.otf +0 -0
  65. package/site/static/fonts/fontawesome-webfont.eot +0 -0
  66. package/site/static/fonts/fontawesome-webfont.svg +0 -565
  67. package/site/static/fonts/fontawesome-webfont.ttf +0 -0
  68. package/site/static/fonts/fontawesome-webfont.woff +0 -0
  69. package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
  70. package/site/styles/_social-media-buttons.scss +0 -159
@@ -117,16 +117,16 @@
117
117
  "other": "Jaa"
118
118
  },
119
119
  "social_media_buttons_facebook": {
120
- "other": "Jaa Facebookissa"
120
+ "other": "Facebook"
121
121
  },
122
122
  "social_media_buttons_twitter": {
123
- "other": "Jaa Twitterissä"
123
+ "other": "Twitter"
124
124
  },
125
125
  "social_media_buttons_linkedin": {
126
- "other": "Jaa Linkedinissä"
126
+ "other": "Linkedin"
127
127
  },
128
128
  "social_media_buttons_email": {
129
- "other": "Jaa sähköpostilla"
129
+ "other": "Sähköposti"
130
130
  },
131
131
  "social_media_buttons_email_subject": {
132
132
  "other": "Linkin jakaminen"
@@ -135,7 +135,7 @@
135
135
  "other": "Linkki kopioitu leikepöydälle!"
136
136
  },
137
137
  "social_media_buttons_copy_link": {
138
- "other": "Kopioi leikepöydälle"
138
+ "other": "Kopioi linkki"
139
139
  },
140
140
  "accept_invite_page_header": {
141
141
  "other": "Tervetuloa "
@@ -896,7 +896,7 @@
896
896
  "other": "TAI"
897
897
  },
898
898
  "page_plan_explore_link": {
899
- "other": "Tutustu muihin passeihin"
899
+ "other": "Tutustu lisää"
900
900
  },
901
901
  "plan_showcase_page_ownership_button_buy": {
902
902
  "other": "Osta nyt"
@@ -908,10 +908,10 @@
908
908
  "other": "Kilpailussa"
909
909
  },
910
910
  "meta_description_expand": {
911
- "other": "Näytä lisää"
911
+ "other": "Katso lisää"
912
912
  },
913
913
  "meta_description_collapse": {
914
- "other": "Näytä vähemmän"
914
+ "other": "Katso vähemmän"
915
915
  },
916
916
  "awards_winner": {
917
917
  "other": "Voittaja"
@@ -965,13 +965,13 @@
965
965
  "other": "Toivelista"
966
966
  },
967
967
  "wcag_aria_label_facebook": {
968
- "other": "Jaa Facebookissa"
968
+ "other": "Jaa Facebook"
969
969
  },
970
970
  "wcag_aria_label_twitter": {
971
- "other": "Jaa Twitterissä"
971
+ "other": "Jaa Twitter"
972
972
  },
973
973
  "wcag_aria_label_linkedin": {
974
- "other": "Jaa LinkedInissä"
974
+ "other": "Jaa LinkedIn"
975
975
  },
976
976
  "wcag_aria_label_letterboxd": {
977
977
  "other": "Katso Letterboxd"
@@ -1109,7 +1109,7 @@
1109
1109
  "other": "Peruuta tilaus?"
1110
1110
  },
1111
1111
  "usersubscriptions_unsubscribe_modal_body": {
1112
- "other": "Tämä peruuttaa {{.Name}}-tilauksen. Voit silti tarkastella suunnitelman sisältöä sen voimassaolon päättymiseen asti {{.Expiry}}."
1112
+ "other": "Tämä peruuttaa tuotteen {{.Name}} tilauksen. Voit silti katsoa sisältöä, kunnes se vanhenee {{.Expiry}}."
1113
1113
  },
1114
1114
  "signin_form_error_account_suspended": {
1115
1115
  "other": "Tilisi on väliaikaisesti jäädytetty. Ota yhteyttä järjestelmänvalvojaan, jos uskot tämän olevan virhe."
@@ -1250,5 +1250,59 @@
1250
1250
  },
1251
1251
  "shopping_card_change": {
1252
1252
  "other": "Luottokortti ei ole oikea?? <a href=\"{{.SubscriptionsURL}}\">Napsauta tätä päivittääksesi korttisi</a>"
1253
+ },
1254
+ "usersubscriptions_page_header": {
1255
+ "other": "Tilaukset ja laskutus"
1256
+ },
1257
+ "usersubscriptions_page_content": {
1258
+ "other": " "
1259
+ },
1260
+ "usersubscriptions_payment_section_title": {
1261
+ "other": "Maksutapa"
1262
+ },
1263
+ "usersubscriptions_payment_section_content": {
1264
+ "other": "Luottokorttimaksutapasi muutokset tulevat voimaan seuraavalla laskutusjaksollasi."
1265
+ },
1266
+ "usersubscriptions_subscriptions_section_title": {
1267
+ "other": "Tilauksen tiedot"
1268
+ },
1269
+ "usersubscriptions_subscriptions_section_content": {
1270
+ "other": " "
1271
+ },
1272
+ "usersubscriptions_subscription_status_active": {
1273
+ "other": "Aktiivinen"
1274
+ },
1275
+ "usersubscriptions_subscription_expired": {
1276
+ "other": "Vanhentunut"
1277
+ },
1278
+ "usersubscriptions_no_subscriptions_section_title": {
1279
+ "other": "Tutustu tilauksiin"
1280
+ },
1281
+ "usersubscriptions_no_subscriptions_content": {
1282
+ "other": "Löydä mahtavaa sisältöä edulliseen hintaan, jota on helppo hallita täällä."
1283
+ },
1284
+ "usersubscriptions_no_subscriptions_button_title": {
1285
+ "other": "Tutustu tilauksiin"
1286
+ },
1287
+ "nav_subscriptions": {
1288
+ "other": "Omat tilaukset"
1289
+ },
1290
+ "usersubscriptions_subscription_expiry_trialing": {
1291
+ "other": "Ensimmäinen maksu {{ .Expiry }}"
1292
+ },
1293
+ "usersubscriptions_subscription_expiry_active": {
1294
+ "other": "Seuraava maksu {{ .Expiry }}"
1295
+ },
1296
+ "usersubscriptions_subscription_expiry_past_due": {
1297
+ "other": "Maksu eräpäivänä {{ .Expiry }}"
1298
+ },
1299
+ "usersubscriptions_subscription_expiry_cancelled": {
1300
+ "other": "Päättyy {{ .Expiry }}"
1301
+ },
1302
+ "usersubscriptions_subscription_expiry_expired": {
1303
+ "other": "Päättynyt {{ .Expiry }}"
1304
+ },
1305
+ "sponsor_image_alt": {
1306
+ "other": "sponsorin logo"
1253
1307
  }
1254
- }
1308
+ }
@@ -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é dans le presse-papier !"
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 "
@@ -949,7 +949,7 @@
949
949
  "other": "OU"
950
950
  },
951
951
  "page_plan_explore_link": {
952
- "other": "Découvrir d'autres pass"
952
+ "other": "Explore plus"
953
953
  },
954
954
  "plan_showcase_page_ownership_button_buy": {
955
955
  "other": "Acheter maintenant"
@@ -961,10 +961,10 @@
961
961
  "other": "En compétition"
962
962
  },
963
963
  "meta_description_expand": {
964
- "other": "Montre plus"
964
+ "other": "Voir plus"
965
965
  },
966
966
  "meta_description_collapse": {
967
- "other": "Montrer moins"
967
+ "other": "Voir moins"
968
968
  },
969
969
  "awards_winner": {
970
970
  "other": "Gagnante"
@@ -1141,7 +1141,7 @@
1141
1141
  "other": "Se désabonner?"
1142
1142
  },
1143
1143
  "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}}. "
1144
+ "other": "Cela annulera l'abonnement à {{.Name}}. Vous pourrez toujours regarder le contenu jusqu'à ce qu'il expire {{.Expiry}}."
1145
1145
  },
1146
1146
  "signin_form_error_ip_throttled": {
1147
1147
  "other": "Vous n'avez pas réussi à vous connecter trop de fois. Veuillez réessayer plus tard."
@@ -1250,5 +1250,59 @@
1250
1250
  },
1251
1251
  "shopping_error_plan_expired": {
1252
1252
  "other": "Ce forfait n'est plus disponible."
1253
+ },
1254
+ "usersubscriptions_page_header": {
1255
+ "other": "Abonnements et facturation"
1256
+ },
1257
+ "usersubscriptions_page_content": {
1258
+ "other": " "
1259
+ },
1260
+ "usersubscriptions_payment_section_title": {
1261
+ "other": "Mode de paiement"
1262
+ },
1263
+ "usersubscriptions_payment_section_content": {
1264
+ "other": "Les modifications apportées à votre mode de paiement par carte de crédit prendront effet lors de votre prochain cycle de facturation."
1265
+ },
1266
+ "usersubscriptions_subscriptions_section_title": {
1267
+ "other": "Détails de l'abonnement"
1268
+ },
1269
+ "usersubscriptions_subscriptions_section_content": {
1270
+ "other": " "
1271
+ },
1272
+ "usersubscriptions_subscription_status_active": {
1273
+ "other": "actif"
1274
+ },
1275
+ "usersubscriptions_subscription_expired": {
1276
+ "other": "Expiré"
1277
+ },
1278
+ "usersubscriptions_no_subscriptions_section_title": {
1279
+ "other": "Découvrir les abonnements"
1280
+ },
1281
+ "usersubscriptions_no_subscriptions_content": {
1282
+ "other": "Découvrez un excellent contenu à des prix avantageux, facilement géré ici."
1283
+ },
1284
+ "usersubscriptions_no_subscriptions_button_title": {
1285
+ "other": "Explorer les abonnements"
1286
+ },
1287
+ "nav_subscriptions": {
1288
+ "other": "Mes abonnements"
1289
+ },
1290
+ "usersubscriptions_subscription_expiry_trialing": {
1291
+ "other": "Premier paiement {{ .Expiry }}"
1292
+ },
1293
+ "usersubscriptions_subscription_expiry_active": {
1294
+ "other": "Prochain paiement {{ .Expiry }}"
1295
+ },
1296
+ "usersubscriptions_subscription_expiry_past_due": {
1297
+ "other": "Paiement dû {{ .Expiry }}"
1298
+ },
1299
+ "usersubscriptions_subscription_expiry_cancelled": {
1300
+ "other": "Se termine {{ .Expiry }}"
1301
+ },
1302
+ "usersubscriptions_subscription_expiry_expired": {
1303
+ "other": "Terminé {{ .Expiry }}"
1304
+ },
1305
+ "sponsor_image_alt": {
1306
+ "other": "logo du sponsor"
1253
1307
  }
1254
- }
1308
+ }
@@ -132,19 +132,19 @@
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"
@@ -153,7 +153,7 @@
153
153
  "other": "Veza je kopirana u međuspremnik!"
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 "
@@ -1133,7 +1133,7 @@
1133
1133
  "other": "ILI"
1134
1134
  },
1135
1135
  "page_plan_explore_link": {
1136
- "other": "Istražite druge prolaze"
1136
+ "other": "Istražite više"
1137
1137
  },
1138
1138
  "plan_showcase_page_ownership_button_buy": {
1139
1139
  "other": "Kupi sada"
@@ -1145,10 +1145,10 @@
1145
1145
  "other": "U natjecanju"
1146
1146
  },
1147
1147
  "meta_description_expand": {
1148
- "other": "Prikaži više"
1148
+ "other": "Vidi više"
1149
1149
  },
1150
1150
  "meta_description_collapse": {
1151
- "other": "Pokažite manje"
1151
+ "other": "Vidite manje"
1152
1152
  },
1153
1153
  "awards_winner": {
1154
1154
  "other": "Pobjednik"
@@ -1190,7 +1190,7 @@
1190
1190
  "other": "Otkazati pretplatu?"
1191
1191
  },
1192
1192
  "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}}."
1193
+ "other": "Ovo će otkazati pretplatu na {{.Name}}. I dalje ćete moći gledati sadržaj dok ne istekne {{.Expiry}}."
1194
1194
  },
1195
1195
  "nav_homepage": {
1196
1196
  "other": "ABC Cinemas"
@@ -1242,5 +1242,59 @@
1242
1242
  },
1243
1243
  "user_error_too_many_pin_errors_help_page_link": {
1244
1244
  "other": ""
1245
+ },
1246
+ "usersubscriptions_page_header": {
1247
+ "other": "Pretplate i naplata"
1248
+ },
1249
+ "usersubscriptions_page_content": {
1250
+ "other": " "
1251
+ },
1252
+ "usersubscriptions_payment_section_title": {
1253
+ "other": "Način plaćanja"
1254
+ },
1255
+ "usersubscriptions_payment_section_content": {
1256
+ "other": "Promjene vašeg načina plaćanja kreditnom karticom stupit će na snagu u vašem sljedećem ciklusu naplate."
1257
+ },
1258
+ "usersubscriptions_subscriptions_section_title": {
1259
+ "other": "Pojedinosti o pretplati"
1260
+ },
1261
+ "usersubscriptions_subscriptions_section_content": {
1262
+ "other": " "
1263
+ },
1264
+ "usersubscriptions_subscription_status_active": {
1265
+ "other": "Aktivan"
1266
+ },
1267
+ "usersubscriptions_subscription_expired": {
1268
+ "other": "Istekao"
1269
+ },
1270
+ "usersubscriptions_no_subscriptions_section_title": {
1271
+ "other": "Otkrijte pretplate"
1272
+ },
1273
+ "usersubscriptions_no_subscriptions_content": {
1274
+ "other": "Otkrijte sjajan sadržaj po odličnim cijenama, kojima se ovdje lako upravlja."
1275
+ },
1276
+ "usersubscriptions_no_subscriptions_button_title": {
1277
+ "other": "Istražite pretplate"
1278
+ },
1279
+ "nav_subscriptions": {
1280
+ "other": "Moje pretplate"
1281
+ },
1282
+ "usersubscriptions_subscription_expiry_trialing": {
1283
+ "other": "Prva uplata {{ .Expiry }}"
1284
+ },
1285
+ "usersubscriptions_subscription_expiry_active": {
1286
+ "other": "Sljedeća uplata {{ .Expiry }}"
1287
+ },
1288
+ "usersubscriptions_subscription_expiry_past_due": {
1289
+ "other": "Rok za plaćanje {{ .Expiry }}"
1290
+ },
1291
+ "usersubscriptions_subscription_expiry_cancelled": {
1292
+ "other": "Završava {{ .Expiry }}"
1293
+ },
1294
+ "usersubscriptions_subscription_expiry_expired": {
1295
+ "other": "Završeno {{ .Expiry }}"
1296
+ },
1297
+ "sponsor_image_alt": {
1298
+ "other": "logotip sponzora"
1245
1299
  }
1246
- }
1300
+ }
@@ -134,19 +134,19 @@
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"
@@ -155,7 +155,7 @@
155
155
  "other": "Link a vágólapra 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 "
@@ -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."
@@ -1060,7 +1060,7 @@
1060
1060
  "other": "VAGY"
1061
1061
  },
1062
1062
  "page_plan_explore_link": {
1063
- "other": "Fedezzen fel más bérleteket"
1063
+ "other": "Fedezzen fel többet"
1064
1064
  },
1065
1065
  "plan_showcase_page_ownership_button_buy": {
1066
1066
  "other": "Vásárolj most"
@@ -1255,9 +1255,63 @@
1255
1255
  "other": "Lejárt"
1256
1256
  },
1257
1257
  "meta_description_expand": {
1258
- "other": "Mutass többet"
1258
+ "other": "Többet látni"
1259
1259
  },
1260
1260
  "meta_description_collapse": {
1261
- "other": "Mutass kevesebbet"
1261
+ "other": "Kevesebbet látni"
1262
+ },
1263
+ "usersubscriptions_page_header": {
1264
+ "other": "Előfizetések és számlázás"
1265
+ },
1266
+ "usersubscriptions_page_content": {
1267
+ "other": " "
1268
+ },
1269
+ "usersubscriptions_payment_section_title": {
1270
+ "other": "Fizetési mód"
1271
+ },
1272
+ "usersubscriptions_payment_section_content": {
1273
+ "other": "A hitelkártyás fizetési mód módosításai a következő számlázási ciklusban lépnek életbe."
1274
+ },
1275
+ "usersubscriptions_subscriptions_section_title": {
1276
+ "other": "Előfizetés részletei"
1277
+ },
1278
+ "usersubscriptions_subscriptions_section_content": {
1279
+ "other": " "
1280
+ },
1281
+ "usersubscriptions_subscription_status_active": {
1282
+ "other": "Aktív"
1283
+ },
1284
+ "usersubscriptions_subscription_expired": {
1285
+ "other": "Lejárt"
1286
+ },
1287
+ "usersubscriptions_no_subscriptions_section_title": {
1288
+ "other": "Fedezze fel az előfizetéseket"
1289
+ },
1290
+ "usersubscriptions_no_subscriptions_content": {
1291
+ "other": "Fedezzen fel nagyszerű tartalmat nagyszerű áron, könnyen kezelhető itt."
1292
+ },
1293
+ "usersubscriptions_no_subscriptions_button_title": {
1294
+ "other": "Fedezze fel az előfizetéseket"
1295
+ },
1296
+ "nav_subscriptions": {
1297
+ "other": "a Feliratkozásaim"
1298
+ },
1299
+ "usersubscriptions_subscription_expiry_trialing": {
1300
+ "other": "Első fizetés {{ .Expiry }}"
1301
+ },
1302
+ "usersubscriptions_subscription_expiry_active": {
1303
+ "other": "Következő fizetés {{ .Expiry }}"
1304
+ },
1305
+ "usersubscriptions_subscription_expiry_past_due": {
1306
+ "other": "Fizetési esedékesség {{ .Expiry }}"
1307
+ },
1308
+ "usersubscriptions_subscription_expiry_cancelled": {
1309
+ "other": "Vége {{ .Expiry }}"
1310
+ },
1311
+ "usersubscriptions_subscription_expiry_expired": {
1312
+ "other": "Befejeződött {{ .Expiry }}"
1313
+ },
1314
+ "sponsor_image_alt": {
1315
+ "other": "szponzor logó"
1262
1316
  }
1263
- }
1317
+ }
@@ -134,19 +134,19 @@
134
134
  "other": "Continua"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Condividi"
137
+ "other": "Condividere"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Condividi su Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Condividi su Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Condividi su Linkedin"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Condividi via e-mail"
149
+ "other": "E-mail"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Condividi link"
@@ -155,7 +155,7 @@
155
155
  "other": "Link copiato negli appunti!"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Copia negli appunti"
158
+ "other": "Copia link"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Accoglienza "
@@ -961,7 +961,7 @@
961
961
  "other": "O"
962
962
  },
963
963
  "page_plan_explore_link": {
964
- "other": "Esplora altri pass"
964
+ "other": "Esplora di più"
965
965
  },
966
966
  "plan_showcase_page_ownership_button_buy": {
967
967
  "other": "Acquista ora"
@@ -973,10 +973,10 @@
973
973
  "other": "In Concorso"
974
974
  },
975
975
  "meta_description_expand": {
976
- "other": "Mostra di più"
976
+ "other": "Vedi altro"
977
977
  },
978
978
  "meta_description_collapse": {
979
- "other": "Mostra meno"
979
+ "other": "Vedi di meno"
980
980
  },
981
981
  "awards_winner": {
982
982
  "other": "Vincitore"
@@ -1153,7 +1153,7 @@
1153
1153
  "other": "Annullare l'iscrizione?"
1154
1154
  },
1155
1155
  "usersubscriptions_unsubscribe_modal_body": {
1156
- "other": "Questo annullerà l'abbonamento al piano {{.Name}}. Potrai comunque guardare i contenuti del piano fino alla scadenza {{.Expiry}}."
1156
+ "other": "Questo annullerà l'abbonamento a {{.Name}}. Potrai comunque guardare il contenuto fino alla scadenza {{.Expiry}}."
1157
1157
  },
1158
1158
  "signin_form_error_ip_throttled": {
1159
1159
  "other": "Non sei riuscito ad accedere troppe volte. Per favore riprova più tardi."
@@ -1250,5 +1250,59 @@
1250
1250
  },
1251
1251
  "shopping_error_item_limit_exceeded": {
1252
1252
  "other": "Sfortunatamente, {{.Title}} è esaurito."
1253
+ },
1254
+ "usersubscriptions_page_header": {
1255
+ "other": "Abbonamenti e fatturazione"
1256
+ },
1257
+ "usersubscriptions_page_content": {
1258
+ "other": " "
1259
+ },
1260
+ "usersubscriptions_payment_section_title": {
1261
+ "other": "Metodo di pagamento"
1262
+ },
1263
+ "usersubscriptions_payment_section_content": {
1264
+ "other": "Le modifiche al metodo di pagamento con carta di credito avranno effetto nel prossimo ciclo di fatturazione."
1265
+ },
1266
+ "usersubscriptions_subscriptions_section_title": {
1267
+ "other": "Dettagli dell'abbonamento"
1268
+ },
1269
+ "usersubscriptions_subscriptions_section_content": {
1270
+ "other": " "
1271
+ },
1272
+ "usersubscriptions_subscription_status_active": {
1273
+ "other": "Attivo"
1274
+ },
1275
+ "usersubscriptions_subscription_expired": {
1276
+ "other": "Scaduto"
1277
+ },
1278
+ "usersubscriptions_no_subscriptions_section_title": {
1279
+ "other": "Scopri gli abbonamenti"
1280
+ },
1281
+ "usersubscriptions_no_subscriptions_content": {
1282
+ "other": "Scopri fantastici contenuti a ottimi prezzi, facilmente gestibili qui."
1283
+ },
1284
+ "usersubscriptions_no_subscriptions_button_title": {
1285
+ "other": "Esplora gli abbonamenti"
1286
+ },
1287
+ "nav_subscriptions": {
1288
+ "other": "le mie sottoscrizioni"
1289
+ },
1290
+ "usersubscriptions_subscription_expiry_trialing": {
1291
+ "other": "Primo pagamento {{ .Expiry }}"
1292
+ },
1293
+ "usersubscriptions_subscription_expiry_active": {
1294
+ "other": "Prossimo pagamento {{ .Expiry }}"
1295
+ },
1296
+ "usersubscriptions_subscription_expiry_past_due": {
1297
+ "other": "Pagamento dovuto {{ .Expiry }}"
1298
+ },
1299
+ "usersubscriptions_subscription_expiry_cancelled": {
1300
+ "other": "Termina {{ .Expiry }}"
1301
+ },
1302
+ "usersubscriptions_subscription_expiry_expired": {
1303
+ "other": "Terminato {{ .Expiry }}"
1304
+ },
1305
+ "sponsor_image_alt": {
1306
+ "other": "logo dello sponsor"
1253
1307
  }
1254
- }
1308
+ }