@shift72/core-template 0.4.4 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +37 -16
- package/kibble.json +108 -29
- package/package.json +21 -8
- package/scripts/core-template-version.js +30 -0
- package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
- package/scripts/language-file-validator.js +1 -1
- package/scripts/translate.mjs +43 -0
- package/site/ar_LB.all.json +1262 -595
- package/site/ca_ES.all.json +437 -417
- package/site/da_DK.all.json +307 -221
- package/site/de_DE.all.json +1119 -459
- package/site/ee_EE.all.json +1261 -600
- package/site/el_EL.all.json +1112 -459
- package/site/en_AU.all.json +1159 -467
- package/site/es_ES.all.json +1105 -452
- package/site/es_MX.all.json +1160 -479
- package/site/fi_FI.all.json +1113 -460
- package/site/fr_FR.all.json +1105 -454
- package/site/hr_HR.all.json +1169 -464
- package/site/hu_HU.all.json +1261 -599
- package/site/it_IT.all.json +1112 -458
- package/site/ja_JP.all.json +1114 -460
- package/site/lt_LT.all.json +1112 -454
- package/site/nl_BE.all.json +1112 -456
- package/site/no_NO.all.json +1252 -596
- package/site/pl_PL.all.json +1090 -447
- package/site/pt_BR.all.json +432 -429
- package/site/pt_PT.all.json +1252 -602
- package/site/ru_RU.all.json +1088 -449
- package/site/sr_SR.all.json +1254 -0
- package/site/styles/_awards.scss +5 -0
- package/site/styles/_buttons.scss +23 -0
- package/site/styles/_carousel.scss +9 -1
- package/site/styles/_forms.scss +78 -11
- package/site/styles/_meta-detail.scss +2 -2
- package/site/styles/_meta-item-tagline.scss +1 -1
- package/site/styles/_nav.scss +6 -6
- package/site/styles/_pages.scss +0 -2
- package/site/styles/_plans.scss +5 -0
- package/site/styles/_search.scss +1 -1
- package/site/styles/_shift72.scss +3 -3
- package/site/styles/_shopping.scss +1 -1
- package/site/styles/_skip-link.scss +19 -0
- package/site/styles/_variables.scss +10 -6
- package/site/styles/_wishlist.scss +19 -11
- package/site/styles/main.scss +1 -0
- package/site/templates/application/application.jet +11 -14
- package/site/templates/application/google.jet +26 -10
- package/site/templates/common/awards/carousel.jet +7 -1
- package/site/templates/common/awards/item.jet +2 -2
- package/site/templates/film/item.jet +83 -76
- package/site/templates/page/curated.jet +1 -1
- package/site/templates/page/page-content.jet +1 -23
- package/site/templates/page/page-header.jet +25 -6
- package/site/tr_TR.all.json +1252 -602
- package/site/uk_UA.all.json +528 -451
- package/site/zh_TW.all.json +438 -419
- package/site/se_SE.all.json +0 -601
package/site/da_DK.all.json
CHANGED
@@ -3,45 +3,57 @@
|
|
3
3
|
"other": "ABC Cinemas"
|
4
4
|
},
|
5
5
|
"settings_title": {
|
6
|
-
"other": "
|
7
|
-
},
|
8
|
-
"powered_by": {
|
9
|
-
|
10
|
-
|
11
|
-
"
|
12
|
-
|
13
|
-
|
6
|
+
"other": "Indstillinger"
|
7
|
+
},
|
8
|
+
"powered_by": {
|
9
|
+
"other": "Drevet af"
|
10
|
+
},
|
11
|
+
"powered_by_name": {
|
12
|
+
"other": "Shift72"
|
13
|
+
},
|
14
|
+
"powered_by_url": {
|
15
|
+
"other": "https://www.screenplus.com"
|
16
|
+
},
|
17
|
+
"in_partnership_with": {
|
18
|
+
"other": "i samarbejde med"
|
19
|
+
},
|
20
|
+
"festival_scope": {
|
21
|
+
"other": "Festival Scope"
|
22
|
+
},
|
23
|
+
"festival_scope_url": {
|
24
|
+
"other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
|
25
|
+
},
|
14
26
|
"en": {
|
15
|
-
"other": "
|
27
|
+
"other": "Engelsk"
|
16
28
|
},
|
17
29
|
"fr": {
|
18
|
-
"other": "
|
30
|
+
"other": "Fransk"
|
19
31
|
},
|
20
32
|
"episode_name": {
|
21
33
|
"other": "Episode"
|
22
34
|
},
|
23
35
|
"season_name": {
|
24
|
-
"other": "
|
36
|
+
"other": "Sæson"
|
25
37
|
},
|
26
38
|
"seasons": {
|
27
|
-
"one": "
|
28
|
-
"other": "{{.Count}}
|
39
|
+
"one": "en sæson",
|
40
|
+
"other": "{{.Count}} sæsoner"
|
29
41
|
},
|
30
42
|
"tvseason": {
|
31
|
-
"other": "{{.ShowInfo.Title}}
|
43
|
+
"other": "{{.ShowInfo.Title}} sæson {{.Season.SeasonNumber}}"
|
32
44
|
},
|
33
45
|
"tvseason_html": {
|
34
|
-
"other": "{{.ShowInfo.Title}} <span>
|
46
|
+
"other": "{{.ShowInfo.Title}} <span>sæson {{.Season.SeasonNumber}}</span>"
|
35
47
|
},
|
36
48
|
"tvepisode": {
|
37
49
|
"other": "{{.Episode.Title}}"
|
38
50
|
},
|
39
51
|
"tvseason_number": {
|
40
|
-
"other": "
|
52
|
+
"other": "sæson {{.Season.SeasonNumber}}"
|
41
53
|
},
|
42
54
|
"episode_count": {
|
43
55
|
"one": "1 Episode",
|
44
|
-
"other": "{{.Count}}
|
56
|
+
"other": "{{.Count}} Episoder"
|
45
57
|
},
|
46
58
|
"date_day": {
|
47
59
|
"other": "Dag"
|
@@ -56,7 +68,7 @@
|
|
56
68
|
"other": "Denne side findes ikke..."
|
57
69
|
},
|
58
70
|
"404_page_content": {
|
59
|
-
"other": "<p>
|
71
|
+
"other": "<p>Beklager, det ser ud til, at den side, du leder efter, ikke eksisterer.</p><p>Den kunne være blevet flyttet eller slettet, eller måske har du stavet forkert.</p><p>Prøv gå tilbage til startsiden for at finde det, du ledte efter.</p><p><a href=\"{{.URL}}\">Tilbage til startsiden</a></p>"
|
60
72
|
},
|
61
73
|
"nav_homepage": {
|
62
74
|
"other": "ABC Cinemas"
|
@@ -86,7 +98,7 @@
|
|
86
98
|
"other": "Log ud"
|
87
99
|
},
|
88
100
|
"play_trailer": {
|
89
|
-
"other": "
|
101
|
+
"other": "Anhænger"
|
90
102
|
},
|
91
103
|
"runtime_hours": {
|
92
104
|
"other": "h"
|
@@ -124,13 +136,27 @@
|
|
124
136
|
"social_media_buttons_title": {
|
125
137
|
"other": "Del"
|
126
138
|
},
|
127
|
-
"social_media_buttons_facebook": {
|
128
|
-
|
129
|
-
|
130
|
-
"
|
131
|
-
|
132
|
-
|
133
|
-
"
|
139
|
+
"social_media_buttons_facebook": {
|
140
|
+
"other": "Del på facebook"
|
141
|
+
},
|
142
|
+
"social_media_buttons_twitter": {
|
143
|
+
"other": "Del på Twitter"
|
144
|
+
},
|
145
|
+
"social_media_buttons_linkedin": {
|
146
|
+
"other": "Del på Linkedin"
|
147
|
+
},
|
148
|
+
"social_media_buttons_email": {
|
149
|
+
"other": "Del via e-mail"
|
150
|
+
},
|
151
|
+
"social_media_buttons_email_subject": {
|
152
|
+
"other": "Linkdeling"
|
153
|
+
},
|
154
|
+
"social_media_buttons_copied_link": {
|
155
|
+
"other": "Link kopieret til udklipsholder!"
|
156
|
+
},
|
157
|
+
"social_media_buttons_copy_link": {
|
158
|
+
"other": "Kopier til udklipsholder"
|
159
|
+
},
|
134
160
|
"accept_invite_page_header": {
|
135
161
|
"other": "Velkommen "
|
136
162
|
},
|
@@ -201,10 +227,10 @@
|
|
201
227
|
"other": "Brugernavn eller kodeord er forkert"
|
202
228
|
},
|
203
229
|
"signin_form_error_ip_throttled": {
|
204
|
-
"other": "
|
230
|
+
"other": "Du har undladt at logge ind for mange gange. Prøv igen senere."
|
205
231
|
},
|
206
232
|
"signin_form_error_account_suspended": {
|
207
|
-
"other": "
|
233
|
+
"other": "Din konto er blevet midlertidigt suspenderet. Kontakt venligst en administrator, hvis du mener, at dette er en fejl."
|
208
234
|
},
|
209
235
|
"signup_form_error_forbidden": {
|
210
236
|
"other": "Der er sket en fejl"
|
@@ -233,7 +259,6 @@
|
|
233
259
|
"combined_auth_error_too_many_requests": {
|
234
260
|
"other": "For mange anmodninger, prøv venligst igen senere."
|
235
261
|
},
|
236
|
-
|
237
262
|
"forgotpassword_page_header": {
|
238
263
|
"other": "Nulstil dit kodeord"
|
239
264
|
},
|
@@ -319,40 +344,40 @@
|
|
319
344
|
"other": "Kodeordet er ugyldigt"
|
320
345
|
},
|
321
346
|
"account_form_pin_code": {
|
322
|
-
"other": "PIN"
|
347
|
+
"other": "PIN-kode"
|
323
348
|
},
|
324
349
|
"account_form_pin_code_not_set": {
|
325
|
-
"other": "
|
350
|
+
"other": "Du har ikke en PIN-kode, som er påkrævet for at købe, leje og se nogle titler."
|
326
351
|
},
|
327
352
|
"account_form_set_pin": {
|
328
|
-
"other": "
|
353
|
+
"other": "Indstil pinkode"
|
329
354
|
},
|
330
355
|
"account_form_pin_changed": {
|
331
356
|
"other": "Updated"
|
332
357
|
},
|
333
358
|
"account_form_change_pin": {
|
334
|
-
"other": "
|
359
|
+
"other": "Skift pinkode"
|
335
360
|
},
|
336
361
|
"user_set_pin_header": {
|
337
|
-
"other": "
|
362
|
+
"other": "Indstil din pinkode"
|
338
363
|
},
|
339
364
|
"user_set_pin_button": {
|
340
|
-
"other": "
|
365
|
+
"other": "Indstil pinkode"
|
341
366
|
},
|
342
367
|
"user_submit_pin_heading": {
|
343
|
-
"other": "
|
368
|
+
"other": "Indtast din pinkode til {{.Action}} dette begrænsede indhold"
|
344
369
|
},
|
345
370
|
"user_error_wrong_pin_retry": {
|
346
|
-
"other": "
|
371
|
+
"other": "Ups, du har indtastet en forkert pinkode"
|
347
372
|
},
|
348
373
|
"user_error_too_many_pin_errors": {
|
349
|
-
"other": "<p>
|
374
|
+
"other": "<p>Det ser ud til, at du har problemer.</p><p>Nulstil din pinkode, eller kontakt os for <a href=\"{{.HelpURL}}\" target=\"_blank\">hjælp</a>"
|
350
375
|
},
|
351
376
|
"user_submit_pin_button": {
|
352
|
-
"other": "
|
377
|
+
"other": "Gå ind"
|
353
378
|
},
|
354
379
|
"user_reset_pin_button": {
|
355
|
-
"other": "
|
380
|
+
"other": "Nulstil PIN-koden"
|
356
381
|
},
|
357
382
|
"signup_form_optin": {
|
358
383
|
"other": "Log ind for at modtage vores gratis nyhedsbrev"
|
@@ -437,22 +462,22 @@
|
|
437
462
|
"other": "Skriv en rabatkode"
|
438
463
|
},
|
439
464
|
"validation_pincode_required": {
|
440
|
-
"other": "
|
465
|
+
"other": "Indtast venligst en PIN-kode."
|
441
466
|
},
|
442
467
|
"validation_pincode1_required": {
|
443
|
-
"other": "
|
468
|
+
"other": "Indtast venligst en gyldig PIN-kode."
|
444
469
|
},
|
445
470
|
"validation_pincode2_required": {
|
446
|
-
"other": "
|
471
|
+
"other": "Indtast venligst en gyldig PIN-kode."
|
447
472
|
},
|
448
473
|
"validation_pincode1_pattern": {
|
449
|
-
"other": "
|
474
|
+
"other": "Indtast venligst en gyldig PIN-kode."
|
450
475
|
},
|
451
476
|
"validation_pincode2_pattern": {
|
452
|
-
"other": "
|
477
|
+
"other": "Indtast venligst en gyldig PIN-kode."
|
453
478
|
},
|
454
479
|
"validation_pincode2_match": {
|
455
|
-
"other": "PIN
|
480
|
+
"other": "PIN-koden stemmer ikke overens."
|
456
481
|
},
|
457
482
|
"validation_gender_required": {
|
458
483
|
"other": "Vælg venligst det køn, du overvejende identificerer dig med"
|
@@ -470,7 +495,7 @@
|
|
470
495
|
"other": "SD Video on Demand."
|
471
496
|
},
|
472
497
|
"shopping_info_subtitle_wallet": {
|
473
|
-
"other": "
|
498
|
+
"other": "Midler i din tegnebog kan bruges til køb eller leje af indhold på ScreenPlus."
|
474
499
|
},
|
475
500
|
"shopping_info_subtitle_help": {
|
476
501
|
"other": "Se her for systemkrav"
|
@@ -482,7 +507,7 @@
|
|
482
507
|
"other": "leje"
|
483
508
|
},
|
484
509
|
"shopping_info_sd_only": {
|
485
|
-
"other": "
|
510
|
+
"other": "Begrænset til kun SD-afspilning."
|
486
511
|
},
|
487
512
|
"shopping_info_release_date_title": {
|
488
513
|
"other": "Premiere {{.Date}}. "
|
@@ -502,8 +527,14 @@
|
|
502
527
|
"shopping_info_available_until_date_explanation_buy": {
|
503
528
|
"other": "Du vil ikke kunne se indholdet efter dette."
|
504
529
|
},
|
505
|
-
"duration_hour": {
|
506
|
-
|
530
|
+
"duration_hour": {
|
531
|
+
"one": "1 time",
|
532
|
+
"other": "{{.Count}} timer"
|
533
|
+
},
|
534
|
+
"duration_day": {
|
535
|
+
"one": "1 dag",
|
536
|
+
"other": "{{.Count}} dage"
|
537
|
+
},
|
507
538
|
"shopping_info_rental_period_duration": {
|
508
539
|
"other": "{{.ValueUnit}} leje "
|
509
540
|
},
|
@@ -607,7 +638,7 @@
|
|
607
638
|
"other": "Dit {{.Ownership}} er ikke gået igennem. Vi har opdaget at du bruger en unblocker eller proxy tjeneste. Slå venligst disse tjenester fra og prøv igen."
|
608
639
|
},
|
609
640
|
"shopping_error_discount_worn_out": {
|
610
|
-
"other": "
|
641
|
+
"other": "Den kampagnekode kan ikke længere bruges."
|
611
642
|
},
|
612
643
|
"shopping_error_discount_blank": {
|
613
644
|
"other": "Indtast en rabatkode."
|
@@ -658,7 +689,7 @@
|
|
658
689
|
"other": "Kreditkortet er afvist. Prøv venligst igen."
|
659
690
|
},
|
660
691
|
"shopping_complete_rental": {
|
661
|
-
"other": "
|
692
|
+
"other": "Succes!"
|
662
693
|
},
|
663
694
|
"shopping_complete_rental_period": {
|
664
695
|
"one": "Du kan nu se filmen i løbet af den næste dag.",
|
@@ -678,7 +709,7 @@
|
|
678
709
|
},
|
679
710
|
"shopping_complete_plan": {
|
680
711
|
"other": "Dit køb af {{ .Title }} blev gennemført."
|
681
|
-
},
|
712
|
+
},
|
682
713
|
"shopping_complete_library_link": {
|
683
714
|
"other": "Se dit bibliotek"
|
684
715
|
},
|
@@ -725,9 +756,11 @@
|
|
725
756
|
"meta_detail_subtitles": {
|
726
757
|
"other": "Undertekster"
|
727
758
|
},
|
728
|
-
"meta_detail_captions": {
|
759
|
+
"meta_detail_captions": {
|
760
|
+
"other": "Undertekster [CC]"
|
761
|
+
},
|
729
762
|
"meta_detail_episodes_title": {
|
730
|
-
"other": "
|
763
|
+
"other": "Episoder"
|
731
764
|
},
|
732
765
|
"meta_detail_bonus_title": {
|
733
766
|
"other": "Bonusindhold"
|
@@ -772,28 +805,28 @@
|
|
772
805
|
"other": "Min liste"
|
773
806
|
},
|
774
807
|
"activatedevice_page_header": {
|
775
|
-
"other": "
|
808
|
+
"other": "Aktiver Enhed"
|
776
809
|
},
|
777
810
|
"activatedevice_page_content": {
|
778
|
-
"other": "
|
811
|
+
"other": "Følg instruktionerne på din enhed for at få en PIN-kode. Din computer og enhed skal begge være forbundet til internettet for at aktivere."
|
779
812
|
},
|
780
813
|
"activatedevice_form_pin": {
|
781
|
-
"other": "
|
814
|
+
"other": "Pinkode"
|
782
815
|
},
|
783
816
|
"activatedevice_form_submit": {
|
784
|
-
"other": "
|
817
|
+
"other": "Aktiver"
|
785
818
|
},
|
786
819
|
"activatedevice_form_error_invalid_code": {
|
787
|
-
"other": "PIN
|
820
|
+
"other": "PIN-koden blev ikke fundet, prøv venligst igen."
|
788
821
|
},
|
789
822
|
"activatedevice_form_error_pin_not_found": {
|
790
|
-
"other": "PIN
|
823
|
+
"other": "PIN-koden blev ikke fundet, prøv venligst igen."
|
791
824
|
},
|
792
825
|
"activatedevice_signin_prompt": {
|
793
|
-
"other": "
|
826
|
+
"other": "Log venligst ind, før du aktiverer din enhed."
|
794
827
|
},
|
795
828
|
"activatedevice_page_activated": {
|
796
|
-
"other": "
|
829
|
+
"other": "Tak, fordi du aktiverede {{.DeviceName}}. Du skulle nu være i stand til at gennemse dit bibliotek på dit fjernsyn eller din enhed."
|
797
830
|
},
|
798
831
|
"userdevices_page_header": {
|
799
832
|
"other": "Enheder"
|
@@ -827,22 +860,22 @@
|
|
827
860
|
"other": "(Fjernet)."
|
828
861
|
},
|
829
862
|
"userdevices_delete_limits": {
|
830
|
-
"other": "
|
863
|
+
"other": "Du kan fjerne {{.Limit}} enhed(er) fra denne liste hver {{.Period}} dag(e)."
|
831
864
|
},
|
832
865
|
"userdevices_delete_limit_reached": {
|
833
|
-
"other": "
|
866
|
+
"other": "Du har nået denne grænse og kan ikke fjerne nogen enheder lige nu. Du kan slette en enhed om {{.Days}} dag(e)."
|
834
867
|
},
|
835
868
|
"playlist_page_header": {
|
836
|
-
"other": "
|
869
|
+
"other": "Afspilningsliste"
|
837
870
|
},
|
838
871
|
"playlist_sign_in_warning": {
|
839
|
-
"other": "
|
872
|
+
"other": "Log venligst ind for at se live-tv."
|
840
873
|
},
|
841
874
|
"playlist_share_title": {
|
842
|
-
"other": "
|
875
|
+
"other": "Afspilningsliste"
|
843
876
|
},
|
844
877
|
"playlist_up_next_title": {
|
845
|
-
"other": "
|
878
|
+
"other": "Næste"
|
846
879
|
},
|
847
880
|
"pricing_ownership_buy": {
|
848
881
|
"other": "Køb"
|
@@ -866,7 +899,7 @@
|
|
866
899
|
"other": "Accepterer"
|
867
900
|
},
|
868
901
|
"all_rights_reserved": {
|
869
|
-
"other": "
|
902
|
+
"other": "Alle rettigheder forbeholdes. Ingen del af denne side må gengives uden vores skriftlige tilladelse."
|
870
903
|
},
|
871
904
|
"users_gender_none": {
|
872
905
|
"other": "Ikke specificeret"
|
@@ -884,67 +917,67 @@
|
|
884
917
|
"other": "Andet"
|
885
918
|
},
|
886
919
|
"pricing_quality_hd": {
|
887
|
-
"other": "
|
920
|
+
"other": "HD"
|
888
921
|
},
|
889
922
|
"pricing_quality_sd": {
|
890
|
-
"other": "
|
923
|
+
"other": "SD"
|
891
924
|
},
|
892
925
|
"pricing_quality_hd_only": {
|
893
|
-
"other": "
|
926
|
+
"other": "Kun HD"
|
894
927
|
},
|
895
928
|
"pricing_quality_sd_only": {
|
896
|
-
"other": "
|
929
|
+
"other": "Kun SD"
|
897
930
|
},
|
898
931
|
"shopping_card_save_card": {
|
899
|
-
"other": "
|
932
|
+
"other": "Gem dette kort til fremtidig brug"
|
900
933
|
},
|
901
934
|
"shopping_card_button_change": {
|
902
|
-
"other": "
|
935
|
+
"other": "Vis alle gemte kort"
|
903
936
|
},
|
904
937
|
"shopping_card_existing_description": {
|
905
|
-
"other": "{{.Card.Brand}}
|
938
|
+
"other": "{{.Card.Brand}}, der slutter på {{.Card.Number}}"
|
906
939
|
},
|
907
940
|
"shopping_card_existing_expiry": {
|
908
|
-
"other": "(
|
941
|
+
"other": "(udløber {{.Card.Expiry}})"
|
909
942
|
},
|
910
943
|
"shopping_card_existing_expired": {
|
911
|
-
"other": "(
|
944
|
+
"other": "(udløbet)"
|
912
945
|
},
|
913
946
|
"shopping_card_use_other": {
|
914
|
-
"other": "
|
947
|
+
"other": "Brug et nyt kort"
|
915
948
|
},
|
916
949
|
"shopping_card_use_new_card": {
|
917
|
-
"other": "
|
950
|
+
"other": "Skift kort"
|
918
951
|
},
|
919
952
|
"shopping_card_update_reason_none": {
|
920
|
-
"other": "
|
953
|
+
"other": "Opdater dit kreditkort. Understøttede kort er Visa, Mastercard og American Express."
|
921
954
|
},
|
922
955
|
"shopping_card_new_subscription": {
|
923
956
|
"other": "This card will saved and be charged regularly"
|
924
957
|
},
|
925
958
|
"shopping_card_change": {
|
926
|
-
"other": "
|
959
|
+
"other": "Kreditkort ikke korrekt? <a href=\"{{.SubscriptionsURL}}\">Klik her for at opdatere dit kort.</a>"
|
927
960
|
},
|
928
961
|
"shopping_info_ownership_plan": {
|
929
|
-
"other": "
|
962
|
+
"other": "Abonnement"
|
930
963
|
},
|
931
964
|
"shopping_action_credit": {
|
932
|
-
"other": "
|
965
|
+
"other": "Fyld op"
|
933
966
|
},
|
934
967
|
"shopping_info_rental_period_coming_soon": {
|
935
968
|
"other": "fra premieredatoen og -tidspunktet."
|
936
969
|
},
|
937
970
|
"usersubscriptions_change_payment_method_change": {
|
938
|
-
"other": "
|
971
|
+
"other": "Skift kreditkort"
|
939
972
|
},
|
940
973
|
"usersubscriptions_change_payment_method_modal_title": {
|
941
|
-
"other": "
|
974
|
+
"other": "Opdater kreditkortoplysninger"
|
942
975
|
},
|
943
976
|
"usersubscriptions_change_payment_method_modal_submit": {
|
944
|
-
"other": "
|
977
|
+
"other": "Opdatering"
|
945
978
|
},
|
946
979
|
"usersubscriptions_subscription_expiry": {
|
947
|
-
"other": "
|
980
|
+
"other": "Udløber {{.Expiry}}"
|
948
981
|
},
|
949
982
|
"usersubscriptions_subscription_status_cancelled": {
|
950
983
|
"other": "usersubscriptions_subscription_status_cancelled"
|
@@ -956,22 +989,22 @@
|
|
956
989
|
"other": "usersubscriptions_subscription_status_past_due"
|
957
990
|
},
|
958
991
|
"usersubscriptions_subscription_status_trialing": {
|
959
|
-
"other": "
|
992
|
+
"other": "Prøveperiode"
|
960
993
|
},
|
961
994
|
"usersubscriptions_subscription_unsubscribe": {
|
962
|
-
"other": "
|
995
|
+
"other": "Opsig mit abonnement"
|
963
996
|
},
|
964
997
|
"usersubscriptions_unsubscribe_modal_cancel": {
|
965
|
-
"other": "
|
998
|
+
"other": "Afbestille"
|
966
999
|
},
|
967
1000
|
"usersubscriptions_unsubscribe_modal_confirm": {
|
968
|
-
"other": "
|
1001
|
+
"other": "Ja, opsige mit abonnement"
|
969
1002
|
},
|
970
1003
|
"usersubscriptions_unsubscribe_modal_title": {
|
971
|
-
"other": "
|
1004
|
+
"other": "Vil du opsige abonnement?"
|
972
1005
|
},
|
973
1006
|
"usersubscriptions_unsubscribe_modal_body": {
|
974
|
-
"other": "
|
1007
|
+
"other": "Dette vil annullere abonnementet på {{.Name}}-planen. Du vil stadig være i stand til at se indholdet i planen, indtil det udløber {{.Expiry}}."
|
975
1008
|
},
|
976
1009
|
"availability_coming_soon": {
|
977
1010
|
"other": "Kommer snart"
|
@@ -1028,150 +1061,203 @@
|
|
1028
1061
|
"other": "{{.Title}} er desværre udsolgt."
|
1029
1062
|
},
|
1030
1063
|
"changepincode_modal_header": {
|
1031
|
-
"other": "
|
1064
|
+
"other": "Skift din pinkode"
|
1032
1065
|
},
|
1033
1066
|
"changepincode_modal_currentpassword": {
|
1034
|
-
"other": "
|
1067
|
+
"other": "Din nuværende adgangskode"
|
1035
1068
|
},
|
1036
1069
|
"changepincode_modal_pincode1": {
|
1037
|
-
"other": "
|
1070
|
+
"other": "Din nye 4-cifrede pinkode"
|
1038
1071
|
},
|
1039
1072
|
"changepincode_modal_pincode2": {
|
1040
|
-
"other": "
|
1073
|
+
"other": "Bekræft din nye 4-cifrede PIN-kode"
|
1041
1074
|
},
|
1042
1075
|
"changepincode_modal_submit": {
|
1043
|
-
"other": "
|
1076
|
+
"other": "Indstil pinkode"
|
1044
1077
|
},
|
1045
1078
|
"changepincode_modal_error_wrong_password": {
|
1046
|
-
"other": "
|
1079
|
+
"other": "Adgangskoden er forkert."
|
1047
1080
|
},
|
1048
1081
|
"user_set_pin_intro": {
|
1049
|
-
"other": "
|
1082
|
+
"other": "Du skal bruge en pinkode til {{.Action}} begrænset indhold"
|
1050
1083
|
},
|
1051
1084
|
"user_error_wrong_pin_reset": {
|
1052
|
-
"other": "
|
1085
|
+
"other": "Klik her for at nulstille din pinkode"
|
1053
1086
|
},
|
1054
1087
|
"user_error_too_many_pin_errors_help_page_link": {
|
1055
1088
|
"other": ""
|
1056
1089
|
},
|
1057
1090
|
"shopping_error_age_restricted": {
|
1058
|
-
"other": "
|
1091
|
+
"other": "Dette indhold er aldersbegrænset."
|
1059
1092
|
},
|
1060
1093
|
"shopping_error_close_button": {
|
1061
|
-
"other": "
|
1062
|
-
},
|
1063
|
-
"app_badge_title": {
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
"
|
1068
|
-
|
1069
|
-
|
1070
|
-
"
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
}
|
1079
|
-
|
1080
|
-
|
1081
|
-
},
|
1082
|
-
"
|
1083
|
-
|
1084
|
-
|
1085
|
-
"
|
1086
|
-
|
1087
|
-
|
1088
|
-
"
|
1089
|
-
|
1090
|
-
|
1091
|
-
"
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
}
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
"
|
1103
|
-
|
1104
|
-
|
1105
|
-
"
|
1106
|
-
|
1107
|
-
|
1108
|
-
"
|
1109
|
-
|
1110
|
-
|
1111
|
-
"
|
1112
|
-
|
1113
|
-
|
1114
|
-
"
|
1115
|
-
|
1116
|
-
|
1117
|
-
"
|
1118
|
-
|
1119
|
-
|
1120
|
-
"
|
1121
|
-
|
1122
|
-
|
1123
|
-
"
|
1124
|
-
|
1125
|
-
|
1126
|
-
"
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
"
|
1145
|
-
|
1146
|
-
|
1147
|
-
"
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
"
|
1153
|
-
|
1154
|
-
|
1155
|
-
"
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
"
|
1162
|
-
|
1163
|
-
|
1164
|
-
"
|
1165
|
-
|
1166
|
-
|
1167
|
-
"
|
1168
|
-
|
1169
|
-
|
1170
|
-
"
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1094
|
+
"other": "Okay"
|
1095
|
+
},
|
1096
|
+
"app_badge_title": {
|
1097
|
+
"other": "Download appen for at se dit købte indhold!"
|
1098
|
+
},
|
1099
|
+
"app_badge_ios": {
|
1100
|
+
"other": "Download på App Store"
|
1101
|
+
},
|
1102
|
+
"app_badge_android": {
|
1103
|
+
"other": "Få det på Google Play"
|
1104
|
+
},
|
1105
|
+
"shopping_price_title_plan": {
|
1106
|
+
"other": "Pris"
|
1107
|
+
},
|
1108
|
+
"shopping_price_plan_note": {
|
1109
|
+
"zero": "Opkræves hvert {{ .Interval }} .",
|
1110
|
+
"one": "Opkræves hvert {{ .Interval }} efter din 24 timers gratis prøveperiode slutter.",
|
1111
|
+
"other": "Opkræves hvert {{ .Interval }} efter din {{ .Count }} dages gratis prøveperiode slutter."
|
1112
|
+
},
|
1113
|
+
"shopping_price_plan_note_interval": {
|
1114
|
+
"one": "{{ .Interval }}",
|
1115
|
+
"other": "{{ .Count }} {{ .Interval }}"
|
1116
|
+
},
|
1117
|
+
"shopping_enter_card_prompt_plan": {
|
1118
|
+
"other": "Indtast dine kreditkortoplysninger nedenfor for at starte dit abonnement."
|
1119
|
+
},
|
1120
|
+
"shopping_action_plan": {
|
1121
|
+
"other": "Komplet"
|
1122
|
+
},
|
1123
|
+
"shopping_complete_subscription": {
|
1124
|
+
"other": "Dit abonnementskøb blev gennemført. Du abonnerer nu på {{ .Title }} ."
|
1125
|
+
},
|
1126
|
+
"shopping_complete_subscription_browse": {
|
1127
|
+
"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
|
+
},
|
1129
|
+
"shopping_info_plan_offer": {
|
1130
|
+
"one": "{{ .Interval }} automatisk hvert .Interval",
|
1131
|
+
"other": "{{ .Count }} automatisk hver {{ .Interval }}"
|
1132
|
+
},
|
1133
|
+
"shopping_info_trial_period_offer": {
|
1134
|
+
"one": "Prøv din gratis 24 timers prøveperiode nu!",
|
1135
|
+
"other": "Prøv din gratis {{ .Count }} day prøveperiode!"
|
1136
|
+
},
|
1137
|
+
"plans_page_header": {
|
1138
|
+
"other": "Tilgængelige planer"
|
1139
|
+
},
|
1140
|
+
"plan_label_owned": {
|
1141
|
+
"other": "Du ejer denne plan"
|
1142
|
+
},
|
1143
|
+
"plan_expiry_date": {
|
1144
|
+
"other": "Salg lukker:"
|
1145
|
+
},
|
1146
|
+
"plan_read_more": {
|
1147
|
+
"other": "Find ud af mere"
|
1148
|
+
},
|
1149
|
+
"plan_page_read_more": {
|
1150
|
+
"other": "Læs mere"
|
1151
|
+
},
|
1152
|
+
"plan_page_header_text": {
|
1153
|
+
"other": "Nyd {{ .Name }}"
|
1154
|
+
},
|
1155
|
+
"page_plan_explore_intro": {
|
1156
|
+
"other": "ELLER"
|
1157
|
+
},
|
1158
|
+
"page_plan_explore_link": {
|
1159
|
+
"other": "Udforsk andre pas"
|
1160
|
+
},
|
1161
|
+
"plan_showcase_page_ownership_button_buy": {
|
1162
|
+
"other": "Køb nu"
|
1163
|
+
},
|
1164
|
+
"plan_free_link_text": {
|
1165
|
+
"other": "Gratis tilmelding"
|
1166
|
+
},
|
1167
|
+
"awards_in_competition": {
|
1168
|
+
"other": "I Konkurrence"
|
1169
|
+
},
|
1170
|
+
"awards_winner": {
|
1171
|
+
"other": "Vinder"
|
1172
|
+
},
|
1173
|
+
"donate_button_text": {
|
1174
|
+
"other": "Doner"
|
1175
|
+
},
|
1176
|
+
"shopping_error_plan_already_owned": {
|
1177
|
+
"other": "Du har allerede denne plan."
|
1178
|
+
},
|
1179
|
+
"shopping_error_plan_expired": {
|
1180
|
+
"other": "Denne plan er ikke længere tilgængelig."
|
1181
|
+
},
|
1182
|
+
"shopping_payment_method_header": {
|
1183
|
+
"other": "Betalingsmetoder"
|
1184
|
+
},
|
1185
|
+
"shopping_payment_method_credit_card": {
|
1186
|
+
"other": "Kreditkort"
|
1187
|
+
},
|
1188
|
+
"shopping_payment_method_giropay": {
|
1189
|
+
"other": "Giropay"
|
1190
|
+
},
|
1191
|
+
"shopping_error_stripe_unknown_error": {
|
1192
|
+
"other": "Der gik noget galt med denne betaling. Prøv igen senere."
|
1193
|
+
},
|
1194
|
+
"shopping_error_payment_complete_failed": {
|
1195
|
+
"other": "Betalingen blev afvist. Luk dette vindue og prøv igen."
|
1196
|
+
},
|
1197
|
+
"wcag_skip_links_header": {
|
1198
|
+
"other": "Accessibility Links"
|
1199
|
+
},
|
1200
|
+
"wcag_skip_links_content": {
|
1201
|
+
"other": "Skip to Content"
|
1202
|
+
},
|
1203
|
+
"wcag_homepage_h1": {
|
1204
|
+
"other": "Hjemmeside"
|
1205
|
+
},
|
1206
|
+
"wcag_carousel_h2": {
|
1207
|
+
"other": "Karrusel"
|
1208
|
+
},
|
1209
|
+
"wcag_collections_h2": {
|
1210
|
+
"other": "Samlinger"
|
1211
|
+
},
|
1212
|
+
"wcag_aria_label_footer": {
|
1213
|
+
"other": "Sidefod"
|
1214
|
+
},
|
1215
|
+
"wcag_aria_label_nav_main": {
|
1216
|
+
"other": "Hoved"
|
1217
|
+
},
|
1218
|
+
"wcag_aria_label_nav_sub": {
|
1219
|
+
"other": "Sub"
|
1220
|
+
},
|
1221
|
+
"wcag_aria_label_toggle_nav": {
|
1222
|
+
"other": "Slå navigation til/fra"
|
1223
|
+
},
|
1224
|
+
"wcag_aria_label_bundle_items": {
|
1225
|
+
"other": "Pak varer"
|
1226
|
+
},
|
1227
|
+
"wcag_aria_label_carousel": {
|
1228
|
+
"other": "Karrusel"
|
1229
|
+
},
|
1230
|
+
"wcag_aria_label_page_collection": {
|
1231
|
+
"other": "Sidesamling"
|
1232
|
+
},
|
1233
|
+
"wcag_aria_label_collection_list": {
|
1234
|
+
"other": "Samlingsliste"
|
1235
|
+
},
|
1236
|
+
"wcag_aria_label_collection_slider": {
|
1237
|
+
"other": "Indsamlingsskyder"
|
1238
|
+
},
|
1239
|
+
"wcag_aria_label_wishlist": {
|
1240
|
+
"other": "Ønskeliste"
|
1241
|
+
},
|
1242
|
+
"wcag_aria_label_facebook": {
|
1243
|
+
"other": "Del på Facebook"
|
1244
|
+
},
|
1245
|
+
"wcag_aria_label_twitter": {
|
1246
|
+
"other": "Del på Twitter"
|
1247
|
+
},
|
1248
|
+
"wcag_aria_label_linkedin": {
|
1249
|
+
"other": "Del på LinkedIn"
|
1250
|
+
},
|
1251
|
+
"wcag_aria_label_letterboxd": {
|
1252
|
+
"other": "Se på Letterboxd"
|
1253
|
+
},
|
1254
|
+
"header_banner": {
|
1255
|
+
"other": "ABC Cinemas – 21. filmfestival, 1. – 6. juni 2021"
|
1256
|
+
},
|
1257
|
+
"meta_description_expand": {
|
1258
|
+
"other": "Vis mere"
|
1259
|
+
},
|
1260
|
+
"meta_description_collapse": {
|
1261
|
+
"other": "Vis mindre"
|
1262
|
+
}
|
1263
|
+
}
|