@shift72/core-template 0.5.1 → 1.0.0-alpha.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.
- package/.github/pull_request_template.md +47 -0
- package/.github/workflows/node.js.yml +1 -1
- package/.nvmrc +1 -0
- package/CHANGELOG.md +65 -10
- package/kibble.json +4 -4
- package/package.json +1 -2
- package/scripts/translate.mjs +30 -22
- package/site/ar_LB.all.json +99 -23
- package/site/ca_ES.all.json +91 -23
- package/site/da_DK.all.json +90 -22
- package/site/de_DE.all.json +90 -22
- package/site/el_EL.all.json +90 -22
- package/site/en_AU.all.json +87 -19
- package/site/es_ES.all.json +92 -24
- package/site/es_MX.all.json +89 -21
- package/site/{ee_EE.all.json → et_ET.all.json} +90 -22
- package/site/fi_FI.all.json +93 -25
- package/site/fr_FR.all.json +91 -23
- package/site/hr_HR.all.json +93 -23
- package/site/hu_HU.all.json +91 -23
- package/site/it_IT.all.json +91 -23
- package/site/ja_JP.all.json +88 -22
- package/site/lt_LT.all.json +94 -22
- package/site/nl_BE.all.json +90 -22
- package/site/no_NO.all.json +91 -23
- package/site/pl_PL.all.json +95 -23
- package/site/plans.html.jet +17 -17
- package/site/pt_BR.all.json +91 -23
- package/site/pt_PT.all.json +91 -23
- package/site/ru_RU.all.json +103 -31
- package/site/sr_SR.all.json +95 -25
- package/site/static/fonts/fa-s72.woff +0 -0
- package/site/static/js/main.js +2 -1
- package/site/static/scripts/main.js.map +1 -1
- package/site/styles/_availability-tags.scss +63 -31
- package/site/styles/_awards.scss +4 -3
- package/site/styles/_buttons.scss +46 -29
- package/site/styles/_can-be-watched-button.scss +0 -20
- package/site/styles/_carousel.scss +126 -311
- package/site/styles/_collections.scss +6 -11
- package/site/styles/_cta-buttons.scss +262 -0
- package/site/styles/_forms.scss +6 -2
- package/site/styles/_icons.scss +182 -9
- package/site/styles/_legacy.scss +1 -50
- package/site/styles/_meta-detail.scss +80 -229
- package/site/styles/_meta-item-tagline.scss +33 -0
- package/site/styles/_meta-item.scss +0 -4
- package/site/styles/_meta-sub-item.scss +116 -0
- package/site/styles/_mixins.scss +45 -0
- package/site/styles/_nav.scss +6 -5
- package/site/styles/_pages.scss +4 -13
- package/site/styles/_plans.scss +24 -17
- package/site/styles/_poster.scss +3 -9
- package/site/styles/_share-modal.scss +86 -0
- package/site/styles/_shift72.scss +11 -0
- package/site/styles/_shopping.scss +0 -1
- package/site/styles/_skip-link.scss +1 -1
- package/site/styles/_tooltips.scss +7 -0
- package/site/styles/_variables.scss +11 -12
- package/site/styles/_wishlist.scss +2 -2
- package/site/styles/main.scss +5 -3
- package/site/subscriptions.html.jet +11 -0
- package/site/templates/application/application.jet +2 -2
- package/site/templates/application/google.jet +8 -13
- package/site/templates/application/nav/user_logged_in.jet +7 -2
- package/site/templates/bundle/item.jet +2 -4
- package/site/templates/collection/carousel/carousel.jet +27 -0
- package/site/templates/collection/carousel/item/image.jet +5 -0
- package/site/templates/collection/carousel/item/synopsis.jet +5 -0
- package/site/templates/collection/carousel/item/tagline.jet +7 -0
- package/site/templates/collection/carousel/item/title.jet +3 -0
- package/site/templates/collection/carousel/item.jet +41 -0
- package/site/templates/collection/carousel/pagination.jet +9 -0
- package/site/templates/collection/page_collection.jet +2 -2
- package/site/templates/common/cta_buttons.jet +70 -0
- package/site/templates/common/social-media-buttons.jet +2 -38
- package/site/templates/common/sponsor-image.jet +18 -0
- package/site/templates/film/item.jet +98 -102
- package/site/templates/items/sub_item.jet +22 -0
- package/site/templates/items/tagline.jet +2 -2
- package/site/templates/page/homepage.jet +2 -3
- package/site/templates/tv/detail.jet +39 -38
- package/site/tr_TR.all.json +90 -22
- package/site/uk_UA.all.json +95 -23
- package/site/zh_TW.all.json +88 -22
- package/site/static/fonts/FontAwesome.otf +0 -0
- package/site/static/fonts/fontawesome-webfont.eot +0 -0
- package/site/static/fonts/fontawesome-webfont.svg +0 -565
- package/site/static/fonts/fontawesome-webfont.ttf +0 -0
- package/site/static/fonts/fontawesome-webfont.woff +0 -0
- package/site/static/fonts/fontawesome-webfont.woff2 +0 -0
- package/site/styles/_homepage.scss +0 -3
- package/site/styles/_social-media-buttons.scss +0 -159
- package/site/templates/bundle/buttons.jet +0 -6
- package/site/templates/bundle/extras.jet +0 -13
- package/site/templates/collection/carousel.jet +0 -27
- package/site/templates/collection/carousel_item.jet +0 -66
- package/site/templates/items/bonus_item.jet +0 -23
- package/site/templates/items/featured_item.jet +0 -61
- package/site/templates/tv/episode.jet +0 -21
package/site/ca_ES.all.json
CHANGED
|
@@ -140,25 +140,25 @@
|
|
|
140
140
|
"other": "Compartir"
|
|
141
141
|
},
|
|
142
142
|
"social_media_buttons_facebook": {
|
|
143
|
-
"other": "
|
|
143
|
+
"other": "Facebook"
|
|
144
144
|
},
|
|
145
145
|
"social_media_buttons_twitter": {
|
|
146
|
-
"other": "
|
|
146
|
+
"other": "Twitter"
|
|
147
147
|
},
|
|
148
148
|
"social_media_buttons_linkedin": {
|
|
149
|
-
"other": "
|
|
149
|
+
"other": "Linkedin"
|
|
150
150
|
},
|
|
151
151
|
"social_media_buttons_email": {
|
|
152
|
-
"other": "
|
|
152
|
+
"other": "Correu electrònic"
|
|
153
153
|
},
|
|
154
154
|
"social_media_buttons_email_subject": {
|
|
155
|
-
"other": "
|
|
155
|
+
"other": "Comparteix l'enllaç"
|
|
156
156
|
},
|
|
157
157
|
"social_media_buttons_copied_link": {
|
|
158
|
-
"other": "S'ha copiat l'enllaç
|
|
158
|
+
"other": "S'ha copiat l'enllaç"
|
|
159
159
|
},
|
|
160
160
|
"social_media_buttons_copy_link": {
|
|
161
|
-
"other": "
|
|
161
|
+
"other": "Copia l'enllaç"
|
|
162
162
|
},
|
|
163
163
|
"accept_invite_page_header": {
|
|
164
164
|
"other": "Benvingut "
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"other": "Podreu veure-ho des de {{.Date}}."
|
|
709
709
|
},
|
|
710
710
|
"shopping_complete_plan": {
|
|
711
|
-
"other": "La teva compra de {{
|
|
711
|
+
"other": "La teva compra de {{.Title}} estat correcta."
|
|
712
712
|
},
|
|
713
713
|
"shopping_complete_receipt": {
|
|
714
714
|
"other": "S'ha enviat un rebut per correu electrònic."
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
"other": "Cancel·lar la subscripció?"
|
|
1023
1023
|
},
|
|
1024
1024
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
1025
|
-
"other": "Això cancel·larà la subscripció
|
|
1025
|
+
"other": "Això cancel·larà la subscripció a {{.Name}}. Encara podreu veure el contingut fins que caduqui {{.Expiry}}."
|
|
1026
1026
|
},
|
|
1027
1027
|
"availability_coming_soon": {
|
|
1028
1028
|
"other": "Pròximament"
|
|
@@ -1144,6 +1144,9 @@
|
|
|
1144
1144
|
"wcag_aria_label_carousel": {
|
|
1145
1145
|
"other": "Carrusel"
|
|
1146
1146
|
},
|
|
1147
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1148
|
+
"other": "Paginació"
|
|
1149
|
+
},
|
|
1147
1150
|
"wcag_aria_label_page_collection": {
|
|
1148
1151
|
"other": "Col·lecció de pàgines"
|
|
1149
1152
|
},
|
|
@@ -1178,33 +1181,38 @@
|
|
|
1178
1181
|
"other": "Preu"
|
|
1179
1182
|
},
|
|
1180
1183
|
"shopping_price_plan_note": {
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1183
|
-
|
|
1184
|
+
"one": "Se cobra cada {{.Interval}} después de que finaliza su prueba gratuita de 24 horas.",
|
|
1185
|
+
"other": "Es cobra cada {{.Interval}} un cop finalitza la prova gratuïta de {{.Count}} dies."
|
|
1186
|
+
},
|
|
1187
|
+
"shopping_price_plan_note_without_trial": {
|
|
1188
|
+
"other": "Es cobra cada {{.Interval}}."
|
|
1184
1189
|
},
|
|
1185
1190
|
"shopping_price_plan_note_interval": {
|
|
1186
|
-
"one": "{{
|
|
1187
|
-
"other": "{{
|
|
1191
|
+
"one": "{{.Interval}}",
|
|
1192
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
1188
1193
|
},
|
|
1189
|
-
"
|
|
1194
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1190
1195
|
"other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar la vostra subscripció."
|
|
1191
1196
|
},
|
|
1197
|
+
"shopping_enter_card_prompt_plan": {
|
|
1198
|
+
"other": "Introduïu les dades de la vostra targeta de crèdit a continuació per iniciar el vostre pla."
|
|
1199
|
+
},
|
|
1192
1200
|
"shopping_action_plan": {
|
|
1193
1201
|
"other": "Completa"
|
|
1194
1202
|
},
|
|
1195
1203
|
"shopping_complete_subscription": {
|
|
1196
|
-
"other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{
|
|
1204
|
+
"other": "La teva compra de subscripció ha estat correcta. Ara esteu subscrit a {{.Title}} ."
|
|
1197
1205
|
},
|
|
1198
1206
|
"shopping_complete_subscription_browse": {
|
|
1199
1207
|
"other": "No dubteu a <a href=\"/\">navegar pel</a> lloc o <a href=\"/search.html\">cercar</a> alguna cosa específica."
|
|
1200
1208
|
},
|
|
1201
1209
|
"shopping_info_plan_offer": {
|
|
1202
|
-
"one": "Renova automàticament cada {{
|
|
1203
|
-
"other": "Renova automàticament cada {{
|
|
1210
|
+
"one": "Renova automàticament cada {{.Interval}}",
|
|
1211
|
+
"other": "Renova automàticament cada {{.Count}} {{.Interval}}"
|
|
1204
1212
|
},
|
|
1205
1213
|
"shopping_info_trial_period_offer": {
|
|
1206
1214
|
"one": "Prova la teva prova gratuïta de 24 hores ara!",
|
|
1207
|
-
"other": "Prova la teva prova gratuïta de {{
|
|
1215
|
+
"other": "Prova la teva prova gratuïta de {{.Count}} day!"
|
|
1208
1216
|
},
|
|
1209
1217
|
"plans_page_header": {
|
|
1210
1218
|
"other": "Plans disponibles"
|
|
@@ -1222,13 +1230,13 @@
|
|
|
1222
1230
|
"other": "Llegeix més"
|
|
1223
1231
|
},
|
|
1224
1232
|
"plan_page_header_text": {
|
|
1225
|
-
"other": "Gaudeix {{
|
|
1233
|
+
"other": "Gaudeix {{.Name}}"
|
|
1226
1234
|
},
|
|
1227
1235
|
"page_plan_explore_intro": {
|
|
1228
1236
|
"other": "O"
|
|
1229
1237
|
},
|
|
1230
1238
|
"page_plan_explore_link": {
|
|
1231
|
-
"other": "Exploreu
|
|
1239
|
+
"other": "Exploreu més"
|
|
1232
1240
|
},
|
|
1233
1241
|
"plan_showcase_page_ownership_button_buy": {
|
|
1234
1242
|
"other": "Compra ara"
|
|
@@ -1240,10 +1248,10 @@
|
|
|
1240
1248
|
"other": "En Competició"
|
|
1241
1249
|
},
|
|
1242
1250
|
"meta_description_expand": {
|
|
1243
|
-
"other": "
|
|
1251
|
+
"other": "Veure més"
|
|
1244
1252
|
},
|
|
1245
1253
|
"meta_description_collapse": {
|
|
1246
|
-
"other": "
|
|
1254
|
+
"other": "Veure menys"
|
|
1247
1255
|
},
|
|
1248
1256
|
"awards_winner": {
|
|
1249
1257
|
"other": "Guanyador"
|
|
@@ -1259,5 +1267,65 @@
|
|
|
1259
1267
|
},
|
|
1260
1268
|
"wcag_aria_label_letterboxd": {
|
|
1261
1269
|
"other": "Veure a Letterboxd"
|
|
1270
|
+
},
|
|
1271
|
+
"usersubscriptions_page_header": {
|
|
1272
|
+
"other": "Subscripcions i facturació"
|
|
1273
|
+
},
|
|
1274
|
+
"usersubscriptions_page_content": {
|
|
1275
|
+
"other": " "
|
|
1276
|
+
},
|
|
1277
|
+
"usersubscriptions_payment_section_title": {
|
|
1278
|
+
"other": "Mètode de pagament"
|
|
1279
|
+
},
|
|
1280
|
+
"usersubscriptions_payment_section_content": {
|
|
1281
|
+
"other": "Els canvis al mètode de pagament de la vostra targeta de crèdit tindran efecte el proper cicle de facturació."
|
|
1282
|
+
},
|
|
1283
|
+
"usersubscriptions_subscriptions_section_title": {
|
|
1284
|
+
"other": "Detalls de la subscripció"
|
|
1285
|
+
},
|
|
1286
|
+
"usersubscriptions_subscriptions_section_content": {
|
|
1287
|
+
"other": " "
|
|
1288
|
+
},
|
|
1289
|
+
"usersubscriptions_subscription_status_active": {
|
|
1290
|
+
"other": "Actiu"
|
|
1291
|
+
},
|
|
1292
|
+
"usersubscriptions_subscription_expired": {
|
|
1293
|
+
"other": "Caducat"
|
|
1294
|
+
},
|
|
1295
|
+
"usersubscriptions_no_subscriptions_section_title": {
|
|
1296
|
+
"other": "Descobriu les subscripcions"
|
|
1297
|
+
},
|
|
1298
|
+
"usersubscriptions_no_subscriptions_content": {
|
|
1299
|
+
"other": "Descobriu contingut fantàstic a preus fantàstics, fàcil de gestionar aquí."
|
|
1300
|
+
},
|
|
1301
|
+
"usersubscriptions_no_subscriptions_button_title": {
|
|
1302
|
+
"other": "Exploreu les subscripcions"
|
|
1303
|
+
},
|
|
1304
|
+
"nav_subscriptions": {
|
|
1305
|
+
"other": "Les meves subscripcions"
|
|
1306
|
+
},
|
|
1307
|
+
"usersubscriptions_subscription_expiry_trialing": {
|
|
1308
|
+
"other": "Primer pagament {{.Expiry}}"
|
|
1309
|
+
},
|
|
1310
|
+
"usersubscriptions_subscription_expiry_active": {
|
|
1311
|
+
"other": "Pròxim pagament {{.Expiry}}"
|
|
1312
|
+
},
|
|
1313
|
+
"usersubscriptions_subscription_expiry_past_due": {
|
|
1314
|
+
"other": "Pagament vençut {{.Expiry}}"
|
|
1315
|
+
},
|
|
1316
|
+
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1317
|
+
"other": "Finalitza {{.Expiry}}"
|
|
1318
|
+
},
|
|
1319
|
+
"usersubscriptions_subscription_expiry_expired": {
|
|
1320
|
+
"other": "Finalitzat {{.Expiry}}"
|
|
1321
|
+
},
|
|
1322
|
+
"sponsor_image_alt": {
|
|
1323
|
+
"other": "logotip del patrocinador"
|
|
1324
|
+
},
|
|
1325
|
+
"subscribe_to_watch": {
|
|
1326
|
+
"other": "Subscriu-te per veure'l"
|
|
1327
|
+
},
|
|
1328
|
+
"bundle_items_generic": {
|
|
1329
|
+
"other": "{{.Count}} elements"
|
|
1262
1330
|
}
|
|
1263
1331
|
}
|
package/site/da_DK.all.json
CHANGED
|
@@ -137,25 +137,25 @@
|
|
|
137
137
|
"other": "Del"
|
|
138
138
|
},
|
|
139
139
|
"social_media_buttons_facebook": {
|
|
140
|
-
"other": "
|
|
140
|
+
"other": "Facebook"
|
|
141
141
|
},
|
|
142
142
|
"social_media_buttons_twitter": {
|
|
143
|
-
"other": "
|
|
143
|
+
"other": "Twitter"
|
|
144
144
|
},
|
|
145
145
|
"social_media_buttons_linkedin": {
|
|
146
|
-
"other": "
|
|
146
|
+
"other": "Linkedin"
|
|
147
147
|
},
|
|
148
148
|
"social_media_buttons_email": {
|
|
149
|
-
"other": "
|
|
149
|
+
"other": "E-mail"
|
|
150
150
|
},
|
|
151
151
|
"social_media_buttons_email_subject": {
|
|
152
152
|
"other": "Linkdeling"
|
|
153
153
|
},
|
|
154
154
|
"social_media_buttons_copied_link": {
|
|
155
|
-
"other": "
|
|
155
|
+
"other": "Linket er kopieret"
|
|
156
156
|
},
|
|
157
157
|
"social_media_buttons_copy_link": {
|
|
158
|
-
"other": "Kopier
|
|
158
|
+
"other": "Kopier link"
|
|
159
159
|
},
|
|
160
160
|
"accept_invite_page_header": {
|
|
161
161
|
"other": "Velkommen "
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"other": "En kvittering er blevet mailet til dig."
|
|
709
709
|
},
|
|
710
710
|
"shopping_complete_plan": {
|
|
711
|
-
"other": "Dit køb af {{
|
|
711
|
+
"other": "Dit køb af {{.Title}} blev gennemført."
|
|
712
712
|
},
|
|
713
713
|
"shopping_complete_library_link": {
|
|
714
714
|
"other": "Se dit bibliotek"
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
"other": "Vil du opsige abonnement?"
|
|
1005
1005
|
},
|
|
1006
1006
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
1007
|
-
"other": "Dette vil annullere abonnementet på {{.Name}}
|
|
1007
|
+
"other": "Dette vil annullere abonnementet på {{.Name}}. Du vil stadig kunne se indholdet, indtil det udløber {{.Expiry}}."
|
|
1008
1008
|
},
|
|
1009
1009
|
"availability_coming_soon": {
|
|
1010
1010
|
"other": "Kommer snart"
|
|
@@ -1106,33 +1106,38 @@
|
|
|
1106
1106
|
"other": "Pris"
|
|
1107
1107
|
},
|
|
1108
1108
|
"shopping_price_plan_note": {
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1111
|
-
|
|
1109
|
+
"one": "Opkræves hvert {{.Interval}} efter din 24 timers gratis prøveperiode slutter.",
|
|
1110
|
+
"other": "Opkræves hvert {{.Interval}} efter din {{.Count}} dages gratis prøveperiode slutter."
|
|
1111
|
+
},
|
|
1112
|
+
"shopping_price_plan_note_without_trial": {
|
|
1113
|
+
"other": "Opkræves hvert {{.Interval}} ."
|
|
1112
1114
|
},
|
|
1113
1115
|
"shopping_price_plan_note_interval": {
|
|
1114
|
-
"one": "{{
|
|
1115
|
-
"other": "{{
|
|
1116
|
+
"one": "{{.Interval}}",
|
|
1117
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
1116
1118
|
},
|
|
1117
|
-
"
|
|
1119
|
+
"shopping_enter_card_prompt_subscription": {
|
|
1118
1120
|
"other": "Indtast dine kreditkortoplysninger nedenfor for at starte dit abonnement."
|
|
1119
1121
|
},
|
|
1122
|
+
"shopping_enter_card_prompt_plan": {
|
|
1123
|
+
"other": "Indtast dine kreditkortoplysninger nedenfor for at starte din plan."
|
|
1124
|
+
},
|
|
1120
1125
|
"shopping_action_plan": {
|
|
1121
1126
|
"other": "Komplet"
|
|
1122
1127
|
},
|
|
1123
1128
|
"shopping_complete_subscription": {
|
|
1124
|
-
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{
|
|
1129
|
+
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{.Title}} ."
|
|
1125
1130
|
},
|
|
1126
1131
|
"shopping_complete_subscription_browse": {
|
|
1127
1132
|
"other": "Du er velkommen til at <a href=\"/\">browse rundt</a> på siden, eller <a href=\"/search.html\">søg</a> efter noget specifikt."
|
|
1128
1133
|
},
|
|
1129
1134
|
"shopping_info_plan_offer": {
|
|
1130
|
-
"one": "{{
|
|
1131
|
-
"other": "{{
|
|
1135
|
+
"one": "Fornyer automatisk hver {{.Interval}}",
|
|
1136
|
+
"other": "{{.Count}} automatisk hver {{.Interval}}"
|
|
1132
1137
|
},
|
|
1133
1138
|
"shopping_info_trial_period_offer": {
|
|
1134
1139
|
"one": "Prøv din gratis 24 timers prøveperiode nu!",
|
|
1135
|
-
"other": "Prøv din gratis {{
|
|
1140
|
+
"other": "Prøv din gratis {{.Count}} day prøveperiode!"
|
|
1136
1141
|
},
|
|
1137
1142
|
"plans_page_header": {
|
|
1138
1143
|
"other": "Tilgængelige planer"
|
|
@@ -1150,13 +1155,13 @@
|
|
|
1150
1155
|
"other": "Læs mere"
|
|
1151
1156
|
},
|
|
1152
1157
|
"plan_page_header_text": {
|
|
1153
|
-
"other": "Nyd {{
|
|
1158
|
+
"other": "Nyd {{.Name}}"
|
|
1154
1159
|
},
|
|
1155
1160
|
"page_plan_explore_intro": {
|
|
1156
1161
|
"other": "ELLER"
|
|
1157
1162
|
},
|
|
1158
1163
|
"page_plan_explore_link": {
|
|
1159
|
-
"other": "Udforsk
|
|
1164
|
+
"other": "Udforsk mere"
|
|
1160
1165
|
},
|
|
1161
1166
|
"plan_showcase_page_ownership_button_buy": {
|
|
1162
1167
|
"other": "Køb nu"
|
|
@@ -1227,6 +1232,9 @@
|
|
|
1227
1232
|
"wcag_aria_label_carousel": {
|
|
1228
1233
|
"other": "Karrusel"
|
|
1229
1234
|
},
|
|
1235
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1236
|
+
"other": "Sideinddeling"
|
|
1237
|
+
},
|
|
1230
1238
|
"wcag_aria_label_page_collection": {
|
|
1231
1239
|
"other": "Sidesamling"
|
|
1232
1240
|
},
|
|
@@ -1255,9 +1263,69 @@
|
|
|
1255
1263
|
"other": "ABC Cinemas – 21. filmfestival, 1. – 6. juni 2021"
|
|
1256
1264
|
},
|
|
1257
1265
|
"meta_description_expand": {
|
|
1258
|
-
"other": "
|
|
1266
|
+
"other": "Se mere"
|
|
1259
1267
|
},
|
|
1260
1268
|
"meta_description_collapse": {
|
|
1261
|
-
"other": "
|
|
1269
|
+
"other": "Se mindre"
|
|
1270
|
+
},
|
|
1271
|
+
"usersubscriptions_page_header": {
|
|
1272
|
+
"other": "Abonnementer og fakturering"
|
|
1273
|
+
},
|
|
1274
|
+
"usersubscriptions_page_content": {
|
|
1275
|
+
"other": " "
|
|
1276
|
+
},
|
|
1277
|
+
"usersubscriptions_payment_section_title": {
|
|
1278
|
+
"other": "Betalingsmetode"
|
|
1279
|
+
},
|
|
1280
|
+
"usersubscriptions_payment_section_content": {
|
|
1281
|
+
"other": "Ændringer af din kreditkortbetalingsmetode træder i kraft på din næste faktureringsperiode."
|
|
1282
|
+
},
|
|
1283
|
+
"usersubscriptions_subscriptions_section_title": {
|
|
1284
|
+
"other": "Abonnementsoplysninger"
|
|
1285
|
+
},
|
|
1286
|
+
"usersubscriptions_subscriptions_section_content": {
|
|
1287
|
+
"other": " "
|
|
1288
|
+
},
|
|
1289
|
+
"usersubscriptions_subscription_status_active": {
|
|
1290
|
+
"other": "Aktiv"
|
|
1291
|
+
},
|
|
1292
|
+
"usersubscriptions_subscription_expired": {
|
|
1293
|
+
"other": "Udløbet"
|
|
1294
|
+
},
|
|
1295
|
+
"usersubscriptions_no_subscriptions_section_title": {
|
|
1296
|
+
"other": "Opdag abonnementer"
|
|
1297
|
+
},
|
|
1298
|
+
"usersubscriptions_no_subscriptions_content": {
|
|
1299
|
+
"other": "Oplev fantastisk indhold til fantastiske priser, nemt at administrere her."
|
|
1300
|
+
},
|
|
1301
|
+
"usersubscriptions_no_subscriptions_button_title": {
|
|
1302
|
+
"other": "Udforsk abonnementer"
|
|
1303
|
+
},
|
|
1304
|
+
"nav_subscriptions": {
|
|
1305
|
+
"other": "Mine abonnementer"
|
|
1306
|
+
},
|
|
1307
|
+
"usersubscriptions_subscription_expiry_trialing": {
|
|
1308
|
+
"other": "Første betaling {{.Expiry}}"
|
|
1309
|
+
},
|
|
1310
|
+
"usersubscriptions_subscription_expiry_active": {
|
|
1311
|
+
"other": "Næste betaling {{.Expiry}}"
|
|
1312
|
+
},
|
|
1313
|
+
"usersubscriptions_subscription_expiry_past_due": {
|
|
1314
|
+
"other": "Forfalden betaling {{.Expiry}}"
|
|
1315
|
+
},
|
|
1316
|
+
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1317
|
+
"other": "Slutter {{.Expiry}}"
|
|
1318
|
+
},
|
|
1319
|
+
"usersubscriptions_subscription_expiry_expired": {
|
|
1320
|
+
"other": "Afsluttet {{.Expiry}}"
|
|
1321
|
+
},
|
|
1322
|
+
"sponsor_image_alt": {
|
|
1323
|
+
"other": "sponsor logo"
|
|
1324
|
+
},
|
|
1325
|
+
"subscribe_to_watch": {
|
|
1326
|
+
"other": "Abonner for at se"
|
|
1327
|
+
},
|
|
1328
|
+
"bundle_items_generic": {
|
|
1329
|
+
"other": "{{.Count}} elementer"
|
|
1262
1330
|
}
|
|
1263
1331
|
}
|
package/site/de_DE.all.json
CHANGED
|
@@ -122,25 +122,25 @@
|
|
|
122
122
|
"other": "Teilen"
|
|
123
123
|
},
|
|
124
124
|
"social_media_buttons_facebook": {
|
|
125
|
-
"other": "
|
|
125
|
+
"other": "Facebook"
|
|
126
126
|
},
|
|
127
127
|
"social_media_buttons_twitter": {
|
|
128
|
-
"other": "
|
|
128
|
+
"other": "Twitter"
|
|
129
129
|
},
|
|
130
130
|
"social_media_buttons_linkedin": {
|
|
131
|
-
"other": "
|
|
131
|
+
"other": "Linkedin"
|
|
132
132
|
},
|
|
133
133
|
"social_media_buttons_email": {
|
|
134
|
-
"other": "
|
|
134
|
+
"other": "Email"
|
|
135
135
|
},
|
|
136
136
|
"social_media_buttons_email_subject": {
|
|
137
137
|
"other": "Link teilen"
|
|
138
138
|
},
|
|
139
139
|
"social_media_buttons_copied_link": {
|
|
140
|
-
"other": "Link
|
|
140
|
+
"other": "Link kopiert"
|
|
141
141
|
},
|
|
142
142
|
"social_media_buttons_copy_link": {
|
|
143
|
-
"other": "
|
|
143
|
+
"other": "Link kopieren"
|
|
144
144
|
},
|
|
145
145
|
"accept_invite_page_header": {
|
|
146
146
|
"other": "Willkommen "
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"other": "Sehen Sie Ihre Bibliothek"
|
|
646
646
|
},
|
|
647
647
|
"shopping_complete_plan": {
|
|
648
|
-
"other": "Ihr Kauf von {{
|
|
648
|
+
"other": "Ihr Kauf von {{.Title}} war erfolgreich."
|
|
649
649
|
},
|
|
650
650
|
"shopping_complete_rental_watch_window_start": {
|
|
651
651
|
"one": "Ab jetzt können Sie den geliehenen Film bis zum nächsten Tag ansehen.",
|
|
@@ -905,33 +905,38 @@
|
|
|
905
905
|
"other": "Preis"
|
|
906
906
|
},
|
|
907
907
|
"shopping_price_plan_note": {
|
|
908
|
-
"
|
|
909
|
-
"
|
|
910
|
-
|
|
908
|
+
"one": "Wird alle {{.Interval}} nach Ablauf Ihrer 24-stündigen kostenlosen Testversion berechnet.",
|
|
909
|
+
"other": "Wird alle {{.Interval}} nach Ablauf Ihrer {{.Count}}-tägigen kostenlosen Testversion berechnet."
|
|
910
|
+
},
|
|
911
|
+
"shopping_price_plan_note_without_trial": {
|
|
912
|
+
"other": "Aufgeladen in jedem {{.Interval}} ."
|
|
911
913
|
},
|
|
912
914
|
"shopping_price_plan_note_interval": {
|
|
913
|
-
"one": "{{
|
|
914
|
-
"other": "{{
|
|
915
|
+
"one": "{{.Interval}}",
|
|
916
|
+
"other": "{{.Count}} {{.Interval}}"
|
|
915
917
|
},
|
|
916
|
-
"
|
|
918
|
+
"shopping_enter_card_prompt_subscription": {
|
|
917
919
|
"other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihr Abonnement zu starten."
|
|
918
920
|
},
|
|
921
|
+
"shopping_enter_card_prompt_plan": {
|
|
922
|
+
"other": "Geben Sie unten Ihre Kreditkartendaten ein, um Ihren Plan zu starten."
|
|
923
|
+
},
|
|
919
924
|
"shopping_action_plan": {
|
|
920
925
|
"other": "Vollständig"
|
|
921
926
|
},
|
|
922
927
|
"shopping_complete_subscription": {
|
|
923
|
-
"other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{
|
|
928
|
+
"other": "Ihr Abonnementkauf war erfolgreich. Sie haben jetzt {{.Title}} abonniert."
|
|
924
929
|
},
|
|
925
930
|
"shopping_complete_subscription_browse": {
|
|
926
931
|
"other": "Fühlen Sie sich frei, <a href=\"/\">auf</a> der Website <a href=\"/search.html\">zu stöbern oder nach</a> etwas Bestimmtem zu suchen."
|
|
927
932
|
},
|
|
928
933
|
"shopping_info_plan_offer": {
|
|
929
|
-
"one": "{{
|
|
930
|
-
"other": "Erneuert automatisch alle {{
|
|
934
|
+
"one": "Erneuert automatisch alle {{.Interval}}",
|
|
935
|
+
"other": "Erneuert automatisch alle {{.Count}} {{.Interval}}"
|
|
931
936
|
},
|
|
932
937
|
"shopping_info_trial_period_offer": {
|
|
933
938
|
"one": "Testen Sie jetzt Ihre kostenlose 24-Stunden-Testversion!",
|
|
934
|
-
"other": "Testen Sie Ihre kostenlose {{
|
|
939
|
+
"other": "Testen Sie Ihre kostenlose {{.Count}} Tage-Testversion!"
|
|
935
940
|
},
|
|
936
941
|
"plans_page_header": {
|
|
937
942
|
"other": "Verfügbare Pläne"
|
|
@@ -949,13 +954,13 @@
|
|
|
949
954
|
"other": "Weiterlesen"
|
|
950
955
|
},
|
|
951
956
|
"plan_page_header_text": {
|
|
952
|
-
"other": "Viel {{
|
|
957
|
+
"other": "Viel {{.Name}}"
|
|
953
958
|
},
|
|
954
959
|
"page_plan_explore_intro": {
|
|
955
960
|
"other": "ODER"
|
|
956
961
|
},
|
|
957
962
|
"page_plan_explore_link": {
|
|
958
|
-
"other": "
|
|
963
|
+
"other": "Erkunde mehr"
|
|
959
964
|
},
|
|
960
965
|
"plan_showcase_page_ownership_button_buy": {
|
|
961
966
|
"other": "Kaufe jetzt"
|
|
@@ -967,10 +972,10 @@
|
|
|
967
972
|
"other": "Im Wettbewerb"
|
|
968
973
|
},
|
|
969
974
|
"meta_description_expand": {
|
|
970
|
-
"other": "
|
|
975
|
+
"other": "Mehr sehen"
|
|
971
976
|
},
|
|
972
977
|
"meta_description_collapse": {
|
|
973
|
-
"other": "
|
|
978
|
+
"other": "Weniger sehen"
|
|
974
979
|
},
|
|
975
980
|
"awards_winner": {
|
|
976
981
|
"other": "Gewinner"
|
|
@@ -1105,7 +1110,7 @@
|
|
|
1105
1110
|
"other": "Abonnement beenden?"
|
|
1106
1111
|
},
|
|
1107
1112
|
"usersubscriptions_unsubscribe_modal_body": {
|
|
1108
|
-
"other": "Dadurch wird das Abonnement
|
|
1113
|
+
"other": "Dadurch wird das Abonnement für {{.Name}} gekündigt. Sie können den Inhalt weiterhin ansehen, bis er abläuft {{.Expiry}}."
|
|
1109
1114
|
},
|
|
1110
1115
|
"wcag_skip_links_header": {
|
|
1111
1116
|
"other": "Zugänglichkeitslinks"
|
|
@@ -1140,6 +1145,9 @@
|
|
|
1140
1145
|
"wcag_aria_label_carousel": {
|
|
1141
1146
|
"other": "Karussell"
|
|
1142
1147
|
},
|
|
1148
|
+
"wcag_aria_label_carousel_pagination": {
|
|
1149
|
+
"other": "Seitennummerierung"
|
|
1150
|
+
},
|
|
1143
1151
|
"wcag_aria_label_page_collection": {
|
|
1144
1152
|
"other": "Seitensammlung"
|
|
1145
1153
|
},
|
|
@@ -1259,5 +1267,65 @@
|
|
|
1259
1267
|
},
|
|
1260
1268
|
"validation_terms_required": {
|
|
1261
1269
|
"other": "Sie müssen den Nutzungsbedingungen zustimmen."
|
|
1270
|
+
},
|
|
1271
|
+
"usersubscriptions_page_header": {
|
|
1272
|
+
"other": "Abonnements und Abrechnung"
|
|
1273
|
+
},
|
|
1274
|
+
"usersubscriptions_page_content": {
|
|
1275
|
+
"other": " "
|
|
1276
|
+
},
|
|
1277
|
+
"usersubscriptions_payment_section_title": {
|
|
1278
|
+
"other": "Zahlungsmethode"
|
|
1279
|
+
},
|
|
1280
|
+
"usersubscriptions_payment_section_content": {
|
|
1281
|
+
"other": "Änderungen an Ihrer Kreditkartenzahlungsmethode werden in Ihrem nächsten Abrechnungszeitraum wirksam."
|
|
1282
|
+
},
|
|
1283
|
+
"usersubscriptions_subscriptions_section_title": {
|
|
1284
|
+
"other": "Abonnementdetails"
|
|
1285
|
+
},
|
|
1286
|
+
"usersubscriptions_subscriptions_section_content": {
|
|
1287
|
+
"other": " "
|
|
1288
|
+
},
|
|
1289
|
+
"usersubscriptions_subscription_status_active": {
|
|
1290
|
+
"other": "Aktiv"
|
|
1291
|
+
},
|
|
1292
|
+
"usersubscriptions_subscription_expired": {
|
|
1293
|
+
"other": "Abgelaufen"
|
|
1294
|
+
},
|
|
1295
|
+
"usersubscriptions_no_subscriptions_section_title": {
|
|
1296
|
+
"other": "Entdecken Sie Abonnements"
|
|
1297
|
+
},
|
|
1298
|
+
"usersubscriptions_no_subscriptions_content": {
|
|
1299
|
+
"other": "Entdecken Sie großartige Inhalte zu großartigen Preisen, die hier einfach verwaltet werden."
|
|
1300
|
+
},
|
|
1301
|
+
"usersubscriptions_no_subscriptions_button_title": {
|
|
1302
|
+
"other": "Entdecken Sie Abonnements"
|
|
1303
|
+
},
|
|
1304
|
+
"nav_subscriptions": {
|
|
1305
|
+
"other": "Meine Abonnements"
|
|
1306
|
+
},
|
|
1307
|
+
"usersubscriptions_subscription_expiry_trialing": {
|
|
1308
|
+
"other": "Erste Zahlung {{.Expiry}}"
|
|
1309
|
+
},
|
|
1310
|
+
"usersubscriptions_subscription_expiry_active": {
|
|
1311
|
+
"other": "Nächste Zahlung {{.Expiry}}"
|
|
1312
|
+
},
|
|
1313
|
+
"usersubscriptions_subscription_expiry_past_due": {
|
|
1314
|
+
"other": "Zahlung fällig {{.Expiry}}"
|
|
1315
|
+
},
|
|
1316
|
+
"usersubscriptions_subscription_expiry_cancelled": {
|
|
1317
|
+
"other": "Endet {{.Expiry}}"
|
|
1318
|
+
},
|
|
1319
|
+
"usersubscriptions_subscription_expiry_expired": {
|
|
1320
|
+
"other": "Beendet {{.Expiry}}"
|
|
1321
|
+
},
|
|
1322
|
+
"sponsor_image_alt": {
|
|
1323
|
+
"other": "Sponsorenlogo"
|
|
1324
|
+
},
|
|
1325
|
+
"subscribe_to_watch": {
|
|
1326
|
+
"other": "Zum Ansehen abonnieren"
|
|
1327
|
+
},
|
|
1328
|
+
"bundle_items_generic": {
|
|
1329
|
+
"other": "{{.Count}} Produkte"
|
|
1262
1330
|
}
|
|
1263
1331
|
}
|