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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. package/CHANGELOG.md +37 -10
  2. package/kibble.json +1 -1
  3. package/package.json +1 -1
  4. package/site/ar_LB.all.json +50 -6
  5. package/site/ca_ES.all.json +35 -7
  6. package/site/da_DK.all.json +35 -7
  7. package/site/de_DE.all.json +35 -7
  8. package/site/el_EL.all.json +35 -7
  9. package/site/en_AU.all.json +35 -7
  10. package/site/es_ES.all.json +39 -7
  11. package/site/es_MX.all.json +39 -7
  12. package/site/et_ET.all.json +35 -7
  13. package/site/fi_FI.all.json +36 -8
  14. package/site/fr_FR.all.json +39 -7
  15. package/site/hr_HR.all.json +39 -7
  16. package/site/hu_HU.all.json +35 -7
  17. package/site/it_IT.all.json +38 -6
  18. package/site/ja_JP.all.json +31 -7
  19. package/site/lt_LT.all.json +43 -7
  20. package/site/nl_BE.all.json +34 -6
  21. package/site/no_NO.all.json +35 -7
  22. package/site/pl_PL.all.json +43 -7
  23. package/site/plans.html.jet +1 -1
  24. package/site/pt_BR.all.json +39 -7
  25. package/site/pt_PT.all.json +39 -7
  26. package/site/ru_RU.all.json +43 -7
  27. package/site/sr_SR.all.json +39 -7
  28. package/site/static/js/main.js +0 -1
  29. package/site/static/scripts/main.js.map +1 -1
  30. package/site/styles/_availability-tags.scss +1 -3
  31. package/site/styles/_awards.scss +16 -9
  32. package/site/styles/_buttons.scss +19 -95
  33. package/site/styles/_carousel.scss +20 -27
  34. package/site/styles/_collections.scss +17 -33
  35. package/site/styles/_cta-buttons.scss +0 -71
  36. package/site/styles/_footer.scss +5 -9
  37. package/site/styles/_forms.scss +7 -4
  38. package/site/styles/_icons.scss +10 -0
  39. package/site/styles/_meta-detail.scss +26 -50
  40. package/site/styles/_meta-item-tagline.scss +2 -6
  41. package/site/styles/_meta-item.scss +0 -4
  42. package/site/styles/_meta-sub-item.scss +0 -4
  43. package/site/styles/_pages.scss +21 -49
  44. package/site/styles/_plans.scss +4 -0
  45. package/site/styles/_search.scss +0 -2
  46. package/site/styles/_share-modal.scss +0 -4
  47. package/site/styles/_shopping.scss +0 -5
  48. package/site/styles/_tooltips.scss +13 -0
  49. package/site/styles/_typography.scss +137 -0
  50. package/site/styles/_variables.scss +5 -0
  51. package/site/styles/_wishlist.scss +8 -14
  52. package/site/styles/main.scss +1 -0
  53. package/site/templates/collection/carousel/item/synopsis.jet +5 -3
  54. package/site/templates/collection/carousel/item.jet +8 -5
  55. package/site/templates/common/awards/item.jet +2 -2
  56. package/site/templates/common/cta_buttons.jet +4 -12
  57. package/site/templates/film/item.jet +3 -3
  58. package/site/templates/items/tagline.jet +25 -50
  59. package/site/templates/tv/detail.jet +1 -1
  60. package/site/tr_TR.all.json +35 -7
  61. package/site/uk_UA.all.json +43 -7
  62. package/site/zh_TW.all.json +31 -7
@@ -122,7 +122,7 @@
122
122
  "other": "Aplicar búsqueda"
123
123
  },
124
124
  "play_button_watch": {
125
- "other": "Reproducir"
125
+ "other": "Ver ahora"
126
126
  },
127
127
  "play_button_resume": {
128
128
  "other": "Reproducir"
@@ -748,7 +748,7 @@
748
748
  "other": "Agregar a mi lista"
749
749
  },
750
750
  "userwishlist_button_remove": {
751
- "other": "Mi Lista"
751
+ "other": "Eliminar de mi lista"
752
752
  },
753
753
  "userwishlist_button_add_compact": {
754
754
  "other": "Mi Lista"
@@ -1146,10 +1146,10 @@
1146
1146
  "other": "Cancelar mi suscripción"
1147
1147
  },
1148
1148
  "usersubscriptions_unsubscribe_modal_cancel": {
1149
- "other": "Cancelar"
1149
+ "other": "No, gracias"
1150
1150
  },
1151
1151
  "usersubscriptions_unsubscribe_modal_confirm": {
1152
- "other": "Sí, cancelar mi suscripción"
1152
+ "other": "Sí, cancelar"
1153
1153
  },
1154
1154
  "usersubscriptions_unsubscribe_modal_title": {
1155
1155
  "other": "¿Cancelar suscripción?"
@@ -1206,7 +1206,7 @@
1206
1206
  "other": "(caducada)"
1207
1207
  },
1208
1208
  "shopping_card_use_other": {
1209
- "other": "Usar una nueva tarjeta"
1209
+ "other": "Agregar nueva tarjeta"
1210
1210
  },
1211
1211
  "shopping_card_use_new_card": {
1212
1212
  "other": "Cambiar tarjeta"
@@ -1215,7 +1215,7 @@
1215
1215
  "other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
1216
1216
  },
1217
1217
  "shopping_info_ownership_plan": {
1218
- "other": "Suscripción"
1218
+ "other": "Plan"
1219
1219
  },
1220
1220
  "shopping_action_credit": {
1221
1221
  "other": "añadir crédito"
@@ -1323,12 +1323,44 @@
1323
1323
  "other": "Por favor, introduzca un código de promoción válido."
1324
1324
  },
1325
1325
  "shopping_complete_promo_only": {
1326
- "other": "¡Éxito! Ahora puedes ver {{.Title}}."
1326
+ "other": "Ahora puedes ver {{.Title}}."
1327
1327
  },
1328
1328
  "shopping_action_redeem_promo_code": {
1329
1329
  "other": "Redimir"
1330
1330
  },
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Redimir"
1333
+ },
1334
+ "subscription_cta_label": {
1335
+ "other": "Suscribir {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Año",
1339
+ "many": "{{.Count}} Años",
1340
+ "other": "{{.Count}} Años"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mes",
1344
+ "many": "{{.Count}} Meses",
1345
+ "other": "{{.Count}} Meses"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Semana",
1349
+ "many": "{{.Count}} Semanas",
1350
+ "other": "{{.Count}} Semanas"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Día",
1354
+ "many": "{{.Count}} Días",
1355
+ "other": "{{.Count}} Días"
1356
+ },
1357
+ "shopping_info_ownership_subscription": {
1358
+ "other": "Suscripción"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Inténtalo de nuevo"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Su tarjeta no es compatible."
1333
1365
  }
1334
1366
  }
@@ -122,7 +122,7 @@
122
122
  "other": "Enviar busqueda"
123
123
  },
124
124
  "play_button_watch": {
125
- "other": "Reproducir"
125
+ "other": "Ver ahora"
126
126
  },
127
127
  "play_button_resume": {
128
128
  "other": "Continuar"
@@ -733,7 +733,7 @@
733
733
  "other": "Agregar a mi lista"
734
734
  },
735
735
  "userwishlist_button_remove": {
736
- "other": "Mi lista"
736
+ "other": "Eliminar de mi lista"
737
737
  },
738
738
  "userwishlist_button_add_compact": {
739
739
  "other": "Mi lista"
@@ -1106,10 +1106,10 @@
1106
1106
  "other": "Cancelar mi suscripción"
1107
1107
  },
1108
1108
  "usersubscriptions_unsubscribe_modal_cancel": {
1109
- "other": "Cancelar"
1109
+ "other": "No, gracias"
1110
1110
  },
1111
1111
  "usersubscriptions_unsubscribe_modal_confirm": {
1112
- "other": "Sí, cancelar mi suscripción"
1112
+ "other": "Sí, cancelar"
1113
1113
  },
1114
1114
  "usersubscriptions_unsubscribe_modal_title": {
1115
1115
  "other": "¿Cancelar suscripción?"
@@ -1151,7 +1151,7 @@
1151
1151
  "other": "(caducada)"
1152
1152
  },
1153
1153
  "shopping_card_use_other": {
1154
- "other": "Usar una nueva tarjeta"
1154
+ "other": "Agregar nueva tarjeta"
1155
1155
  },
1156
1156
  "shopping_card_use_new_card": {
1157
1157
  "other": "Cambiar tarjeta"
@@ -1160,7 +1160,7 @@
1160
1160
  "other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
1161
1161
  },
1162
1162
  "shopping_info_ownership_plan": {
1163
- "other": "Suscripción"
1163
+ "other": "Plan"
1164
1164
  },
1165
1165
  "shopping_action_credit": {
1166
1166
  "other": "añadir crédito"
@@ -1323,12 +1323,44 @@
1323
1323
  "other": "Por favor, introduzca un código de promoción válido."
1324
1324
  },
1325
1325
  "shopping_complete_promo_only": {
1326
- "other": "¡Éxito! Ahora puedes ver {{.Title}}."
1326
+ "other": "Ahora puedes ver {{.Title}}."
1327
1327
  },
1328
1328
  "shopping_action_redeem_promo_code": {
1329
1329
  "other": "Redimir"
1330
1330
  },
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Redimir"
1333
+ },
1334
+ "subscription_cta_label": {
1335
+ "other": "Suscribir {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "Año",
1339
+ "many": "{{.Count}} Años",
1340
+ "other": "{{.Count}} Años"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mes",
1344
+ "many": "{{.Count}} Meses",
1345
+ "other": "{{.Count}} Meses"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "Semana",
1349
+ "many": "{{.Count}} Semanas",
1350
+ "other": "{{.Count}} Semanas"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Día",
1354
+ "many": "{{.Count}} Días",
1355
+ "other": "{{.Count}} Días"
1356
+ },
1357
+ "shopping_info_ownership_subscription": {
1358
+ "other": "Suscripción"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Inténtalo de nuevo"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Su tarjeta no es compatible."
1333
1365
  }
1334
1366
  }
@@ -122,7 +122,7 @@
122
122
  "other": "Otsi"
123
123
  },
124
124
  "play_button_watch": {
125
- "other": "Vaata"
125
+ "other": "Vaata nüüd"
126
126
  },
127
127
  "play_button_resume": {
128
128
  "other": "Jätka"
@@ -739,7 +739,7 @@
739
739
  "other": "Lisa minu nimekirja"
740
740
  },
741
741
  "userwishlist_button_remove": {
742
- "other": "Minu nimekiri"
742
+ "other": "Eemalda minu loendist"
743
743
  },
744
744
  "userwishlist_button_add_compact": {
745
745
  "other": "Minu nimekiri"
@@ -881,13 +881,13 @@
881
881
  "other": "(aegunud)"
882
882
  },
883
883
  "shopping_card_use_other": {
884
- "other": "Kasutage uut kaarti"
884
+ "other": "Lisa uus kaart"
885
885
  },
886
886
  "shopping_card_use_new_card": {
887
887
  "other": "Vaheta kaarti"
888
888
  },
889
889
  "shopping_info_ownership_plan": {
890
- "other": "Tellimus"
890
+ "other": "Plaan"
891
891
  },
892
892
  "shopping_action_credit": {
893
893
  "other": "Täida"
@@ -923,10 +923,10 @@
923
923
  "other": "Tühista minu tellimus"
924
924
  },
925
925
  "usersubscriptions_unsubscribe_modal_cancel": {
926
- "other": "Tühista"
926
+ "other": "Ei aitäh"
927
927
  },
928
928
  "usersubscriptions_unsubscribe_modal_confirm": {
929
- "other": "Jah, tühistage minu tellimus"
929
+ "other": "Jah, tühista"
930
930
  },
931
931
  "usersubscriptions_unsubscribe_modal_title": {
932
932
  "other": "Kas tühistada tellimus?"
@@ -1332,12 +1332,40 @@
1332
1332
  "other": "Sisestage kehtiv sooduskood."
1333
1333
  },
1334
1334
  "shopping_complete_promo_only": {
1335
- "other": "Edu! Nüüd saate vaadata {{.Title}}."
1335
+ "other": "Nüüd saate vaadata {{.Title}}."
1336
1336
  },
1337
1337
  "shopping_action_redeem_promo_code": {
1338
1338
  "other": "Lunastama"
1339
1339
  },
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Lunastama"
1342
+ },
1343
+ "subscription_cta_label": {
1344
+ "other": "Telli {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "aasta",
1348
+ "other": "{{.Count}} Aastaid"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Kuu",
1352
+ "other": "{{.Count}} Kuud"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Nädal",
1356
+ "other": "{{.Count}} Nädalad"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "päev",
1360
+ "other": "{{.Count}} Päevad"
1361
+ },
1362
+ "shopping_info_ownership_subscription": {
1363
+ "other": "Tellimus"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Palun proovi uuesti"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "Teie kaarti ei toetata."
1342
1370
  }
1343
1371
  }
@@ -102,7 +102,7 @@
102
102
  "other": "Hae"
103
103
  },
104
104
  "play_button_watch": {
105
- "other": "Toista"
105
+ "other": "Katso nyt"
106
106
  },
107
107
  "play_button_resume": {
108
108
  "other": "Jatka"
@@ -698,7 +698,7 @@
698
698
  "other": "Lisää listaani"
699
699
  },
700
700
  "userwishlist_button_remove": {
701
- "other": "Listani"
701
+ "other": "Poista listaltani"
702
702
  },
703
703
  "userwishlist_button_add_compact": {
704
704
  "other": "Listani"
@@ -1102,10 +1102,10 @@
1102
1102
  "other": "Peruuta tilaukseni"
1103
1103
  },
1104
1104
  "usersubscriptions_unsubscribe_modal_cancel": {
1105
- "other": "Peruuttaa"
1105
+ "other": "Ei kiitos"
1106
1106
  },
1107
1107
  "usersubscriptions_unsubscribe_modal_confirm": {
1108
- "other": "Kyllä, peruuta tilaukseni"
1108
+ "other": "Kyllä, peruuta"
1109
1109
  },
1110
1110
  "usersubscriptions_unsubscribe_modal_title": {
1111
1111
  "other": "Peruuta tilaus?"
@@ -1144,7 +1144,7 @@
1144
1144
  "other": "(vanhentunut)"
1145
1145
  },
1146
1146
  "shopping_card_use_other": {
1147
- "other": "Käytä uutta korttia"
1147
+ "other": "Lisää uusi kortti"
1148
1148
  },
1149
1149
  "shopping_card_use_new_card": {
1150
1150
  "other": "Vaihda kortti"
@@ -1153,7 +1153,7 @@
1153
1153
  "other": "Päivitä luottokorttisi. Tuetut kortit ovat Visa, Mastercard ja American Express."
1154
1154
  },
1155
1155
  "shopping_info_ownership_plan": {
1156
- "other": "Tilaus"
1156
+ "other": "Suunnitelma"
1157
1157
  },
1158
1158
  "shopping_action_credit": {
1159
1159
  "other": "Täytä"
@@ -1323,12 +1323,40 @@
1323
1323
  "other": "Anna kelvollinen tarjouskoodi."
1324
1324
  },
1325
1325
  "shopping_complete_promo_only": {
1326
- "other": "Menestys! Voit nyt katsoa {{.Title}}."
1326
+ "other": "Voit nyt katsoa {{.Title}}."
1327
1327
  },
1328
1328
  "shopping_action_redeem_promo_code": {
1329
1329
  "other": "Lunastaa"
1330
1330
  },
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Lunastaa"
1333
- }
1333
+ },
1334
+ "subscription_cta_label": {
1335
+ "other": "Tilaa {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "vuosi",
1339
+ "other": "{{.Count}} Vuosia"
1340
+ },
1341
+ "subscription_recurrence_month": {
1342
+ "one": "Kuukausi",
1343
+ "other": "{{.Count}} Kuukaudet"
1344
+ },
1345
+ "subscription_recurrence_week": {
1346
+ "one": "Viikko",
1347
+ "other": "{{.Count}} Viikot"
1348
+ },
1349
+ "subscription_recurrence_day": {
1350
+ "one": "Päivä",
1351
+ "other": "{{.Count}} päivää"
1352
+ },
1353
+ "shopping_info_ownership_subscription": {
1354
+ "other": "Tilaus"
1355
+ },
1356
+ "something_bad_happened": {
1357
+ "other": "Yritä uudelleen"
1358
+ },
1359
+ "stripe_card_not_supported": {
1360
+ "other": "Korttiasi ei tueta."
1361
+ }
1334
1362
  }
@@ -119,7 +119,7 @@
119
119
  "other": "Rechercher"
120
120
  },
121
121
  "play_button_watch": {
122
- "other": "Voir le film"
122
+ "other": "Regarde maintenant"
123
123
  },
124
124
  "play_button_resume": {
125
125
  "other": "Continuer"
@@ -769,7 +769,7 @@
769
769
  "other": "Ajouter à ma liste"
770
770
  },
771
771
  "userwishlist_button_remove": {
772
- "other": "Ma liste"
772
+ "other": "Supprimer de ma liste"
773
773
  },
774
774
  "userwishlist_button_add_compact": {
775
775
  "other": "Ma liste"
@@ -1134,10 +1134,10 @@
1134
1134
  "other": "Annuler mon abonnement"
1135
1135
  },
1136
1136
  "usersubscriptions_unsubscribe_modal_cancel": {
1137
- "other": "Annuler"
1137
+ "other": "Non merci"
1138
1138
  },
1139
1139
  "usersubscriptions_unsubscribe_modal_confirm": {
1140
- "other": "Oui, résilier mon abonnement"
1140
+ "other": "Oui, annuler"
1141
1141
  },
1142
1142
  "usersubscriptions_unsubscribe_modal_title": {
1143
1143
  "other": "Se désabonner?"
@@ -1194,7 +1194,7 @@
1194
1194
  "other": "(expiré)"
1195
1195
  },
1196
1196
  "shopping_card_use_other": {
1197
- "other": "Utiliser une nouvelle carte"
1197
+ "other": "Ajouter une nouvelle carte"
1198
1198
  },
1199
1199
  "shopping_card_use_new_card": {
1200
1200
  "other": "Modifier les informations de la carte"
@@ -1203,7 +1203,7 @@
1203
1203
  "other": "Mettez à jour votre carte de crédit. Les cartes acceptées sont Visa, Mastercard et American Express."
1204
1204
  },
1205
1205
  "shopping_info_ownership_plan": {
1206
- "other": "Abonnement"
1206
+ "other": "Planifier"
1207
1207
  },
1208
1208
  "shopping_action_credit": {
1209
1209
  "other": "Ajouter un crédit"
@@ -1323,12 +1323,44 @@
1323
1323
  "other": "Veuillez saisir un code promotionnel valide."
1324
1324
  },
1325
1325
  "shopping_complete_promo_only": {
1326
- "other": "Succès! Vous pouvez maintenant regarder {{.Title}}."
1326
+ "other": "Vous pouvez maintenant regarder {{.Title}}."
1327
1327
  },
1328
1328
  "shopping_action_redeem_promo_code": {
1329
1329
  "other": "Racheter"
1330
1330
  },
1331
1331
  "pricing_ownership_promo": {
1332
1332
  "other": "Racheter"
1333
+ },
1334
+ "subscription_cta_label": {
1335
+ "other": "S'abonner {{.Price}}/{{.Recurrence}}"
1336
+ },
1337
+ "subscription_recurrence_year": {
1338
+ "one": "An",
1339
+ "many": "{{.Count}} Années",
1340
+ "other": "{{.Count}} Années"
1341
+ },
1342
+ "subscription_recurrence_month": {
1343
+ "one": "Mois",
1344
+ "many": "{{.Count}} Mois",
1345
+ "other": "{{.Count}} Mois"
1346
+ },
1347
+ "subscription_recurrence_week": {
1348
+ "one": "La semaine",
1349
+ "many": "{{.Count}} Semaines",
1350
+ "other": "{{.Count}} Semaines"
1351
+ },
1352
+ "subscription_recurrence_day": {
1353
+ "one": "Jour",
1354
+ "many": "{{.Count}} Journées",
1355
+ "other": "{{.Count}} Journées"
1356
+ },
1357
+ "shopping_info_ownership_subscription": {
1358
+ "other": "Abonnement"
1359
+ },
1360
+ "something_bad_happened": {
1361
+ "other": "Veuillez réessayer"
1362
+ },
1363
+ "stripe_card_not_supported": {
1364
+ "other": "Votre carte n'est pas prise en charge."
1333
1365
  }
1334
1366
  }
@@ -123,7 +123,7 @@
123
123
  "other": "Potvrdi pretraživanje"
124
124
  },
125
125
  "play_button_watch": {
126
- "other": "Pokreni sadržaj"
126
+ "other": "Gledajte sad"
127
127
  },
128
128
  "play_button_resume": {
129
129
  "other": "Nastavi"
@@ -792,7 +792,7 @@
792
792
  "other": "Dodaj na moj popis"
793
793
  },
794
794
  "userwishlist_button_remove": {
795
- "other": "Moj popis"
795
+ "other": "Ukloni s moje liste"
796
796
  },
797
797
  "userwishlist_button_add_compact": {
798
798
  "other": "Moj popis"
@@ -921,7 +921,7 @@
921
921
  "other": "(istekla)"
922
922
  },
923
923
  "shopping_card_use_other": {
924
- "other": "Koristite novu karticu"
924
+ "other": "Dodajte novu karticu"
925
925
  },
926
926
  "shopping_card_use_new_card": {
927
927
  "other": "Promijenite karticu"
@@ -1188,10 +1188,10 @@
1188
1188
  "other": "Otkaži moju pretplatu"
1189
1189
  },
1190
1190
  "usersubscriptions_unsubscribe_modal_cancel": {
1191
- "other": "Otkazati"
1191
+ "other": "Ne hvala"
1192
1192
  },
1193
1193
  "usersubscriptions_unsubscribe_modal_confirm": {
1194
- "other": "Da, otkaži moju pretplatu"
1194
+ "other": "Da, otkaži"
1195
1195
  },
1196
1196
  "usersubscriptions_unsubscribe_modal_title": {
1197
1197
  "other": "Otkazati pretplatu?"
@@ -1218,7 +1218,7 @@
1218
1218
  "other": "SD Only"
1219
1219
  },
1220
1220
  "shopping_info_ownership_plan": {
1221
- "other": "Pretplata"
1221
+ "other": "Plan"
1222
1222
  },
1223
1223
  "shopping_action_credit": {
1224
1224
  "other": "Dopuniti"
@@ -1317,12 +1317,44 @@
1317
1317
  "other": "Unesite važeći promotivni kod."
1318
1318
  },
1319
1319
  "shopping_complete_promo_only": {
1320
- "other": "Uspjeh! Sada možete gledati {{.Title}}."
1320
+ "other": "Sada možete gledati {{.Title}}."
1321
1321
  },
1322
1322
  "shopping_action_redeem_promo_code": {
1323
1323
  "other": "Otkupiti"
1324
1324
  },
1325
1325
  "pricing_ownership_promo": {
1326
1326
  "other": "Otkupiti"
1327
+ },
1328
+ "subscription_cta_label": {
1329
+ "other": "Pretplatite se {{.Price}}/{{.Recurrence}}"
1330
+ },
1331
+ "subscription_recurrence_year": {
1332
+ "one": "Godina",
1333
+ "few": "{{.Count}} Godine",
1334
+ "other": "{{.Count}} Godine"
1335
+ },
1336
+ "subscription_recurrence_month": {
1337
+ "one": "Mjesec",
1338
+ "few": "{{.Count}} mjeseci",
1339
+ "other": "{{.Count}} mjeseci"
1340
+ },
1341
+ "subscription_recurrence_week": {
1342
+ "one": "Tjedan",
1343
+ "few": "{{.Count}} Tjedni",
1344
+ "other": "{{.Count}} Tjedni"
1345
+ },
1346
+ "subscription_recurrence_day": {
1347
+ "one": "Dan",
1348
+ "few": "{{.Count}} dana",
1349
+ "other": "{{.Count}} dana"
1350
+ },
1351
+ "shopping_info_ownership_subscription": {
1352
+ "other": "Pretplata"
1353
+ },
1354
+ "something_bad_happened": {
1355
+ "other": "Molim te pokušaj ponovno"
1356
+ },
1357
+ "stripe_card_not_supported": {
1358
+ "other": "Vaša kartica nije podržana."
1327
1359
  }
1328
1360
  }
@@ -122,7 +122,7 @@
122
122
  "other": "Keresés indítása"
123
123
  },
124
124
  "play_button_watch": {
125
- "other": "Lejátszás"
125
+ "other": "Nézd meg most"
126
126
  },
127
127
  "play_button_resume": {
128
128
  "other": "Folytatás"
@@ -739,7 +739,7 @@
739
739
  "other": "Add hozzá a listámhoz."
740
740
  },
741
741
  "userwishlist_button_remove": {
742
- "other": "Listám"
742
+ "other": "Eltávolítás a listámról"
743
743
  },
744
744
  "userwishlist_button_add_compact": {
745
745
  "other": "Listám"
@@ -881,13 +881,13 @@
881
881
  "other": "(lejárt)"
882
882
  },
883
883
  "shopping_card_use_other": {
884
- "other": "Használjon új kártyát"
884
+ "other": "Új kártya hozzáadása"
885
885
  },
886
886
  "shopping_card_use_new_card": {
887
887
  "other": "Válts kártyát"
888
888
  },
889
889
  "shopping_info_ownership_plan": {
890
- "other": "Feliratkozás"
890
+ "other": "Terv"
891
891
  },
892
892
  "shopping_action_credit": {
893
893
  "other": "Feltölt"
@@ -923,10 +923,10 @@
923
923
  "other": "Lemondom az előfizetésemet"
924
924
  },
925
925
  "usersubscriptions_unsubscribe_modal_cancel": {
926
- "other": "Megszünteti"
926
+ "other": "Nem köszönöm"
927
927
  },
928
928
  "usersubscriptions_unsubscribe_modal_confirm": {
929
- "other": "Igen, mondd le az előfizetésemet"
929
+ "other": "Igen, mégsem"
930
930
  },
931
931
  "usersubscriptions_unsubscribe_modal_title": {
932
932
  "other": "Feliratkozás visszavonása?"
@@ -1332,12 +1332,40 @@
1332
1332
  "other": "Adjon meg egy érvényes promóciós kódot."
1333
1333
  },
1334
1334
  "shopping_complete_promo_only": {
1335
- "other": "Siker! Most megtekintheti a {{.Title}}."
1335
+ "other": "Most megtekintheti a {{.Title}}."
1336
1336
  },
1337
1337
  "shopping_action_redeem_promo_code": {
1338
1338
  "other": "Beváltani"
1339
1339
  },
1340
1340
  "pricing_ownership_promo": {
1341
1341
  "other": "Beváltani"
1342
+ },
1343
+ "subscription_cta_label": {
1344
+ "other": "Iratkozz fel {{.Price}}/{{.Recurrence}}"
1345
+ },
1346
+ "subscription_recurrence_year": {
1347
+ "one": "Év",
1348
+ "other": "{{.Count}} Évek"
1349
+ },
1350
+ "subscription_recurrence_month": {
1351
+ "one": "Hónap",
1352
+ "other": "{{.Count}} Hónapok"
1353
+ },
1354
+ "subscription_recurrence_week": {
1355
+ "one": "Hét",
1356
+ "other": "{{.Count}} Hetek"
1357
+ },
1358
+ "subscription_recurrence_day": {
1359
+ "one": "Nap",
1360
+ "other": "{{.Count}} Napok"
1361
+ },
1362
+ "shopping_info_ownership_subscription": {
1363
+ "other": "Feliratkozás"
1364
+ },
1365
+ "something_bad_happened": {
1366
+ "other": "Kérlek próbáld újra"
1367
+ },
1368
+ "stripe_card_not_supported": {
1369
+ "other": "A kártya nem támogatott."
1342
1370
  }
1343
1371
  }