@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,28 +134,28 @@
134
134
  "other": "Continuar"
135
135
  },
136
136
  "social_media_buttons_title": {
137
- "other": "Compartir"
137
+ "other": "Cuota"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Compartir en Facebook"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Compartir en Twitter"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Compartir en Linkedin"
146
+ "other": "LinkedIn"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Compartir via correo electrónico"
149
+ "other": "Correo electrónico"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Compartir enlace"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "¡Link copiado al portapapeles!"
155
+ "other": "Enlace copiado"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Copiar al portapapeles"
158
+ "other": "Copiar link"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Bienvenido "
@@ -380,7 +380,7 @@
380
380
  "other": "Resultados de la busqueada"
381
381
  },
382
382
  "searchresults_load_more": {
383
- "other": "Cargar {{.Count }} más"
383
+ "other": "Cargar {{.Count}} más"
384
384
  },
385
385
  "searchresults_total": {
386
386
  "one": "Encontrado 1 resultado para \"{{.Query}}\".",
@@ -654,7 +654,7 @@
654
654
  "other": "Ir a tu biblioteca."
655
655
  },
656
656
  "shopping_complete_plan": {
657
- "other": "Su compra de {{ .Title }} fue exitosa."
657
+ "other": "Su compra de {{.Title}} fue exitosa."
658
658
  },
659
659
  "shopping_complete_rental_watch_window_start": {
660
660
  "one": "Ahora puede ver dentro del próximo día.",
@@ -958,6 +958,9 @@
958
958
  "wcag_aria_label_carousel": {
959
959
  "other": "Carrusel"
960
960
  },
961
+ "wcag_aria_label_carousel_pagination": {
962
+ "other": "Paginación"
963
+ },
961
964
  "wcag_aria_label_page_collection": {
962
965
  "other": "Colección de páginas"
963
966
  },
@@ -1118,7 +1121,7 @@
1118
1121
  "other": "¿Cancelar suscripción?"
1119
1122
  },
1120
1123
  "usersubscriptions_unsubscribe_modal_body": {
1121
- "other": "Esto cancelará la suscripción a la {{.Name}} plan. Aún podrá ver el contenido del plan hasta que caduque {{.Expiry}}."
1124
+ "other": "Esto cancelará la suscripción a {{.Name}}. Aún podrá ver el contenido hasta que caduque {{.Expiry}}."
1122
1125
  },
1123
1126
  "signin_form_error_ip_throttled": {
1124
1127
  "other": "Ha fallado al iniciar sesión demasiadas veces. Por favor, inténtelo de nuevo más tarde."
@@ -1169,7 +1172,7 @@
1169
1172
  "other": "añadir crédito"
1170
1173
  },
1171
1174
  "usersubscriptions_change_payment_method_change": {
1172
- "other": "Cambiar tarjeta de credito"
1175
+ "other": "Cambiar tarjeta de crédito"
1173
1176
  },
1174
1177
  "usersubscriptions_change_payment_method_modal_title": {
1175
1178
  "other": "Actualizar los datos de la tarjeta de crédito"
@@ -1184,22 +1187,27 @@
1184
1187
  "other": "Precio"
1185
1188
  },
1186
1189
  "shopping_price_plan_note": {
1187
- "zero": "Cargado cada {{.Interval}}.",
1188
- "one": "Se {{ .Interval }} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
1189
- "other": "Se {{ .Interval }} cada .Interval después de que finaliza la prueba gratuita de {{ .Count }}"
1190
+ "one": "Se {{.Interval}} cada intervalo después de que finaliza la prueba gratuita de 24 horas.",
1191
+ "other": "Se cobra cada {{.Interval}} después de que finaliza su prueba gratuita de {{.Count}} días."
1192
+ },
1193
+ "shopping_price_plan_note_without_trial": {
1194
+ "other": "Cargado cada {{.Interval}}."
1190
1195
  },
1191
1196
  "shopping_price_plan_note_interval": {
1192
1197
  "one": "{{.Interval}}",
1193
1198
  "other": "{{.Count}} {{.Interval}}s"
1194
1199
  },
1195
- "shopping_enter_card_prompt_plan": {
1200
+ "shopping_enter_card_prompt_subscription": {
1196
1201
  "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su suscripción."
1197
1202
  },
1203
+ "shopping_enter_card_prompt_plan": {
1204
+ "other": "Ingrese los detalles de su tarjeta de crédito a continuación para comenzar su plan."
1205
+ },
1198
1206
  "shopping_action_plan": {
1199
1207
  "other": "Completo"
1200
1208
  },
1201
1209
  "shopping_complete_subscription": {
1202
- "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{ .Title }}."
1210
+ "other": "La compra de su suscripción se realizó correctamente. Ahora estás suscrito a {{.Title}}."
1203
1211
  },
1204
1212
  "shopping_complete_subscription_browse": {
1205
1213
  "other": "No dude en <a href=\"/\">navegar por</a> el sitio o <a href=\"/search.html\">buscar</a> algo específico."
@@ -1209,8 +1217,8 @@
1209
1217
  "other": "Se renueva automáticamente cada {{.Count}} {{.Interval}}s"
1210
1218
  },
1211
1219
  "shopping_info_trial_period_offer": {
1212
- "one": "Renueva automáticamente cada {{ .Interval }}",
1213
- "other": "Renueva automáticamente cada {{ .Count }} {{ .Interval }}"
1220
+ "one": "Renueva automáticamente cada {{.Interval}}",
1221
+ "other": "Renueva automáticamente cada {{.Count}} {{.Interval}}"
1214
1222
  },
1215
1223
  "availability_expires": {
1216
1224
  "other": "Caducó {{.Expiry}}"
@@ -1237,7 +1245,7 @@
1237
1245
  "other": "O"
1238
1246
  },
1239
1247
  "page_plan_explore_link": {
1240
- "other": "Explore otros pases"
1248
+ "other": "Explora más"
1241
1249
  },
1242
1250
  "plan_showcase_page_ownership_button_buy": {
1243
1251
  "other": "Compra ahora"
@@ -1246,9 +1254,69 @@
1246
1254
  "other": "Registrate gratis"
1247
1255
  },
1248
1256
  "meta_description_expand": {
1249
- "other": "Mostrar más"
1257
+ "other": "Ver más"
1250
1258
  },
1251
1259
  "meta_description_collapse": {
1252
- "other": "Muestra menos"
1260
+ "other": "Ver menos"
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Suscripciones y Facturación"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Método de pago"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Los cambios en el método de pago de su tarjeta de crédito entrarán en vigencia en su próximo ciclo de facturación."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Detalles de suscripción"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Activo"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Caducado"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Descubrir suscripciones"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Descubra excelente contenido a excelentes precios, administrado fácilmente aquí."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Explorar suscripciones"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "mis Suscripciónes"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Primer pago {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Próximo pago {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Pago adeudado {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Finaliza {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "{{.Expiry}} finalizada"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "logotipo del patrocinador"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Suscríbete para ver"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} artículos"
1253
1321
  }
1254
1322
  }
@@ -137,25 +137,25 @@
137
137
  "other": "Jaga"
138
138
  },
139
139
  "social_media_buttons_facebook": {
140
- "other": "Jaga Facebookis"
140
+ "other": "Facebook"
141
141
  },
142
142
  "social_media_buttons_twitter": {
143
- "other": "Jaga Twitteris"
143
+ "other": "Twitter"
144
144
  },
145
145
  "social_media_buttons_linkedin": {
146
- "other": "Jaga Linkedinis"
146
+ "other": "Linkedin"
147
147
  },
148
148
  "social_media_buttons_email": {
149
- "other": "Jaga meili teel"
149
+ "other": "Meil"
150
150
  },
151
151
  "social_media_buttons_email_subject": {
152
152
  "other": "Lingi jagamine"
153
153
  },
154
154
  "social_media_buttons_copied_link": {
155
- "other": "Link on lõikelauale kopeeritud!"
155
+ "other": "Link on kopeeritud"
156
156
  },
157
157
  "social_media_buttons_copy_link": {
158
- "other": "Kopeerida lõikelauale"
158
+ "other": "Kopeeri link"
159
159
  },
160
160
  "accept_invite_page_header": {
161
161
  "other": "Tere tulemast "
@@ -660,7 +660,7 @@
660
660
  "other": "Saad nüüd kogumikus olevaid filme vaatama hakata."
661
661
  },
662
662
  "shopping_complete_plan": {
663
- "other": "Teie ost {{ .Title }} oli edukas."
663
+ "other": "Teie ost {{.Title}} oli edukas."
664
664
  },
665
665
  "shopping_complete_rental_watch_window_start": {
666
666
  "one": "Saad filmi vaatamist alustada {{.Count}} päeva jooksul.",
@@ -938,7 +938,7 @@
938
938
  "other": "Kas tühistada tellimus?"
939
939
  },
940
940
  "usersubscriptions_unsubscribe_modal_body": {
941
- "other": "See tühistab paketi {{.Name}} tellimuse. Saate vaadata paketi sisu, kuni see aegub {{.Expiry}}."
941
+ "other": "See tühistab {{.Name}} tellimuse. Saate sisu endiselt vaadata, kuni see aegub {{.Expiry}}."
942
942
  },
943
943
  "shopping_card_update_reason_none": {
944
944
  "other": "Värskendage oma krediitkaarti. Toetatud kaardid on Visa, Mastercard ja American Express."
@@ -1013,33 +1013,38 @@
1013
1013
  "other": "Hind"
1014
1014
  },
1015
1015
  "shopping_price_plan_note": {
1016
- "zero": "{{ .Interval }} iga .Intervall .",
1017
- "one": "{{ .Interval }} iga .intervalli järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
1018
- "other": "{{ .Interval }} iga .intervalli järel pärast {{ .Count }} päeva tasuta prooviperioodi lõppu."
1016
+ "one": "Tasu võetakse iga {{.Interval}} järel pärast 24-tunnise tasuta prooviperioodi lõppu.",
1017
+ "other": "Tasu võetakse iga {{.Interval}} järel pärast teie {{.Count}}-päevase tasuta prooviperioodi lõppu."
1018
+ },
1019
+ "shopping_price_plan_note_without_trial": {
1020
+ "other": "Tasu võetakse iga {{.Interval}} järel."
1019
1021
  },
1020
1022
  "shopping_price_plan_note_interval": {
1021
- "one": "{{ .Interval }}",
1022
- "other": "{{ .Count }} {{ .Interval }}"
1023
+ "one": "{{.Interval}}",
1024
+ "other": "{{.Count}} {{.Interval}}"
1023
1025
  },
1024
- "shopping_enter_card_prompt_plan": {
1026
+ "shopping_enter_card_prompt_subscription": {
1025
1027
  "other": "Tellimuse alustamiseks sisestage allpool oma krediitkaardi andmed."
1026
1028
  },
1029
+ "shopping_enter_card_prompt_plan": {
1030
+ "other": "Plaani alustamiseks sisestage allpool oma krediitkaardi andmed."
1031
+ },
1027
1032
  "shopping_action_plan": {
1028
1033
  "other": "Täielik"
1029
1034
  },
1030
1035
  "shopping_complete_subscription": {
1031
- "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{ .Title }} tellinud."
1036
+ "other": "Teie tellimuse ostmine õnnestus. Olete nüüd {{.Title}} tellinud."
1032
1037
  },
1033
1038
  "shopping_complete_subscription_browse": {
1034
1039
  "other": "<a href=\"/\">Sirvige</a> saiti või <a href=\"/search.html\">otsige</a> midagi konkreetset."
1035
1040
  },
1036
1041
  "shopping_info_plan_offer": {
1037
- "one": "{{ .Interval }} automaatselt iga .intervall",
1038
- "other": "{{ .Count }} automaatselt iga {{ .Interval }}"
1042
+ "one": "{{.Interval}} automaatselt iga .intervall",
1043
+ "other": "{{.Count}} automaatselt iga {{.Interval}}"
1039
1044
  },
1040
1045
  "shopping_info_trial_period_offer": {
1041
1046
  "one": "Proovige oma tasuta 24-tunnist prooviperioodi kohe!",
1042
- "other": "Proovige oma tasuta {{ .Count }} päevast prooviversiooni!"
1047
+ "other": "Proovige oma tasuta {{.Count}} päevast prooviversiooni!"
1043
1048
  },
1044
1049
  "plans_page_header": {
1045
1050
  "other": "Saadaolevad plaanid"
@@ -1057,13 +1062,13 @@
1057
1062
  "other": "Loe rohkem"
1058
1063
  },
1059
1064
  "plan_page_header_text": {
1060
- "other": "Nautige {{ .Name }}"
1065
+ "other": "Nautige {{.Name}}"
1061
1066
  },
1062
1067
  "page_plan_explore_intro": {
1063
1068
  "other": "VÕI"
1064
1069
  },
1065
1070
  "page_plan_explore_link": {
1066
- "other": "Avastage teisi pääsmeid"
1071
+ "other": "Uurige rohkem"
1067
1072
  },
1068
1073
  "plan_showcase_page_ownership_button_buy": {
1069
1074
  "other": "Osta kohe"
@@ -1113,6 +1118,9 @@
1113
1118
  "wcag_aria_label_carousel": {
1114
1119
  "other": "Karussell"
1115
1120
  },
1121
+ "wcag_aria_label_carousel_pagination": {
1122
+ "other": "Leheküljed"
1123
+ },
1116
1124
  "wcag_aria_label_page_collection": {
1117
1125
  "other": "Lehekülje kollektsioon"
1118
1126
  },
@@ -1255,9 +1263,69 @@
1255
1263
  "other": "Aegunud"
1256
1264
  },
1257
1265
  "meta_description_expand": {
1258
- "other": "Näita rohkem"
1266
+ "other": "Näe rohkem"
1259
1267
  },
1260
1268
  "meta_description_collapse": {
1261
- "other": "Näita vähem"
1269
+ "other": "Vaadake vähem"
1270
+ },
1271
+ "usersubscriptions_page_header": {
1272
+ "other": "Tellimused ja arveldamine"
1273
+ },
1274
+ "usersubscriptions_page_content": {
1275
+ "other": " "
1276
+ },
1277
+ "usersubscriptions_payment_section_title": {
1278
+ "other": "Makseviis"
1279
+ },
1280
+ "usersubscriptions_payment_section_content": {
1281
+ "other": "Teie krediitkaardimaksemeetodi muudatused jõustuvad teie järgmisel arveldustsüklil."
1282
+ },
1283
+ "usersubscriptions_subscriptions_section_title": {
1284
+ "other": "Tellimuse üksikasjad"
1285
+ },
1286
+ "usersubscriptions_subscriptions_section_content": {
1287
+ "other": " "
1288
+ },
1289
+ "usersubscriptions_subscription_status_active": {
1290
+ "other": "Aktiivne"
1291
+ },
1292
+ "usersubscriptions_subscription_expired": {
1293
+ "other": "Aegunud"
1294
+ },
1295
+ "usersubscriptions_no_subscriptions_section_title": {
1296
+ "other": "Avastage tellimusi"
1297
+ },
1298
+ "usersubscriptions_no_subscriptions_content": {
1299
+ "other": "Avastage suurepärast sisu suurepäraste hindadega, mida siin on lihtne hallata."
1300
+ },
1301
+ "usersubscriptions_no_subscriptions_button_title": {
1302
+ "other": "Uurige tellimusi"
1303
+ },
1304
+ "nav_subscriptions": {
1305
+ "other": "Minu tellimused"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_trialing": {
1308
+ "other": "Esimene makse {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_active": {
1311
+ "other": "Järgmine makse {{.Expiry}}"
1312
+ },
1313
+ "usersubscriptions_subscription_expiry_past_due": {
1314
+ "other": "Maksetähtaeg {{.Expiry}}"
1315
+ },
1316
+ "usersubscriptions_subscription_expiry_cancelled": {
1317
+ "other": "Lõpeb {{.Expiry}}"
1318
+ },
1319
+ "usersubscriptions_subscription_expiry_expired": {
1320
+ "other": "Lõppenud {{.Expiry}}"
1321
+ },
1322
+ "sponsor_image_alt": {
1323
+ "other": "sponsori logo"
1324
+ },
1325
+ "subscribe_to_watch": {
1326
+ "other": "Tellige vaatamiseks"
1327
+ },
1328
+ "bundle_items_generic": {
1329
+ "other": "{{.Count}} üksused"
1262
1330
  }
1263
1331
  }
@@ -117,25 +117,25 @@
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"
133
133
  },
134
134
  "social_media_buttons_copied_link": {
135
- "other": "Linkki kopioitu leikepöydälle!"
135
+ "other": "Linkki kopioitu"
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 "
@@ -619,7 +619,7 @@
619
619
  "other": "Selaa kirjastoasi"
620
620
  },
621
621
  "shopping_complete_plan": {
622
- "other": "{{ .Title }} onnistui."
622
+ "other": "{{.Title}} onnistui."
623
623
  },
624
624
  "shopping_complete_rental_watch_window_start": {
625
625
  "one": "Voit aloittaa katsomisen seuraavan päivän aikana.",
@@ -846,33 +846,38 @@
846
846
  "other": "Hinta"
847
847
  },
848
848
  "shopping_price_plan_note": {
849
- "zero": "{{ .Interval }} joka .intervalli .",
850
- "one": "{{ .Interval }} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
851
- "other": "Veloitetaan joka {{ .Interval }} {{ .Count }} päivän ilmaisen kokeilujakson päätyttyä."
849
+ "one": "{{.Interval}} joka .väli 24 tunnin ilmaisen kokeilujakson päätyttyä.",
850
+ "other": "Veloitetaan joka {{.Interval}} {{.Count}} päivän ilmaisen kokeilujakson päätyttyä."
851
+ },
852
+ "shopping_price_plan_note_without_trial": {
853
+ "other": "Veloitetaan joka {{.Interval}}."
852
854
  },
853
855
  "shopping_price_plan_note_interval": {
854
- "one": "{{ .Interval }}",
855
- "other": "{{ .Count }} {{ .Interval }}"
856
+ "one": "{{.Interval}}",
857
+ "other": "{{.Count}} {{.Interval}}"
856
858
  },
857
- "shopping_enter_card_prompt_plan": {
859
+ "shopping_enter_card_prompt_subscription": {
858
860
  "other": "Syötä luottokorttitietosi alle aloittaaksesi tilauksesi."
859
861
  },
862
+ "shopping_enter_card_prompt_plan": {
863
+ "other": "Syötä luottokorttitietosi alle aloittaaksesi suunnitelmasi."
864
+ },
860
865
  "shopping_action_plan": {
861
866
  "other": "Saattaa loppuun"
862
867
  },
863
868
  "shopping_complete_subscription": {
864
- "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{ .Title }} ."
869
+ "other": "Tilauksesi osto onnistui. Olet nyt tilannut {{.Title}} ."
865
870
  },
866
871
  "shopping_complete_subscription_browse": {
867
872
  "other": "Voit vapaasti <a href=\"/\">selata</a> sivustoa tai <a href=\"/search.html\">etsiä</a> jotain tiettyä."
868
873
  },
869
874
  "shopping_info_plan_offer": {
870
- "one": "{{ .Interval }} automaattisesti joka .intervalli",
871
- "other": "{{ .Count }} automaattisesti joka {{ .Interval }}"
875
+ "one": "Uusiutuu automaattisesti joka {{.Interval}}",
876
+ "other": "{{.Count}} automaattisesti joka {{.Interval}}"
872
877
  },
873
878
  "shopping_info_trial_period_offer": {
874
879
  "one": "Kokeile ilmaista 24 tunnin kokeilua nyt!",
875
- "other": "Kokeile ilmaista {{ .Count }} päivän kokeiluversiota!"
880
+ "other": "Kokeile ilmaista {{.Count}} päivän kokeiluversiota!"
876
881
  },
877
882
  "plans_page_header": {
878
883
  "other": "Saatavilla olevat suunnitelmat"
@@ -890,13 +895,13 @@
890
895
  "other": "Lue lisää"
891
896
  },
892
897
  "plan_page_header_text": {
893
- "other": "Nauti {{ .Name }}"
898
+ "other": "Nauti {{.Name}}"
894
899
  },
895
900
  "page_plan_explore_intro": {
896
901
  "other": "TAI"
897
902
  },
898
903
  "page_plan_explore_link": {
899
- "other": "Tutustu muihin passeihin"
904
+ "other": "Tutustu lisää"
900
905
  },
901
906
  "plan_showcase_page_ownership_button_buy": {
902
907
  "other": "Osta nyt"
@@ -908,10 +913,10 @@
908
913
  "other": "Kilpailussa"
909
914
  },
910
915
  "meta_description_expand": {
911
- "other": "Näytä lisää"
916
+ "other": "Katso lisää"
912
917
  },
913
918
  "meta_description_collapse": {
914
- "other": "Näytä vähemmän"
919
+ "other": "Katso vähemmän"
915
920
  },
916
921
  "awards_winner": {
917
922
  "other": "Voittaja"
@@ -952,6 +957,9 @@
952
957
  "wcag_aria_label_carousel": {
953
958
  "other": "Karuselli"
954
959
  },
960
+ "wcag_aria_label_carousel_pagination": {
961
+ "other": "Sivunumerointi"
962
+ },
955
963
  "wcag_aria_label_page_collection": {
956
964
  "other": "Sivujen kokoelma"
957
965
  },
@@ -965,13 +973,13 @@
965
973
  "other": "Toivelista"
966
974
  },
967
975
  "wcag_aria_label_facebook": {
968
- "other": "Jaa Facebookissa"
976
+ "other": "Jaa Facebook"
969
977
  },
970
978
  "wcag_aria_label_twitter": {
971
- "other": "Jaa Twitterissä"
979
+ "other": "Jaa Twitter"
972
980
  },
973
981
  "wcag_aria_label_linkedin": {
974
- "other": "Jaa LinkedInissä"
982
+ "other": "Jaa LinkedIn"
975
983
  },
976
984
  "wcag_aria_label_letterboxd": {
977
985
  "other": "Katso Letterboxd"
@@ -1109,7 +1117,7 @@
1109
1117
  "other": "Peruuta tilaus?"
1110
1118
  },
1111
1119
  "usersubscriptions_unsubscribe_modal_body": {
1112
- "other": "Tämä peruuttaa {{.Name}}-tilauksen. Voit silti tarkastella suunnitelman sisältöä sen voimassaolon päättymiseen asti {{.Expiry}}."
1120
+ "other": "Tämä peruuttaa tuotteen {{.Name}} tilauksen. Voit silti katsoa sisältöä, kunnes se vanhenee {{.Expiry}}."
1113
1121
  },
1114
1122
  "signin_form_error_account_suspended": {
1115
1123
  "other": "Tilisi on väliaikaisesti jäädytetty. Ota yhteyttä järjestelmänvalvojaan, jos uskot tämän olevan virhe."
@@ -1250,5 +1258,65 @@
1250
1258
  },
1251
1259
  "shopping_card_change": {
1252
1260
  "other": "Luottokortti ei ole oikea?? <a href=\"{{.SubscriptionsURL}}\">Napsauta tätä päivittääksesi korttisi</a>"
1261
+ },
1262
+ "usersubscriptions_page_header": {
1263
+ "other": "Tilaukset ja laskutus"
1264
+ },
1265
+ "usersubscriptions_page_content": {
1266
+ "other": " "
1267
+ },
1268
+ "usersubscriptions_payment_section_title": {
1269
+ "other": "Maksutapa"
1270
+ },
1271
+ "usersubscriptions_payment_section_content": {
1272
+ "other": "Luottokorttimaksutapasi muutokset tulevat voimaan seuraavalla laskutusjaksollasi."
1273
+ },
1274
+ "usersubscriptions_subscriptions_section_title": {
1275
+ "other": "Tilauksen tiedot"
1276
+ },
1277
+ "usersubscriptions_subscriptions_section_content": {
1278
+ "other": " "
1279
+ },
1280
+ "usersubscriptions_subscription_status_active": {
1281
+ "other": "Aktiivinen"
1282
+ },
1283
+ "usersubscriptions_subscription_expired": {
1284
+ "other": "Vanhentunut"
1285
+ },
1286
+ "usersubscriptions_no_subscriptions_section_title": {
1287
+ "other": "Tutustu tilauksiin"
1288
+ },
1289
+ "usersubscriptions_no_subscriptions_content": {
1290
+ "other": "Löydä mahtavaa sisältöä edulliseen hintaan, jota on helppo hallita täällä."
1291
+ },
1292
+ "usersubscriptions_no_subscriptions_button_title": {
1293
+ "other": "Tutustu tilauksiin"
1294
+ },
1295
+ "nav_subscriptions": {
1296
+ "other": "Omat tilaukset"
1297
+ },
1298
+ "usersubscriptions_subscription_expiry_trialing": {
1299
+ "other": "Ensimmäinen maksu {{.Expiry}}"
1300
+ },
1301
+ "usersubscriptions_subscription_expiry_active": {
1302
+ "other": "Seuraava maksu {{.Expiry}}"
1303
+ },
1304
+ "usersubscriptions_subscription_expiry_past_due": {
1305
+ "other": "Maksu eräpäivänä {{.Expiry}}"
1306
+ },
1307
+ "usersubscriptions_subscription_expiry_cancelled": {
1308
+ "other": "Päättyy {{.Expiry}}"
1309
+ },
1310
+ "usersubscriptions_subscription_expiry_expired": {
1311
+ "other": "Päättynyt {{.Expiry}}"
1312
+ },
1313
+ "sponsor_image_alt": {
1314
+ "other": "sponsorin logo"
1315
+ },
1316
+ "subscribe_to_watch": {
1317
+ "other": "Tilaa katsoaksesi"
1318
+ },
1319
+ "bundle_items_generic": {
1320
+ "other": "{{.Count}} kohteita"
1253
1321
  }
1254
1322
  }