@shift72/core-template 1.0.0 → 1.2.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/CHANGELOG.md +39 -6
  2. package/kibble.json +1 -1
  3. package/package.json +1 -1
  4. package/site/ar_LB.all.json +27 -12
  5. package/site/ca_ES.all.json +28 -13
  6. package/site/da_DK.all.json +28 -13
  7. package/site/de_DE.all.json +27 -12
  8. package/site/el_EL.all.json +28 -13
  9. package/site/en_AU.all.json +27 -12
  10. package/site/es_ES.all.json +28 -13
  11. package/site/es_MX.all.json +27 -12
  12. package/site/et_ET.all.json +27 -12
  13. package/site/fi_FI.all.json +28 -13
  14. package/site/fr_FR.all.json +28 -13
  15. package/site/hr_HR.all.json +28 -13
  16. package/site/hu_HU.all.json +28 -13
  17. package/site/it_IT.all.json +26 -11
  18. package/site/ja_JP.all.json +27 -12
  19. package/site/lt_LT.all.json +28 -13
  20. package/site/manifest.json.jet +2 -2
  21. package/site/nl_BE.all.json +27 -12
  22. package/site/no_NO.all.json +28 -13
  23. package/site/pl_PL.all.json +28 -13
  24. package/site/plans.html.jet +1 -1
  25. package/site/pt_BR.all.json +28 -13
  26. package/site/pt_PT.all.json +28 -13
  27. package/site/ru_RU.all.json +28 -13
  28. package/site/sr_SR.all.json +28 -13
  29. package/site/static/fonts/fa-s72.woff +0 -0
  30. package/site/static/js/main.js +0 -1
  31. package/site/static/scripts/main.js.map +1 -1
  32. package/site/styles/_availability-tags.scss +1 -3
  33. package/site/styles/_awards.scss +16 -10
  34. package/site/styles/_buttons.scss +19 -95
  35. package/site/styles/_can-be-watched-button.scss +1 -1
  36. package/site/styles/_carousel.scss +41 -28
  37. package/site/styles/_collections.scss +17 -33
  38. package/site/styles/_cta-buttons.scss +3 -75
  39. package/site/styles/_footer.scss +5 -9
  40. package/site/styles/_forms.scss +7 -4
  41. package/site/styles/_icons.scss +22 -9
  42. package/site/styles/_meta-detail.scss +44 -56
  43. package/site/styles/_meta-item-tagline.scss +2 -6
  44. package/site/styles/_meta-item.scss +0 -4
  45. package/site/styles/_meta-sub-item.scss +0 -4
  46. package/site/styles/_mixins.scss +17 -15
  47. package/site/styles/_pages.scss +21 -49
  48. package/site/styles/_plans.scss +4 -0
  49. package/site/styles/_search.scss +0 -2
  50. package/site/styles/_share-modal.scss +0 -4
  51. package/site/styles/_shopping.scss +0 -5
  52. package/site/styles/_tooltips.scss +13 -0
  53. package/site/styles/_typography.scss +87 -0
  54. package/site/styles/_variables.scss +14 -4
  55. package/site/styles/_wishlist.scss +8 -14
  56. package/site/styles/main.scss +1 -0
  57. package/site/templates/application/footer/brand.jet +4 -4
  58. package/site/templates/application/footer/copyright-statement.jet +1 -1
  59. package/site/templates/application/nav/nav.jet +2 -2
  60. package/site/templates/collection/carousel/item/synopsis.jet +5 -3
  61. package/site/templates/collection/carousel/item.jet +8 -5
  62. package/site/templates/common/awards/item.jet +2 -2
  63. package/site/templates/common/cta_buttons.jet +4 -12
  64. package/site/templates/film/item.jet +3 -3
  65. package/site/templates/items/meta_item.jet +20 -6
  66. package/site/templates/items/tagline.jet +25 -50
  67. package/site/templates/tv/detail.jet +1 -1
  68. package/site/tr_TR.all.json +28 -13
  69. package/site/uk_UA.all.json +28 -13
  70. package/site/zh_TW.all.json +27 -12
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Configuración"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>En este momento, parece que la página que está buscando no existe.</p><p>Podría haber sida movida o eliminada, o tal vez algo mal escrito. </p><p>Trate volver a la página principal va a encontrar lo que busca. </p><p><a href=\"{{.URL}}\">Volver a la página principal </a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Iniciar sesión"
78
72
  },
@@ -128,7 +122,7 @@
128
122
  "other": "Aplicar búsqueda"
129
123
  },
130
124
  "play_button_watch": {
131
- "other": "Reproducir"
125
+ "other": "Ver ahora"
132
126
  },
133
127
  "play_button_resume": {
134
128
  "other": "Reproducir"
@@ -754,7 +748,7 @@
754
748
  "other": "Agregar a mi lista"
755
749
  },
756
750
  "userwishlist_button_remove": {
757
- "other": "Mi Lista"
751
+ "other": "Eliminar de mi lista"
758
752
  },
759
753
  "userwishlist_button_add_compact": {
760
754
  "other": "Mi Lista"
@@ -925,7 +919,7 @@
925
919
  "other": "Completo"
926
920
  },
927
921
  "shopping_complete_subscription": {
928
- "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}} ."
922
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}}."
929
923
  },
930
924
  "shopping_complete_subscription_browse": {
931
925
  "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
@@ -1152,10 +1146,10 @@
1152
1146
  "other": "Cancelar mi suscripción"
1153
1147
  },
1154
1148
  "usersubscriptions_unsubscribe_modal_cancel": {
1155
- "other": "Cancelar"
1149
+ "other": "No, gracias"
1156
1150
  },
1157
1151
  "usersubscriptions_unsubscribe_modal_confirm": {
1158
- "other": "Sí, cancelar mi suscripción"
1152
+ "other": "Sí, cancelar"
1159
1153
  },
1160
1154
  "usersubscriptions_unsubscribe_modal_title": {
1161
1155
  "other": "¿Cancelar suscripción?"
@@ -1212,7 +1206,7 @@
1212
1206
  "other": "(caducada)"
1213
1207
  },
1214
1208
  "shopping_card_use_other": {
1215
- "other": "Usar una nueva tarjeta"
1209
+ "other": "Agregar nueva tarjeta"
1216
1210
  },
1217
1211
  "shopping_card_use_new_card": {
1218
1212
  "other": "Cambiar tarjeta"
@@ -1221,7 +1215,7 @@
1221
1215
  "other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
1222
1216
  },
1223
1217
  "shopping_info_ownership_plan": {
1224
- "other": "Suscripción"
1218
+ "other": "Plan"
1225
1219
  },
1226
1220
  "shopping_action_credit": {
1227
1221
  "other": "añadir crédito"
@@ -1318,5 +1312,26 @@
1318
1312
  },
1319
1313
  "bundle_items_generic": {
1320
1314
  "other": "{{.Count}} artículos"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Actualice su tarjeta de crédito. Las tarjetas admitidas son Visa, Mastercard y American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Código aplicado con éxito."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Por favor, introduzca un código de promoción válido."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Ahora puedes ver {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Redimir"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Redimir"
1333
+ },
1334
+ "shopping_info_ownership_subscription": {
1335
+ "other": "Suscripción"
1321
1336
  }
1322
1337
  }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Configuración"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Lo sentimos, parece que la página que estás buscando no existe. </p><p>Podría haber sido movida o eliminada, o quizá hayas escrito algo mal.</p><p>Intenta volver a la página de inicio para encontrar lo que buscabas.</p><p><a href=\"{{.URL}}\">Regresar a la página de incio</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Iniciar sesión"
78
72
  },
@@ -128,7 +122,7 @@
128
122
  "other": "Enviar busqueda"
129
123
  },
130
124
  "play_button_watch": {
131
- "other": "Reproducir"
125
+ "other": "Ver ahora"
132
126
  },
133
127
  "play_button_resume": {
134
128
  "other": "Continuar"
@@ -739,7 +733,7 @@
739
733
  "other": "Agregar a mi lista"
740
734
  },
741
735
  "userwishlist_button_remove": {
742
- "other": "Mi lista"
736
+ "other": "Eliminar de mi lista"
743
737
  },
744
738
  "userwishlist_button_add_compact": {
745
739
  "other": "Mi lista"
@@ -1112,10 +1106,10 @@
1112
1106
  "other": "Cancelar mi suscripción"
1113
1107
  },
1114
1108
  "usersubscriptions_unsubscribe_modal_cancel": {
1115
- "other": "Cancelar"
1109
+ "other": "No, gracias"
1116
1110
  },
1117
1111
  "usersubscriptions_unsubscribe_modal_confirm": {
1118
- "other": "Sí, cancelar mi suscripción"
1112
+ "other": "Sí, cancelar"
1119
1113
  },
1120
1114
  "usersubscriptions_unsubscribe_modal_title": {
1121
1115
  "other": "¿Cancelar suscripción?"
@@ -1157,7 +1151,7 @@
1157
1151
  "other": "(caducada)"
1158
1152
  },
1159
1153
  "shopping_card_use_other": {
1160
- "other": "Usar una nueva tarjeta"
1154
+ "other": "Agregar nueva tarjeta"
1161
1155
  },
1162
1156
  "shopping_card_use_new_card": {
1163
1157
  "other": "Cambiar tarjeta"
@@ -1166,7 +1160,7 @@
1166
1160
  "other": "Actualice su tarjeta de crédito. Las tarjetas aceptadas son Visa, Mastercard y American Express."
1167
1161
  },
1168
1162
  "shopping_info_ownership_plan": {
1169
- "other": "Suscripción"
1163
+ "other": "Plan"
1170
1164
  },
1171
1165
  "shopping_action_credit": {
1172
1166
  "other": "añadir crédito"
@@ -1318,5 +1312,26 @@
1318
1312
  },
1319
1313
  "bundle_items_generic": {
1320
1314
  "other": "{{.Count}} artículos"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Actualice su tarjeta de crédito. Las tarjetas admitidas son Visa, Mastercard y American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Código aplicado con éxito."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Por favor, introduzca un código de promoción válido."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Ahora puedes ver {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Redimir"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Redimir"
1333
+ },
1334
+ "shopping_info_ownership_subscription": {
1335
+ "other": "Suscripción"
1321
1336
  }
1322
1337
  }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Seaded"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Vabandame, näib, otsitud lehte ei eksisteeri.</p><p>Selle asukoht võib olla muutunud või on see kustutatud. Või tegid sa kirjutamisel vea.</p><p>Proovi minna tagasi avalehele ja otsi uuesti.</p><p><a href=\"{{.URL}}\">Tagasi lehele.</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Logi sisse"
78
72
  },
@@ -128,7 +122,7 @@
128
122
  "other": "Otsi"
129
123
  },
130
124
  "play_button_watch": {
131
- "other": "Vaata"
125
+ "other": "Vaata nüüd"
132
126
  },
133
127
  "play_button_resume": {
134
128
  "other": "Jätka"
@@ -745,7 +739,7 @@
745
739
  "other": "Lisa minu nimekirja"
746
740
  },
747
741
  "userwishlist_button_remove": {
748
- "other": "Minu nimekiri"
742
+ "other": "Eemalda minu loendist"
749
743
  },
750
744
  "userwishlist_button_add_compact": {
751
745
  "other": "Minu nimekiri"
@@ -887,13 +881,13 @@
887
881
  "other": "(aegunud)"
888
882
  },
889
883
  "shopping_card_use_other": {
890
- "other": "Kasutage uut kaarti"
884
+ "other": "Lisa uus kaart"
891
885
  },
892
886
  "shopping_card_use_new_card": {
893
887
  "other": "Vaheta kaarti"
894
888
  },
895
889
  "shopping_info_ownership_plan": {
896
- "other": "Tellimus"
890
+ "other": "Plaan"
897
891
  },
898
892
  "shopping_action_credit": {
899
893
  "other": "Täida"
@@ -929,10 +923,10 @@
929
923
  "other": "Tühista minu tellimus"
930
924
  },
931
925
  "usersubscriptions_unsubscribe_modal_cancel": {
932
- "other": "Tühista"
926
+ "other": "Ei aitäh"
933
927
  },
934
928
  "usersubscriptions_unsubscribe_modal_confirm": {
935
- "other": "Jah, tühistage minu tellimus"
929
+ "other": "Jah, tühista"
936
930
  },
937
931
  "usersubscriptions_unsubscribe_modal_title": {
938
932
  "other": "Kas tühistada tellimus?"
@@ -1327,5 +1321,26 @@
1327
1321
  },
1328
1322
  "bundle_items_generic": {
1329
1323
  "other": "{{.Count}} üksused"
1324
+ },
1325
+ "shopping_card_update_reason_expired": {
1326
+ "other": "Värskendage oma krediitkaarti. Toetatud kaardid on Visa, Mastercard ja American Express."
1327
+ },
1328
+ "shopping_discount_applied_promo": {
1329
+ "other": "Koodi rakendamine õnnestus."
1330
+ },
1331
+ "promo_only_purchases_must_be_100_percent_discounted": {
1332
+ "other": "Sisestage kehtiv sooduskood."
1333
+ },
1334
+ "shopping_complete_promo_only": {
1335
+ "other": "Nüüd saate vaadata {{.Title}}."
1336
+ },
1337
+ "shopping_action_redeem_promo_code": {
1338
+ "other": "Lunastama"
1339
+ },
1340
+ "pricing_ownership_promo": {
1341
+ "other": "Lunastama"
1342
+ },
1343
+ "shopping_info_ownership_subscription": {
1344
+ "other": "Tellimus"
1330
1345
  }
1331
1346
  }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Asetukset"
7
4
  },
@@ -50,9 +47,6 @@
50
47
  "404_page_content": {
51
48
  "other": "<p> Valitettavasti hakemaasi sivua ei ole olemassa.</p><p>Sivu on voitu siirtää tai poistaa, tai osoiterivillä on virhe.</p><p>Palaa etusivulle löytääksesi hakemasi.</p><p><a href=\"/\">Takaisin etusivulle</a></p>"
52
49
  },
53
- "nav_homepage": {
54
- "other": "ABC Cinemas"
55
- },
56
50
  "nav_signin": {
57
51
  "other": "Kirjaudu"
58
52
  },
@@ -108,7 +102,7 @@
108
102
  "other": "Hae"
109
103
  },
110
104
  "play_button_watch": {
111
- "other": "Toista"
105
+ "other": "Katso nyt"
112
106
  },
113
107
  "play_button_resume": {
114
108
  "other": "Jatka"
@@ -704,7 +698,7 @@
704
698
  "other": "Lisää listaani"
705
699
  },
706
700
  "userwishlist_button_remove": {
707
- "other": "Listani"
701
+ "other": "Poista listaltani"
708
702
  },
709
703
  "userwishlist_button_add_compact": {
710
704
  "other": "Listani"
@@ -866,7 +860,7 @@
866
860
  "other": "Saattaa loppuun"
867
861
  },
868
862
  "shopping_complete_subscription": {
869
- "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{.Title}} ."
863
+ "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{.Title}}."
870
864
  },
871
865
  "shopping_complete_subscription_browse": {
872
866
  "other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
@@ -1108,10 +1102,10 @@
1108
1102
  "other": "Peruuta tilaukseni"
1109
1103
  },
1110
1104
  "usersubscriptions_unsubscribe_modal_cancel": {
1111
- "other": "Peruuttaa"
1105
+ "other": "Ei kiitos"
1112
1106
  },
1113
1107
  "usersubscriptions_unsubscribe_modal_confirm": {
1114
- "other": "Kyllä, peruuta tilaukseni"
1108
+ "other": "Kyllä, peruuta"
1115
1109
  },
1116
1110
  "usersubscriptions_unsubscribe_modal_title": {
1117
1111
  "other": "Peruuta tilaus?"
@@ -1150,7 +1144,7 @@
1150
1144
  "other": "(vanhentunut)"
1151
1145
  },
1152
1146
  "shopping_card_use_other": {
1153
- "other": "Käytä uutta korttia"
1147
+ "other": "Lisää uusi kortti"
1154
1148
  },
1155
1149
  "shopping_card_use_new_card": {
1156
1150
  "other": "Vaihda kortti"
@@ -1159,7 +1153,7 @@
1159
1153
  "other": "Päivitä luottokorttisi. Tuetut kortit ovat Visa, Mastercard ja American Express."
1160
1154
  },
1161
1155
  "shopping_info_ownership_plan": {
1162
- "other": "Tilaus"
1156
+ "other": "Suunnitelma"
1163
1157
  },
1164
1158
  "shopping_action_credit": {
1165
1159
  "other": "Täytä"
@@ -1318,5 +1312,26 @@
1318
1312
  },
1319
1313
  "bundle_items_generic": {
1320
1314
  "other": "{{.Count}} kohteita"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Päivitä luottokorttisi. Tuetut kortit ovat Visa, Mastercard ja American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Koodi lisätty onnistuneesti."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Anna kelvollinen tarjouskoodi."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Voit nyt katsoa {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Lunastaa"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Lunastaa"
1333
+ },
1334
+ "shopping_info_ownership_subscription": {
1335
+ "other": "Tilaus"
1321
1336
  }
1322
1337
  }
@@ -1,10 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
- "nav_homepage": {
6
- "other": "ABC Cinemas"
7
- },
8
2
  "settings_title": {
9
3
  "other": "Paramètres"
10
4
  },
@@ -125,7 +119,7 @@
125
119
  "other": "Rechercher"
126
120
  },
127
121
  "play_button_watch": {
128
- "other": "Voir le film"
122
+ "other": "Regarde maintenant"
129
123
  },
130
124
  "play_button_resume": {
131
125
  "other": "Continuer"
@@ -775,7 +769,7 @@
775
769
  "other": "Ajouter à ma liste"
776
770
  },
777
771
  "userwishlist_button_remove": {
778
- "other": "Ma liste"
772
+ "other": "Supprimer de ma liste"
779
773
  },
780
774
  "userwishlist_button_add_compact": {
781
775
  "other": "Ma liste"
@@ -919,7 +913,7 @@
919
913
  "other": "Compléter"
920
914
  },
921
915
  "shopping_complete_subscription": {
922
- "other": "Votre achat d&#39;abonnement a réussi. Vous êtes maintenant abonné à {{.Title}} ."
916
+ "other": "Votre achat d&#39;abonnement a réussi. Vous êtes maintenant abonné à {{.Title}}."
923
917
  },
924
918
  "shopping_complete_subscription_browse": {
925
919
  "other": "N&#39;hésitez pas à <a href=\"/\">parcourir</a> le site ou à <a href=\"/search.html\">rechercher</a> quelque chose de spécifique."
@@ -1140,10 +1134,10 @@
1140
1134
  "other": "Annuler mon abonnement"
1141
1135
  },
1142
1136
  "usersubscriptions_unsubscribe_modal_cancel": {
1143
- "other": "Annuler"
1137
+ "other": "Non merci"
1144
1138
  },
1145
1139
  "usersubscriptions_unsubscribe_modal_confirm": {
1146
- "other": "Oui, résilier mon abonnement"
1140
+ "other": "Oui, annuler"
1147
1141
  },
1148
1142
  "usersubscriptions_unsubscribe_modal_title": {
1149
1143
  "other": "Se désabonner?"
@@ -1200,7 +1194,7 @@
1200
1194
  "other": "(expiré)"
1201
1195
  },
1202
1196
  "shopping_card_use_other": {
1203
- "other": "Utiliser une nouvelle carte"
1197
+ "other": "Ajouter une nouvelle carte"
1204
1198
  },
1205
1199
  "shopping_card_use_new_card": {
1206
1200
  "other": "Modifier les informations de la carte"
@@ -1209,7 +1203,7 @@
1209
1203
  "other": "Mettez à jour votre carte de crédit. Les cartes acceptées sont Visa, Mastercard et American Express."
1210
1204
  },
1211
1205
  "shopping_info_ownership_plan": {
1212
- "other": "Abonnement"
1206
+ "other": "Planifier"
1213
1207
  },
1214
1208
  "shopping_action_credit": {
1215
1209
  "other": "Ajouter un crédit"
@@ -1318,5 +1312,26 @@
1318
1312
  },
1319
1313
  "bundle_items_generic": {
1320
1314
  "other": "{{.Count}} éléments"
1315
+ },
1316
+ "shopping_card_update_reason_expired": {
1317
+ "other": "Mettez à jour votre carte de crédit. Les cartes acceptées sont Visa, Mastercard et American Express."
1318
+ },
1319
+ "shopping_discount_applied_promo": {
1320
+ "other": "Code appliqué avec succès."
1321
+ },
1322
+ "promo_only_purchases_must_be_100_percent_discounted": {
1323
+ "other": "Veuillez saisir un code promotionnel valide."
1324
+ },
1325
+ "shopping_complete_promo_only": {
1326
+ "other": "Vous pouvez maintenant regarder {{.Title}}."
1327
+ },
1328
+ "shopping_action_redeem_promo_code": {
1329
+ "other": "Racheter"
1330
+ },
1331
+ "pricing_ownership_promo": {
1332
+ "other": "Racheter"
1333
+ },
1334
+ "shopping_info_ownership_subscription": {
1335
+ "other": "Abonnement"
1321
1336
  }
1322
1337
  }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Settings"
7
4
  },
@@ -126,7 +123,7 @@
126
123
  "other": "Potvrdi pretraživanje"
127
124
  },
128
125
  "play_button_watch": {
129
- "other": "Pokreni sadržaj"
126
+ "other": "Gledajte sad"
130
127
  },
131
128
  "play_button_resume": {
132
129
  "other": "Nastavi"
@@ -795,7 +792,7 @@
795
792
  "other": "Dodaj na moj popis"
796
793
  },
797
794
  "userwishlist_button_remove": {
798
- "other": "Moj popis"
795
+ "other": "Ukloni s moje liste"
799
796
  },
800
797
  "userwishlist_button_add_compact": {
801
798
  "other": "Moj popis"
@@ -924,7 +921,7 @@
924
921
  "other": "(istekla)"
925
922
  },
926
923
  "shopping_card_use_other": {
927
- "other": "Koristite novu karticu"
924
+ "other": "Dodajte novu karticu"
928
925
  },
929
926
  "shopping_card_use_new_card": {
930
927
  "other": "Promijenite karticu"
@@ -1108,7 +1105,7 @@
1108
1105
  "other": "Dovršeno"
1109
1106
  },
1110
1107
  "shopping_complete_subscription": {
1111
- "other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}} ."
1108
+ "other": "Vaša je kupnja pretplate uspjela. Sada ste pretplaćeni na {{.Title}}."
1112
1109
  },
1113
1110
  "shopping_complete_subscription_browse": {
1114
1111
  "other": "Slobodno <a href=\"/\">pregledavajte</a> stranicu ili <a href=\"/search.html\">tražite</a> nešto specifično."
@@ -1191,10 +1188,10 @@
1191
1188
  "other": "Otkaži moju pretplatu"
1192
1189
  },
1193
1190
  "usersubscriptions_unsubscribe_modal_cancel": {
1194
- "other": "Otkazati"
1191
+ "other": "Ne hvala"
1195
1192
  },
1196
1193
  "usersubscriptions_unsubscribe_modal_confirm": {
1197
- "other": "Da, otkaži moju pretplatu"
1194
+ "other": "Da, otkaži"
1198
1195
  },
1199
1196
  "usersubscriptions_unsubscribe_modal_title": {
1200
1197
  "other": "Otkazati pretplatu?"
@@ -1202,9 +1199,6 @@
1202
1199
  "usersubscriptions_unsubscribe_modal_body": {
1203
1200
  "other": "Ovo će otkazati pretplatu na {{.Name}}. I dalje ćete moći gledati sadržaj dok ne istekne {{.Expiry}}."
1204
1201
  },
1205
- "nav_homepage": {
1206
- "other": "ABC Cinemas"
1207
- },
1208
1202
  "classification_divider": {
1209
1203
  "other": " - "
1210
1204
  },
@@ -1224,7 +1218,7 @@
1224
1218
  "other": "SD Only"
1225
1219
  },
1226
1220
  "shopping_info_ownership_plan": {
1227
- "other": "Pretplata"
1221
+ "other": "Plan"
1228
1222
  },
1229
1223
  "shopping_action_credit": {
1230
1224
  "other": "Dopuniti"
@@ -1312,5 +1306,26 @@
1312
1306
  },
1313
1307
  "bundle_items_generic": {
1314
1308
  "other": "{{.Count}} stavke"
1309
+ },
1310
+ "shopping_card_update_reason_expired": {
1311
+ "other": "Ažurirajte svoju kreditnu karticu. Podržane kartice su Visa, Mastercard i American Express."
1312
+ },
1313
+ "shopping_discount_applied_promo": {
1314
+ "other": "Kôd je uspješno primijenjen."
1315
+ },
1316
+ "promo_only_purchases_must_be_100_percent_discounted": {
1317
+ "other": "Unesite važeći promotivni kod."
1318
+ },
1319
+ "shopping_complete_promo_only": {
1320
+ "other": "Sada možete gledati {{.Title}}."
1321
+ },
1322
+ "shopping_action_redeem_promo_code": {
1323
+ "other": "Otkupiti"
1324
+ },
1325
+ "pricing_ownership_promo": {
1326
+ "other": "Otkupiti"
1327
+ },
1328
+ "shopping_info_ownership_subscription": {
1329
+ "other": "Pretplata"
1315
1330
  }
1316
1331
  }
@@ -1,7 +1,4 @@
1
1
  {
2
- "site_owner": {
3
- "other": "ABC Cinemas"
4
- },
5
2
  "settings_title": {
6
3
  "other": "Settings"
7
4
  },
@@ -70,9 +67,6 @@
70
67
  "404_page_content": {
71
68
  "other": "<p>Sajnos úgy tűnik, hogy a keresett oldal nem létezik.</p><p>Talán törölték vagy áthelyezték, kérjük ellenőrizd, hogy helyesen írtad-e be a címet.</p><p>Próbálj visszamenni a kezdőlapra, hogy megtaláld, amit keresel.</p><p><a href=\"{{.URL}}\">Vissza a kezdőlapra</a></p>"
72
69
  },
73
- "nav_homepage": {
74
- "other": "ABC Cinemas"
75
- },
76
70
  "nav_signin": {
77
71
  "other": "Bejelentkezés"
78
72
  },
@@ -128,7 +122,7 @@
128
122
  "other": "Keresés indítása"
129
123
  },
130
124
  "play_button_watch": {
131
- "other": "Lejátszás"
125
+ "other": "Nézd meg most"
132
126
  },
133
127
  "play_button_resume": {
134
128
  "other": "Folytatás"
@@ -745,7 +739,7 @@
745
739
  "other": "Add hozzá a listámhoz."
746
740
  },
747
741
  "userwishlist_button_remove": {
748
- "other": "Listám"
742
+ "other": "Eltávolítás a listámról"
749
743
  },
750
744
  "userwishlist_button_add_compact": {
751
745
  "other": "Listám"
@@ -887,13 +881,13 @@
887
881
  "other": "(lejárt)"
888
882
  },
889
883
  "shopping_card_use_other": {
890
- "other": "Használjon új kártyát"
884
+ "other": "Új kártya hozzáadása"
891
885
  },
892
886
  "shopping_card_use_new_card": {
893
887
  "other": "Válts kártyát"
894
888
  },
895
889
  "shopping_info_ownership_plan": {
896
- "other": "Feliratkozás"
890
+ "other": "Terv"
897
891
  },
898
892
  "shopping_action_credit": {
899
893
  "other": "Feltölt"
@@ -929,10 +923,10 @@
929
923
  "other": "Lemondom az előfizetésemet"
930
924
  },
931
925
  "usersubscriptions_unsubscribe_modal_cancel": {
932
- "other": "Megszünteti"
926
+ "other": "Nem köszönöm"
933
927
  },
934
928
  "usersubscriptions_unsubscribe_modal_confirm": {
935
- "other": "Igen, mondd le az előfizetésemet"
929
+ "other": "Igen, mégsem"
936
930
  },
937
931
  "usersubscriptions_unsubscribe_modal_title": {
938
932
  "other": "Feliratkozás visszavonása?"
@@ -1030,7 +1024,7 @@
1030
1024
  "other": "teljes"
1031
1025
  },
1032
1026
  "shopping_complete_subscription": {
1033
- "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{.Title}} ."
1027
+ "other": "Az előfizetés vásárlása sikeres volt. Feliratkozott a {{.Title}}."
1034
1028
  },
1035
1029
  "shopping_complete_subscription_browse": {
1036
1030
  "other": "Nyugodtan <a href=\"/\">böngésszen</a> az oldalon, vagy <a href=\"/search.html\">keressen</a> valami konkrétat."
@@ -1327,5 +1321,26 @@
1327
1321
  },
1328
1322
  "bundle_items_generic": {
1329
1323
  "other": "{{.Count}} elemeket"
1324
+ },
1325
+ "shopping_card_update_reason_expired": {
1326
+ "other": "Frissítse hitelkártyáját. A támogatott kártyák a Visa, Mastercard és az American Express."
1327
+ },
1328
+ "shopping_discount_applied_promo": {
1329
+ "other": "A kód sikeresen alkalmazva."
1330
+ },
1331
+ "promo_only_purchases_must_be_100_percent_discounted": {
1332
+ "other": "Adjon meg egy érvényes promóciós kódot."
1333
+ },
1334
+ "shopping_complete_promo_only": {
1335
+ "other": "Most megtekintheti a {{.Title}}."
1336
+ },
1337
+ "shopping_action_redeem_promo_code": {
1338
+ "other": "Beváltani"
1339
+ },
1340
+ "pricing_ownership_promo": {
1341
+ "other": "Beváltani"
1342
+ },
1343
+ "shopping_info_ownership_subscription": {
1344
+ "other": "Feliratkozás"
1330
1345
  }
1331
1346
  }