@shift72/core-template 0.4.3 → 0.5.1

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 (58) hide show
  1. package/CHANGELOG.md +47 -14
  2. package/kibble.json +108 -29
  3. package/package.json +21 -8
  4. package/scripts/core-template-version.js +30 -0
  5. package/scripts/language-file-to-csv/language-file-to-csv.js +2 -2
  6. package/scripts/language-file-validator.js +1 -1
  7. package/scripts/translate.mjs +43 -0
  8. package/site/ar_LB.all.json +1262 -595
  9. package/site/ca_ES.all.json +437 -417
  10. package/site/da_DK.all.json +307 -221
  11. package/site/de_DE.all.json +1119 -459
  12. package/site/ee_EE.all.json +1261 -600
  13. package/site/el_EL.all.json +1112 -459
  14. package/site/en_AU.all.json +1158 -466
  15. package/site/es_ES.all.json +1105 -452
  16. package/site/es_MX.all.json +1160 -479
  17. package/site/fi_FI.all.json +1113 -460
  18. package/site/fr_FR.all.json +1105 -454
  19. package/site/hr_HR.all.json +1169 -464
  20. package/site/hu_HU.all.json +1261 -599
  21. package/site/it_IT.all.json +1112 -458
  22. package/site/ja_JP.all.json +1114 -460
  23. package/site/lt_LT.all.json +1112 -454
  24. package/site/nl_BE.all.json +1112 -456
  25. package/site/no_NO.all.json +1252 -596
  26. package/site/pl_PL.all.json +1090 -447
  27. package/site/pt_BR.all.json +432 -429
  28. package/site/pt_PT.all.json +1252 -602
  29. package/site/ru_RU.all.json +1088 -449
  30. package/site/sr_SR.all.json +1254 -0
  31. package/site/styles/_awards.scss +5 -0
  32. package/site/styles/_buttons.scss +27 -4
  33. package/site/styles/_carousel.scss +9 -1
  34. package/site/styles/_forms.scss +78 -11
  35. package/site/styles/_meta-detail.scss +2 -2
  36. package/site/styles/_meta-item-tagline.scss +1 -1
  37. package/site/styles/_nav.scss +6 -6
  38. package/site/styles/_pages.scss +0 -2
  39. package/site/styles/_plans.scss +5 -0
  40. package/site/styles/_search.scss +1 -1
  41. package/site/styles/_shift72.scss +3 -3
  42. package/site/styles/_shopping.scss +1 -1
  43. package/site/styles/_skip-link.scss +19 -0
  44. package/site/styles/_variables.scss +10 -6
  45. package/site/styles/_wishlist.scss +19 -11
  46. package/site/styles/main.scss +1 -0
  47. package/site/templates/application/application.jet +11 -14
  48. package/site/templates/application/google.jet +26 -10
  49. package/site/templates/common/awards/carousel.jet +7 -1
  50. package/site/templates/common/awards/item.jet +2 -2
  51. package/site/templates/film/item.jet +83 -76
  52. package/site/templates/page/curated.jet +1 -1
  53. package/site/templates/page/page-content.jet +1 -23
  54. package/site/templates/page/page-header.jet +25 -6
  55. package/site/tr_TR.all.json +1252 -602
  56. package/site/uk_UA.all.json +528 -451
  57. package/site/zh_TW.all.json +438 -419
  58. package/site/se_SE.all.json +0 -601
@@ -1,24 +1,41 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "settings_title": { "other": "Einstelllungen" },
4
- "powered_by": { "other": "Powered by" },
5
- "powered_by_name": { "other": "ScreenPlus" },
6
- "powered_by_url": { "other": "https://www.screenplus.com" },
7
- "in_partnership_with": { "other": "in partnership with" },
8
- "festival_scope": { "other": "Festival Scope" },
9
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
10
- "en": { "other": "English" },
11
- "fr": { "other": "French" },
12
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Einstelllungen"
7
+ },
8
+ "powered_by": {
9
+ "other": "Bereitgestellt von"
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": "in einer Beziehung mit"
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
+ },
26
+ "en": {
27
+ "other": "Englisch"
28
+ },
29
+ "fr": {
30
+ "other": "Französisch"
31
+ },
13
32
  "episode_name": {
14
- "other": "Episode"
33
+ "other": "Folge"
15
34
  },
16
-
17
35
  "season_name": {
18
36
  "other": "Staffel"
19
37
  },
20
-
21
- "seasons":{
38
+ "seasons": {
22
39
  "one": "1 Staffel",
23
40
  "other": "{{.Count}} Staffeln"
24
41
  },
@@ -35,174 +52,426 @@
35
52
  "other": "Staffel {{.Season.SeasonNumber}}"
36
53
  },
37
54
  "episode_count": {
38
- "one": "1 Episode",
39
- "other": "{{.Count}} Episoden"
40
- },
41
-
42
- "date_day": { "other": "Tag" },
43
- "date_month": { "other": "Monat" },
44
- "date_year": { "other": "Jahr" },
45
-
46
- "404_page_header": { "other": "Diese Seite existiert nicht…" },
47
- "404_page_content": { "other": "<p>Diese Seite existiert leider nicht.</p><p><a href=\"{{.URL}}\">Zurück zur Startseite</a></p>" },
48
-
49
-
50
- "nav_homepage": { "other": "ABC Cinemas" },
51
- "nav_signin": { "other": "Anmelden" },
52
- "nav_signup": { "other": "Konto anlegen" },
53
- "nav_signed_in_as": { "other": "Eingeloggt als" },
54
- "nav_library": { "other": "Meine Bibliothek" },
55
- "nav_devices": { "other": "Meine Geräte" },
56
- "nav_wishlist": { "other": "Meine Liste" },
57
- "nav_account": { "other": "Mein Konto" },
58
- "nav_signout": { "other": "Ausloggen" },
59
- "play_trailer": { "other": "Vorschau" },
60
- "runtime_hours": { "other": "h" },
61
- "runtime_minutes": { "other": "m" },
62
-
63
- "search_control_placeholder": { "other": "Suche" },
64
- "search_control_submit": { "other": "Suche einreichen" },
65
-
66
- "play_button_watch": { "other" : "Jetzt abspielen"},
67
- "play_button_resume": { "other" : "Fortsetzen"},
68
-
69
- "social_media_buttons_title": { "other": "Teilen" },
70
- "social_media_buttons_facebook": { "other": "Auf Facebook teilen" },
71
- "social_media_buttons_twitter": { "other": "Auf Twitter teilen" },
72
- "social_media_buttons_linkedin": { "other": "Auf Linkedin teilen" },
73
- "social_media_buttons_email": { "other": "Per E-Mail teilen" },
74
- "social_media_buttons_email_subject": { "other": "Link teilen" },
75
- "social_media_buttons_copied_link": { "other": "Link in die Zwischenablage kopiert!" },
76
- "social_media_buttons_copy_link": { "other": "In die Zwischenablage kopieren" },
77
-
78
- "accept_invite_page_header": { "other": "Willkommen " },
79
- "acceptinvite_form_invalid_reset_password_token": { "other": "Sie haben diese Einladung bereits angenommen. <a href=\"{{.SigninURL}}\">Loggen Sie sich hier ein</a>. Falls Sie Ihr Passwort vergessen haben, können Sie es <a href=\"{{.ForgotPasswordURL}}\">hier zurücksetzen</a>." },
80
- "acceptinvite_complete": { "other": "Vielen Dank. Ihr Konto wurde erstellt." },
81
- "acceptinvite_form_submit": { "other": "Einladung annehmen" },
82
- "acceptinvite_agreement": { "other": "Durch Klicken auf den Button stimme ich den <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Allgemeinen Geschäftsbedingungen</a> und der <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">Datenschutzerklärung zu</a>." },
83
-
84
- "signup_page_header": { "other": "Neues Konto erstellen" },
85
- "signup_form_name": { "other": "Name" },
86
- "signup_form_email": { "other": "E-Mail-Adresse" },
87
- "signup_form_password": { "other": "Passwort" },
88
- "signup_form_password_confirmation": { "other": "Bitte bestätigen Sie Ihr Passwort" },
89
- "signup_form_gender": { "other": "Geschlecht" },
90
- "signup_form_dob": { "other": "Geburtsdatum" },
91
- "signup_form_submit": { "other": "Absenden" },
92
- "signup_terms": { "other": "Wenn Sie die Schaltfläche unten anklicken, bestätigen Sie, dass Sie die <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Allgemeinen Geschäftsbedingungen</a> gelesen und akzeptiert haben." },
93
-
94
- "signin_page_header": { "other": "Anmelden" },
95
- "signin_form_email": { "other": "E-Mail-Adresse" },
96
- "signin_form_password": { "other": "Passwort" },
97
- "signin_form_remember": { "other": "Angemeldet bleiben" },
98
- "signin_form_submit": { "other": "Absenden" },
99
- "signin_page_forgotpassword": { "other": "Passwort vergessen?" },
100
- "signin_page_createnewaccount": { "other": "Sie haben noch kein Konto? Hier registrieren" },
101
- "signup_page_alreadyhaveanaccount": { "other": "Sie haben bereits ein Konto? Hier anmelden" },
102
- "signup_form_error_email_already_in_use": { "other": "Diese E-Mail-Adresse ist bereits registriert." },
103
- "signin_form_error_incorrect_credentials": { "other": "Der Benutzername oder das Passwort ist falsch." },
104
- "signup_form_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
105
-
106
- "combined_auth_continue": { "other": "Fortsetzen" },
107
- "combined_auth_change": { "other": "Veränderung" },
108
- "combined_auth_signin": { "other": "Anmelden" },
109
- "combined_auth_signup": { "other": "Konto anlegen" },
110
- "combined_auth_signin_password": { "other": "Bitte geben Sie Ihr Password ein um zu Ihrem Konto zu gelangen." },
111
- "combined_auth_signin_error_incorrect_credentials": { "other": "Falsches Password." },
112
- "combined_auth_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
113
- "combined_auth_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
114
-
115
- "forgotpassword_page_header": { "other": "Passwort zurücksetzen" },
116
- "forgotpassword_form_email": { "other": "E-Mail-Adresse" },
117
- "forgotpassword_form_submit": { "other": "Zurücksetzen" },
118
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Es existiert kein Konto mit dieser E-Mail-Adresse." },
119
- "forgotpassword_form_error_account_suspended": { "other": "Dieses Konto wurde gesperrt." },
120
- "forgotpassword_complete": { "other": "Vielen Dank! In Kürze erhalten Sie eine E-Mail mit einem Link zum Zurücksetzen Ihres Passwortes." },
121
- "forgotpassword_form_error_forbidden": { "other": "Ein Fehler ist aufgetreten." },
122
- "forgotpassword_form_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
123
-
124
- "resetpassword_page_header": { "other": "Ändern Sie Ihr Passwort" },
125
- "resetpassword_form_invalid_reset_password_token": { "other": "Ihre Anfrage ist ungültig. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus." },
126
- "resetpassword_form_password": { "other": "Neues Passwort" },
127
- "resetpassword_form_password2": { "other": "Bestätigen Sie Ihr Passwort" },
128
- "resetpassword_form_submit": { "other": "Veränderung" },
129
- "resetpassword_complete": { "other": "Vielen Dank. Ihr Passwort wurde geändert und Sie wurden eingeloggt." },
130
- "resetpassword_form_error_invalid_reset_password_token": { "other": "Ihre Anfrage ist ungültig. Bitte versuchen Sie es später nochmals." },
131
- "resetpassword_form_error_reset_password_token_expired": { "other": "Ihre Anfrage ist abgelaufen. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus." },
132
- "resetpassword_form_error_too_many_requests": { "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal." },
133
-
134
- "account_page_header": { "other": "Mein Konto" },
135
- "account_form_name": { "other": "Name" },
136
- "account_form_email": { "other": "E-Mail-Adresse" },
137
- "account_form_password": { "other": "Passwort" },
138
- "account_form_change_password": { "other": "Ändern" },
139
- "account_form_gender": { "other": "Geschlecht" },
140
- "account_form_dob": { "other": "Geburtsdatum" },
141
- "account_form_submit": { "other": "Aktualisieren" },
142
- "account_form_submitted": { "other": "Aktualisiert" },
143
- "account_form_password_changed": { "other": "Aktualisiert" },
144
- "account_form_error_incorrect_password": { "other": "Falsches Password." },
145
-
146
- "signup_form_optin": {"other": "Newsletter abonnieren"},
147
-
148
- "passwordconfirmation_modal_header": { "other": "Bestätigen Sie Ihr Passwort" },
149
- "passwordconfirmation_modal_label": { "other": "Bitte geben Sie Ihr Passwort, um Ihre Änderungen zu aktualisieren" },
150
- "passwordconfirmation_modal_confirm": { "other": "Bestätigen" },
151
-
152
- "changepassword_modal_header": { "other": "Ändern Sie Ihr Passwort" },
153
- "changepassword_modal_currentpassword": { "other": "Ihr aktuelles Passwort" },
154
- "changepassword_modal_password": { "other": "Ihr neues Passwort" },
155
- "changepassword_modal_password2": { "other": "Bestätigen Sie Ihr Passwort" },
156
- "changepassword_modal_submit": { "other": "Aktualisieren" },
157
- "changepassword_modal_error_incorrect_password": { "other": "Falsches Password." },
158
-
159
- "userlibrary_page_header": { "other": "Meine Bibliothek" },
160
- "userlibrary_empty_header": { "other": "Ihre Bibliothek ist leer." },
161
- "userlibrary_empty_content": { "other": "Durchsuchen Sie unsere <a href=\"{{.HomeURL}}\">Filmauswahl</a>, um Ihre Filmliste zu füllen." },
162
-
163
- "searchresults_page_header": { "other": "Suchergebnisse" },
164
- "searchresults_load_more": { "other": "{{.Count}} weitere Ergebnisse laden" },
55
+ "one": "1 Folge",
56
+ "other": "{{.Count}} Folgen"
57
+ },
58
+ "date_day": {
59
+ "other": "Tag"
60
+ },
61
+ "date_month": {
62
+ "other": "Monat"
63
+ },
64
+ "date_year": {
65
+ "other": "Jahr"
66
+ },
67
+ "404_page_header": {
68
+ "other": "Diese Seite existiert nicht…"
69
+ },
70
+ "404_page_content": {
71
+ "other": "<p>Diese Seite existiert leider nicht.</p><p><a href=\"{{.URL}}\">Zurück zur Startseite</a></p>"
72
+ },
73
+ "nav_homepage": {
74
+ "other": "ABC Cinemas"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Anmelden"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Konto anlegen"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Eingeloggt als"
84
+ },
85
+ "nav_library": {
86
+ "other": "Meine Bibliothek"
87
+ },
88
+ "nav_devices": {
89
+ "other": "Meine Geräte"
90
+ },
91
+ "nav_wishlist": {
92
+ "other": "Meine Liste"
93
+ },
94
+ "nav_account": {
95
+ "other": "Mein Konto"
96
+ },
97
+ "nav_signout": {
98
+ "other": "Ausloggen"
99
+ },
100
+ "play_trailer": {
101
+ "other": "Vorschau"
102
+ },
103
+ "runtime_hours": {
104
+ "other": "h"
105
+ },
106
+ "runtime_minutes": {
107
+ "other": "m"
108
+ },
109
+ "search_control_placeholder": {
110
+ "other": "Suche"
111
+ },
112
+ "search_control_submit": {
113
+ "other": "Suche einreichen"
114
+ },
115
+ "play_button_watch": {
116
+ "other": "Jetzt abspielen"
117
+ },
118
+ "play_button_resume": {
119
+ "other": "Fortsetzen"
120
+ },
121
+ "social_media_buttons_title": {
122
+ "other": "Teilen"
123
+ },
124
+ "social_media_buttons_facebook": {
125
+ "other": "Auf Facebook teilen"
126
+ },
127
+ "social_media_buttons_twitter": {
128
+ "other": "Auf Twitter teilen"
129
+ },
130
+ "social_media_buttons_linkedin": {
131
+ "other": "Auf Linkedin teilen"
132
+ },
133
+ "social_media_buttons_email": {
134
+ "other": "Per E-Mail teilen"
135
+ },
136
+ "social_media_buttons_email_subject": {
137
+ "other": "Link teilen"
138
+ },
139
+ "social_media_buttons_copied_link": {
140
+ "other": "Link in die Zwischenablage kopiert!"
141
+ },
142
+ "social_media_buttons_copy_link": {
143
+ "other": "In die Zwischenablage kopieren"
144
+ },
145
+ "accept_invite_page_header": {
146
+ "other": "Willkommen "
147
+ },
148
+ "acceptinvite_form_invalid_reset_password_token": {
149
+ "other": "Sie haben diese Einladung bereits angenommen. <a href=\"{{.SigninURL}}\">Loggen Sie sich hier ein</a>. Falls Sie Ihr Passwort vergessen haben, können Sie es <a href=\"{{.ForgotPasswordURL}}\">hier zurücksetzen</a>."
150
+ },
151
+ "acceptinvite_complete": {
152
+ "other": "Vielen Dank. Ihr Konto wurde erstellt."
153
+ },
154
+ "acceptinvite_form_submit": {
155
+ "other": "Einladung annehmen"
156
+ },
157
+ "acceptinvite_agreement": {
158
+ "other": "Durch Klicken auf den Button stimme ich den <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Allgemeinen Geschäftsbedingungen</a> und der <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">Datenschutzerklärung zu</a>."
159
+ },
160
+ "signup_page_header": {
161
+ "other": "Neues Konto erstellen"
162
+ },
163
+ "signup_form_name": {
164
+ "other": "Name"
165
+ },
166
+ "signup_form_email": {
167
+ "other": "E-Mail-Adresse"
168
+ },
169
+ "signup_form_password": {
170
+ "other": "Passwort"
171
+ },
172
+ "signup_form_password_confirmation": {
173
+ "other": "Bitte bestätigen Sie Ihr Passwort"
174
+ },
175
+ "signup_form_gender": {
176
+ "other": "Geschlecht"
177
+ },
178
+ "signup_form_dob": {
179
+ "other": "Geburtsdatum"
180
+ },
181
+ "signup_form_submit": {
182
+ "other": "Absenden"
183
+ },
184
+ "signup_terms": {
185
+ "other": "Wenn Sie die Schaltfläche unten anklicken, bestätigen Sie, dass Sie die <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Allgemeinen Geschäftsbedingungen</a> gelesen und akzeptiert haben."
186
+ },
187
+ "signin_page_header": {
188
+ "other": "Anmelden"
189
+ },
190
+ "signin_form_email": {
191
+ "other": "E-Mail-Adresse"
192
+ },
193
+ "signin_form_password": {
194
+ "other": "Passwort"
195
+ },
196
+ "signin_form_remember": {
197
+ "other": "Angemeldet bleiben"
198
+ },
199
+ "signin_form_submit": {
200
+ "other": "Absenden"
201
+ },
202
+ "signin_page_forgotpassword": {
203
+ "other": "Passwort vergessen?"
204
+ },
205
+ "signin_page_createnewaccount": {
206
+ "other": "Sie haben noch kein Konto? Hier registrieren"
207
+ },
208
+ "signup_page_alreadyhaveanaccount": {
209
+ "other": "Sie haben bereits ein Konto? Hier anmelden"
210
+ },
211
+ "signup_form_error_email_already_in_use": {
212
+ "other": "Diese E-Mail-Adresse ist bereits registriert."
213
+ },
214
+ "signin_form_error_incorrect_credentials": {
215
+ "other": "Der Benutzername oder das Passwort ist falsch."
216
+ },
217
+ "signup_form_error_forbidden": {
218
+ "other": "Ein Fehler ist aufgetreten."
219
+ },
220
+ "combined_auth_continue": {
221
+ "other": "Fortsetzen"
222
+ },
223
+ "combined_auth_change": {
224
+ "other": "Veränderung"
225
+ },
226
+ "combined_auth_signin": {
227
+ "other": "Anmelden"
228
+ },
229
+ "combined_auth_signup": {
230
+ "other": "Konto anlegen"
231
+ },
232
+ "combined_auth_signin_password": {
233
+ "other": "Bitte geben Sie Ihr Password ein um zu Ihrem Konto zu gelangen."
234
+ },
235
+ "combined_auth_signin_error_incorrect_credentials": {
236
+ "other": "Falsches Password."
237
+ },
238
+ "combined_auth_error_forbidden": {
239
+ "other": "Ein Fehler ist aufgetreten."
240
+ },
241
+ "combined_auth_error_too_many_requests": {
242
+ "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal."
243
+ },
244
+ "forgotpassword_page_header": {
245
+ "other": "Passwort zurücksetzen"
246
+ },
247
+ "forgotpassword_form_email": {
248
+ "other": "E-Mail-Adresse"
249
+ },
250
+ "forgotpassword_form_submit": {
251
+ "other": "Zurücksetzen"
252
+ },
253
+ "forgotpassword_form_error_email_doesnt_exist": {
254
+ "other": "Es existiert kein Konto mit dieser E-Mail-Adresse."
255
+ },
256
+ "forgotpassword_form_error_account_suspended": {
257
+ "other": "Dieses Konto wurde gesperrt."
258
+ },
259
+ "forgotpassword_complete": {
260
+ "other": "Vielen Dank! In Kürze erhalten Sie eine E-Mail mit einem Link zum Zurücksetzen Ihres Passwortes."
261
+ },
262
+ "forgotpassword_form_error_forbidden": {
263
+ "other": "Ein Fehler ist aufgetreten."
264
+ },
265
+ "forgotpassword_form_error_too_many_requests": {
266
+ "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal."
267
+ },
268
+ "resetpassword_page_header": {
269
+ "other": "Ändern Sie Ihr Passwort"
270
+ },
271
+ "resetpassword_form_invalid_reset_password_token": {
272
+ "other": "Ihre Anfrage ist ungültig. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus."
273
+ },
274
+ "resetpassword_form_password": {
275
+ "other": "Neues Passwort"
276
+ },
277
+ "resetpassword_form_password2": {
278
+ "other": "Bestätigen Sie Ihr Passwort"
279
+ },
280
+ "resetpassword_form_submit": {
281
+ "other": "Veränderung"
282
+ },
283
+ "resetpassword_complete": {
284
+ "other": "Vielen Dank. Ihr Passwort wurde geändert und Sie wurden eingeloggt."
285
+ },
286
+ "resetpassword_form_error_invalid_reset_password_token": {
287
+ "other": "Ihre Anfrage ist ungültig. Bitte versuchen Sie es später nochmals."
288
+ },
289
+ "resetpassword_form_error_reset_password_token_expired": {
290
+ "other": "Ihre Anfrage ist abgelaufen. Bitte füllen Sie das Formular <a href=\"{{.URL}}\">Passwort vergessen</a> nochmals aus."
291
+ },
292
+ "resetpassword_form_error_too_many_requests": {
293
+ "other": "Zu viele Anfragen. Bitte versuchen Sie es später noch einmal."
294
+ },
295
+ "account_page_header": {
296
+ "other": "Mein Konto"
297
+ },
298
+ "account_form_name": {
299
+ "other": "Name"
300
+ },
301
+ "account_form_email": {
302
+ "other": "E-Mail-Adresse"
303
+ },
304
+ "account_form_password": {
305
+ "other": "Passwort"
306
+ },
307
+ "account_form_change_password": {
308
+ "other": "Ändern"
309
+ },
310
+ "account_form_gender": {
311
+ "other": "Geschlecht"
312
+ },
313
+ "account_form_dob": {
314
+ "other": "Geburtsdatum"
315
+ },
316
+ "account_form_submit": {
317
+ "other": "Aktualisieren"
318
+ },
319
+ "account_form_submitted": {
320
+ "other": "Aktualisiert"
321
+ },
322
+ "account_form_password_changed": {
323
+ "other": "Aktualisiert"
324
+ },
325
+ "account_form_error_incorrect_password": {
326
+ "other": "Falsches Password."
327
+ },
328
+ "signup_form_optin": {
329
+ "other": "Newsletter abonnieren"
330
+ },
331
+ "passwordconfirmation_modal_header": {
332
+ "other": "Bestätigen Sie Ihr Passwort"
333
+ },
334
+ "passwordconfirmation_modal_label": {
335
+ "other": "Bitte geben Sie Ihr Passwort, um Ihre Änderungen zu aktualisieren"
336
+ },
337
+ "passwordconfirmation_modal_confirm": {
338
+ "other": "Bestätigen"
339
+ },
340
+ "changepassword_modal_header": {
341
+ "other": "Ändern Sie Ihr Passwort"
342
+ },
343
+ "changepassword_modal_currentpassword": {
344
+ "other": "Ihr aktuelles Passwort"
345
+ },
346
+ "changepassword_modal_password": {
347
+ "other": "Ihr neues Passwort"
348
+ },
349
+ "changepassword_modal_password2": {
350
+ "other": "Bestätigen Sie Ihr Passwort"
351
+ },
352
+ "changepassword_modal_submit": {
353
+ "other": "Aktualisieren"
354
+ },
355
+ "changepassword_modal_error_incorrect_password": {
356
+ "other": "Falsches Password."
357
+ },
358
+ "userlibrary_page_header": {
359
+ "other": "Meine Bibliothek"
360
+ },
361
+ "userlibrary_empty_header": {
362
+ "other": "Ihre Bibliothek ist leer."
363
+ },
364
+ "userlibrary_empty_content": {
365
+ "other": "Durchsuchen Sie unsere <a href=\"{{.HomeURL}}\">Filmauswahl</a>, um Ihre Filmliste zu füllen."
366
+ },
367
+ "searchresults_page_header": {
368
+ "other": "Suchergebnisse"
369
+ },
370
+ "searchresults_load_more": {
371
+ "other": "{{.Count}} weitere Ergebnisse laden"
372
+ },
165
373
  "searchresults_total": {
166
374
  "one": "1 Ergebnis gefunden: \"{{.Query}}\".",
167
375
  "other": "{{.Count}} Ergebnisse gefunden: \"{{.Query}}\"."
168
376
  },
169
- "searchresults_empty_header": { "other": "Keine Ergebnisse gefunden für {{.Query}}" },
170
- "searchresults_empty_content": { "other": "Try another search or <a href=\"{{.HomeURL}}\">browse our content</a> to find what you're looking for." },
171
-
172
- "validation_name_required": { "other": "Bitte geben Sie Ihren Namen ein." },
173
- "validation_email_required": { "other": "Bitte geben Sie eine gültige Emailadresse ein." },
174
- "validation_email_email": { "other": "Bitte geben Sie eine gültige Emailadresse ein." },
175
- "validation_currentpassword_required": { "other": "Geben Sie Ihr aktuelles Passwort ein." },
176
- "validation_password_required": { "other": "Bitte geben Sie ein Password ein." },
177
- "validation_password2_required": { "other": "Bitte bestätigen Sie Ihr Password." },
178
- "validation_password2_match": { "other": "Ihre Passwörter stimmen nicht überein." },
179
- "validation_password_minlength": { "other": "Bitte geben Sie mindestens {{.Count}} Zeichen ein." },
180
- "validation_promocode_required": { "other": "Bitte geben Sie einen Promo-Code ein." },
181
- "validation_pincode_required": { "other": "Bitte geben Sie einen Pin-Code ein." },
182
- "validation_gender_required": { "other": "Bitte geben Sie Ihr Geschlecht ein." },
183
- "validation_dob_required": { "other": "Bitte geben Sie Ihr Geburtsdatum ein." },
184
- "validation_dob_date": { "other": "Bitte geben Sie ein gültiges Geburtsdatum ein." },
185
-
186
- "shopping_info_subtitle_hd": { "other": "Film in HD leihen." },
187
- "shopping_info_subtitle_sd": { "other": "SD Video on Demand." },
188
- "shopping_info_subtitle_wallet": { "other": "Ihr Guthaben kann für den Kauf oder die Leihe genutzt werden." },
189
- "shopping_info_subtitle_help": { "other": "Technische Voraussetzungen." },
190
- "shopping_info_ownership_buy": { "other": "kaufen" },
191
- "shopping_info_ownership_rent": { "other": "ausleihen" },
192
-
193
- "shopping_info_sd_only": { "other": "Nur in SD verfügbar" },
194
- "shopping_info_release_date_title": { "other": "Verfügbar ab {{.Date}}. " },
195
- "shopping_info_release_date_explanation_rent": { "other": "Sie können den Film jetzt leihen, aber erst ab diesem Datum ansehen." },
196
- "shopping_info_release_date_explanation_buy": { "other": "Sie können diesen Film jetzt kaufen, aber erst ab diesem Datum ansehen." },
197
-
198
- "shopping_info_available_until_date_title": { "other": "Verfügbar bis {{.Date}}. " },
199
- "shopping_info_available_until_date_explanation_rent": { "other": "Danach können Sie den Film nicht mehr ansehen." },
200
- "shopping_info_available_until_date_explanation_buy": { "other": "Danach können Sie den Film nicht mehr ansehen." },
201
-
202
- "duration_hour": { "one": "1 Stunde", "other": "{{.Count}} Stunden" },
203
- "duration_day": { "one": "1 Tag", "other": "{{.Count}} Tage" },
204
- "shopping_info_rental_period_duration": { "other": "Verfügbar für {{.ValueUnit}} " },
205
- "shopping_info_watch_window_duration": { "other": "Abspielbar für {{.Count}} Stunden. " },
377
+ "searchresults_empty_header": {
378
+ "other": "Keine Ergebnisse gefunden für {{.Query}}"
379
+ },
380
+ "searchresults_empty_content": {
381
+ "other": "Probieren Sie eine andere Suche aus oder <a href=\"{{.HomeURL}}\">durchsuchen Sie unsere Inhalte</a>, um zu finden, wonach Sie suchen."
382
+ },
383
+ "validation_name_required": {
384
+ "other": "Bitte geben Sie Ihren Namen ein."
385
+ },
386
+ "validation_email_required": {
387
+ "other": "Bitte geben Sie eine gültige Emailadresse ein."
388
+ },
389
+ "validation_email_email": {
390
+ "other": "Bitte geben Sie eine gültige Emailadresse ein."
391
+ },
392
+ "validation_currentpassword_required": {
393
+ "other": "Geben Sie Ihr aktuelles Passwort ein."
394
+ },
395
+ "validation_password_required": {
396
+ "other": "Bitte geben Sie ein Password ein."
397
+ },
398
+ "validation_password2_required": {
399
+ "other": "Bitte bestätigen Sie Ihr Password."
400
+ },
401
+ "validation_password2_match": {
402
+ "other": "Ihre Passwörter stimmen nicht überein."
403
+ },
404
+ "validation_password_minlength": {
405
+ "other": "Bitte geben Sie mindestens {{.Count}} Zeichen ein."
406
+ },
407
+ "validation_promocode_required": {
408
+ "other": "Bitte geben Sie einen Promo-Code ein."
409
+ },
410
+ "validation_pincode_required": {
411
+ "other": "Bitte geben Sie einen Pin-Code ein."
412
+ },
413
+ "validation_gender_required": {
414
+ "other": "Bitte geben Sie Ihr Geschlecht ein."
415
+ },
416
+ "validation_dob_required": {
417
+ "other": "Bitte geben Sie Ihr Geburtsdatum ein."
418
+ },
419
+ "validation_dob_date": {
420
+ "other": "Bitte geben Sie ein gültiges Geburtsdatum ein."
421
+ },
422
+ "shopping_info_subtitle_hd": {
423
+ "other": "Film in HD leihen."
424
+ },
425
+ "shopping_info_subtitle_sd": {
426
+ "other": "SD-Video-on-Demand."
427
+ },
428
+ "shopping_info_subtitle_wallet": {
429
+ "other": "Ihr Guthaben kann für den Kauf oder die Leihe genutzt werden."
430
+ },
431
+ "shopping_info_subtitle_help": {
432
+ "other": "Technische Voraussetzungen."
433
+ },
434
+ "shopping_info_ownership_buy": {
435
+ "other": "kaufen"
436
+ },
437
+ "shopping_info_ownership_rent": {
438
+ "other": "ausleihen"
439
+ },
440
+ "shopping_info_sd_only": {
441
+ "other": "Nur in SD verfügbar"
442
+ },
443
+ "shopping_info_release_date_title": {
444
+ "other": "Verfügbar ab {{.Date}}. "
445
+ },
446
+ "shopping_info_release_date_explanation_rent": {
447
+ "other": "Sie können den Film jetzt leihen, aber erst ab diesem Datum ansehen."
448
+ },
449
+ "shopping_info_release_date_explanation_buy": {
450
+ "other": "Sie können diesen Film jetzt kaufen, aber erst ab diesem Datum ansehen."
451
+ },
452
+ "shopping_info_available_until_date_title": {
453
+ "other": "Verfügbar bis {{.Date}}. "
454
+ },
455
+ "shopping_info_available_until_date_explanation_rent": {
456
+ "other": "Danach können Sie den Film nicht mehr ansehen."
457
+ },
458
+ "shopping_info_available_until_date_explanation_buy": {
459
+ "other": "Danach können Sie den Film nicht mehr ansehen."
460
+ },
461
+ "duration_hour": {
462
+ "one": "1 Stunde",
463
+ "other": "{{.Count}} Stunden"
464
+ },
465
+ "duration_day": {
466
+ "one": "1 Tag",
467
+ "other": "{{.Count}} Tage"
468
+ },
469
+ "shopping_info_rental_period_duration": {
470
+ "other": "Verfügbar für {{.ValueUnit}} "
471
+ },
472
+ "shopping_info_watch_window_duration": {
473
+ "other": "Abspielbar für {{.Count}} Stunden. "
474
+ },
206
475
  "shopping_info_watch_window_explanation_film": {
207
476
  "one": "Sobald Sie den Film leihen, ist dieser für {{.ValueUnit}} in Ihrem Konto verfügbar. ",
208
477
  "other": "Sobald Sie den Film leihen ist dieser für {{.ValueUnit}} in Ihrem Konto verfügbar. "
@@ -227,70 +496,157 @@
227
496
  "one": "Sobald Sie eine Episode in dieser Staffel zum ersten Mal abspielen, können die Episoden dieser Staffel während 1 Stunde so oft wiedergegeben werden, wie Sie möchten. ",
228
497
  "other": "Sobald Sie eine Episode in dieser Staffel zum ersten Mal abspielen, können die Episoden dieser Staffel während {{.Count}} Stunden so oft wiedergegeben werden, wie Sie möchten."
229
498
  },
230
- "shopping_info_rental_period_coming_soon": { "other": "ab dem Zeitpunk der Premiere." },
231
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Bonus" },
232
-
233
- "shopping_enter_card_prompt": { "other": "Bitte geben Sie Ihre Kreditkartendetails ein um den Film auszuleihen." },
234
-
235
- "shopping_terms": { "other": "Durch den Abschluss dieser Transaktion stimme ich den <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">Allgemeinen Geschäftsbedingungen</a> zu."},
236
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} Rabatt gewährt" },
237
- "shopping_discount_apply": { "other": "Anwenden" },
238
- "shopping_discount_code": { "other": "Gutscheincode eingeben." },
239
- "shopping_discount_have_code": { "other": "Gutschein einlösen." },
240
-
241
- "shopping_price_you_pay": { "other": "Sie zahlen" },
242
- "shopping_price_nothing": { "other": "nichts" },
243
- "shopping_price_free": { "other": "Kostenlos" },
244
-
245
- "shopping_auth_directions": { "other": "Sie benötigen ein Nutzerkonto. Bitte geben Sie hierfür Ihre Emailadresse ein." },
246
-
247
- "shopping_error_in_library": { "other": "{{.Title}} haben Sie bereits in Ihren Filmen." },
248
-
249
- "shopping_error_missing_card": { "other": "Bitte geben Sie Ihre Kreditkartendetails ein." },
250
- "shopping_error_title": { "other": "Es ist ein Fehler aufgetreten." },
251
- "shopping_error_incorrect_cvc": { "other": "Bitte geben Sie eine gültige CVV-Nummer ein." },
252
- "shopping_error_invalid_cvc": { "other": "Bitte geben Sie eine CVV-Nummer ein." },
253
- "shopping_error_incorrect_number": { "other": "Bitte geben Sie eine gültige Kreditkarten-Nummer ein." },
254
- "shopping_error_invalid_number": { "other": "Bitte geben Sie eine Kreditkarten-Nummer ein." },
255
- "shopping_error_card_declined": { "other": "Die Kreditkarte wurde abgelehnt." },
256
- "shopping_error_invalid_expiry_month": { "other": "Bitte geben Sie ein gültiges Datum ein." },
257
- "shopping_error_invalid_expiry_year": { "other": "Bitte geben Sie ein gültiges Datum ein." },
258
- "shopping_error_expired_card": { "other": "Ihre Kreditkarte ist abgelaufen." },
259
- "shopping_error_creditcard_country_mismatch": { "other": "Ihr {{.Ownership}} konnte nicht abgeschlossen werden, weil Ihre Kreditkarte nicht in dem Land ausgestellt wurde, in welchem Sie sich befinden. Bitte benutzen Sie eine andere Karte." },
260
- "shopping_error_proxy_detected": { "other": "Ihr {{.Ownership}} konnte nicht abgeschlossen werden. Sie scheinen einen Proxy-Service zu benutzen. Bitte deaktivieren Sie alle Dienste und versuchen Sie es erneut." },
261
-
262
- "shopping_error_discount_worn_out": { "other": "Dieser Promo-Code kann nicht länger genutzt werden." },
263
- "shopping_error_discount_blank": { "other": "Bitte geben Sie einen Promo-Code ein." },
264
- "shopping_error_discount_not_applied": { "other": "Bitte geben Sie einen gültigen Promo-Code ein." },
265
- "shopping_error_discount_invalid": { "other": "Bitte geben Sie einen gültigen Promo-Code ein." },
266
- "shopping_error_discount_disabled": { "other": "Bitte geben Sie einen gültigen Promo-Code ein." },
267
- "shopping_error_discount_already_applied": { "other": "Es wurde bereits ein Promo-Code eingelöst." },
268
- "shopping_error_discount_already_redeemed": { "other": "Dieser Promo-Code wurde bereits eingelöst." },
269
- "shopping_error_discount_used_previously": { "other": "Dieser Promo-Code wurde bereits eingelöst." },
270
- "shopping_error_discount_max_limit": { "other": "Dieser Promo-Code kann nicht länger genutzt werden." },
271
- "shopping_error_discount_expired": { "other": "Dieser Promo-Code ist abgelaufen." },
272
- "shopping_error_discount_invalid_ownership_buy": { "other": "Dieser Promo-Code ist für Käufe ungültig." },
273
- "shopping_error_discount_invalid_ownership_rent": { "other": "Dieser Promo-Code ist für Leihen ungültig." },
274
- "shopping_error_discount_invalid_item": { "other": "Dieser Promo-Code ist für diesen Film ungültig." },
275
- "shopping_error_discount_invalid_pricing_region": { "other": "Dieser Promo-Code ist in Ihrem Land ungültig." },
276
- "shopping_error_discounts_not_allowed": { "other": "Dieser Promo-Code ist ungültig." },
277
- "shopping_error_discount_disallowed_on_bundles": { "other": "Dieser Promo-Code ist für Pakete ungültig." },
278
- "shopping_error_payment_intent_authentication_failure": { "other": "Die Kreditkarte wurde abgelehnt. Bitte versuchen Sie es noch einmal." },
279
-
280
- "shopping_complete_rental": { "other": "Kauf erfolgreich!" },
499
+ "shopping_info_rental_period_coming_soon": {
500
+ "other": "ab dem Zeitpunk der Premiere."
501
+ },
502
+ "shopping_info_credit_bonus_title": {
503
+ "other": "{{.BonusPercentage}}% Bonus"
504
+ },
505
+ "shopping_enter_card_prompt": {
506
+ "other": "Bitte geben Sie Ihre Kreditkartendetails ein um den Film auszuleihen."
507
+ },
508
+ "shopping_terms": {
509
+ "other": "Durch den Abschluss dieser Transaktion stimme ich den <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">Allgemeinen Geschäftsbedingungen</a> zu."
510
+ },
511
+ "shopping_discount_applied": {
512
+ "other": "{{.DiscountAmount}} Rabatt gewährt"
513
+ },
514
+ "shopping_discount_apply": {
515
+ "other": "Anwenden"
516
+ },
517
+ "shopping_discount_code": {
518
+ "other": "Gutscheincode eingeben."
519
+ },
520
+ "shopping_discount_have_code": {
521
+ "other": "Gutschein einlösen."
522
+ },
523
+ "shopping_price_you_pay": {
524
+ "other": "Sie zahlen"
525
+ },
526
+ "shopping_price_nothing": {
527
+ "other": "nichts"
528
+ },
529
+ "shopping_price_free": {
530
+ "other": "Kostenlos"
531
+ },
532
+ "shopping_auth_directions": {
533
+ "other": "Sie benötigen ein Nutzerkonto. Bitte geben Sie hierfür Ihre Emailadresse ein."
534
+ },
535
+ "shopping_error_in_library": {
536
+ "other": "{{.Title}} haben Sie bereits in Ihren Filmen."
537
+ },
538
+ "shopping_error_missing_card": {
539
+ "other": "Bitte geben Sie Ihre Kreditkartendetails ein."
540
+ },
541
+ "shopping_error_title": {
542
+ "other": "Es ist ein Fehler aufgetreten."
543
+ },
544
+ "shopping_error_incorrect_cvc": {
545
+ "other": "Bitte geben Sie eine gültige CVV-Nummer ein."
546
+ },
547
+ "shopping_error_invalid_cvc": {
548
+ "other": "Bitte geben Sie eine CVV-Nummer ein."
549
+ },
550
+ "shopping_error_incorrect_number": {
551
+ "other": "Bitte geben Sie eine gültige Kreditkarten-Nummer ein."
552
+ },
553
+ "shopping_error_invalid_number": {
554
+ "other": "Bitte geben Sie eine Kreditkarten-Nummer ein."
555
+ },
556
+ "shopping_error_card_declined": {
557
+ "other": "Die Kreditkarte wurde abgelehnt."
558
+ },
559
+ "shopping_error_invalid_expiry_month": {
560
+ "other": "Bitte geben Sie ein gültiges Datum ein."
561
+ },
562
+ "shopping_error_invalid_expiry_year": {
563
+ "other": "Bitte geben Sie ein gültiges Datum ein."
564
+ },
565
+ "shopping_error_expired_card": {
566
+ "other": "Ihre Kreditkarte ist abgelaufen."
567
+ },
568
+ "shopping_error_creditcard_country_mismatch": {
569
+ "other": "Ihr {{.Ownership}} konnte nicht abgeschlossen werden, weil Ihre Kreditkarte nicht in dem Land ausgestellt wurde, in welchem Sie sich befinden. Bitte benutzen Sie eine andere Karte."
570
+ },
571
+ "shopping_error_proxy_detected": {
572
+ "other": "Ihr {{.Ownership}} konnte nicht abgeschlossen werden. Sie scheinen einen Proxy-Service zu benutzen. Bitte deaktivieren Sie alle Dienste und versuchen Sie es erneut."
573
+ },
574
+ "shopping_error_discount_worn_out": {
575
+ "other": "Dieser Promo-Code kann nicht länger genutzt werden."
576
+ },
577
+ "shopping_error_discount_blank": {
578
+ "other": "Bitte geben Sie einen Promo-Code ein."
579
+ },
580
+ "shopping_error_discount_not_applied": {
581
+ "other": "Bitte geben Sie einen gültigen Promo-Code ein."
582
+ },
583
+ "shopping_error_discount_invalid": {
584
+ "other": "Bitte geben Sie einen gültigen Promo-Code ein."
585
+ },
586
+ "shopping_error_discount_disabled": {
587
+ "other": "Bitte geben Sie einen gültigen Promo-Code ein."
588
+ },
589
+ "shopping_error_discount_already_applied": {
590
+ "other": "Es wurde bereits ein Promo-Code eingelöst."
591
+ },
592
+ "shopping_error_discount_already_redeemed": {
593
+ "other": "Dieser Promo-Code wurde bereits eingelöst."
594
+ },
595
+ "shopping_error_discount_used_previously": {
596
+ "other": "Dieser Promo-Code wurde bereits eingelöst."
597
+ },
598
+ "shopping_error_discount_max_limit": {
599
+ "other": "Dieser Promo-Code kann nicht länger genutzt werden."
600
+ },
601
+ "shopping_error_discount_expired": {
602
+ "other": "Dieser Promo-Code ist abgelaufen."
603
+ },
604
+ "shopping_error_discount_invalid_ownership_buy": {
605
+ "other": "Dieser Promo-Code ist für Käufe ungültig."
606
+ },
607
+ "shopping_error_discount_invalid_ownership_rent": {
608
+ "other": "Dieser Promo-Code ist für Leihen ungültig."
609
+ },
610
+ "shopping_error_discount_invalid_item": {
611
+ "other": "Dieser Promo-Code ist für diesen Film ungültig."
612
+ },
613
+ "shopping_error_discount_invalid_pricing_region": {
614
+ "other": "Dieser Promo-Code ist in Ihrem Land ungültig."
615
+ },
616
+ "shopping_error_discounts_not_allowed": {
617
+ "other": "Dieser Promo-Code ist ungültig."
618
+ },
619
+ "shopping_error_discount_disallowed_on_bundles": {
620
+ "other": "Dieser Promo-Code ist für Pakete ungültig."
621
+ },
622
+ "shopping_error_payment_intent_authentication_failure": {
623
+ "other": "Die Kreditkarte wurde abgelehnt. Bitte versuchen Sie es noch einmal."
624
+ },
625
+ "shopping_complete_rental": {
626
+ "other": "Kauf erfolgreich!"
627
+ },
281
628
  "shopping_complete_rental_period": {
282
629
  "one": "Sie können ihre Leihe während eines Tages so oft ansehen, wie Sie möchten. ",
283
630
  "other": "Sie können ihre Leihe während {{.Count}} Tagen so oft ansehen, wie Sie möchten. "
284
631
  },
285
- "shopping_complete_purchase": { "other": "Vielen Dank für den Kauf von {{.Title}}." },
286
- "shopping_complete_credit_purchase": { "other": "Vielen Dank für den Kauf von {{.Title}}, {{.CreditTotal}} wurde Ihrem Konto gutgeschrieben." },
287
- "shopping_complete_purchase_coming_soon": { "other": "Ab dem {{.Date}} können Sie den Film ansehen." },
288
- "shopping_complete_receipt": { "other": "Die Rechnung wurde Ihnen per Email zugeschickt." },
289
- "shopping_complete_library_link": { "other": "Sehen Sie Ihre Bibliothek" },
632
+ "shopping_complete_purchase": {
633
+ "other": "Vielen Dank für den Kauf von {{.Title}}."
634
+ },
635
+ "shopping_complete_credit_purchase": {
636
+ "other": "Vielen Dank für den Kauf von {{.Title}}, {{.CreditTotal}} wurde Ihrem Konto gutgeschrieben."
637
+ },
638
+ "shopping_complete_purchase_coming_soon": {
639
+ "other": "Ab dem {{.Date}} können Sie den Film ansehen."
640
+ },
641
+ "shopping_complete_receipt": {
642
+ "other": "Die Rechnung wurde Ihnen per Email zugeschickt."
643
+ },
644
+ "shopping_complete_library_link": {
645
+ "other": "Sehen Sie Ihre Bibliothek"
646
+ },
290
647
  "shopping_complete_plan": {
291
648
  "other": "Ihr Kauf von {{ .Title }} war erfolgreich."
292
- },
293
-
649
+ },
294
650
  "shopping_complete_rental_watch_window_start": {
295
651
  "one": "Ab jetzt können Sie den geliehenen Film bis zum nächsten Tag ansehen.",
296
652
  "other": "Ab jetzt können Sie den geliehenen Film in den nächsten {{.Count}} Tagen ansehen."
@@ -307,107 +663,244 @@
307
663
  "one": "Ab dem {{.Date}} können Sie Ihren geliehenen Film für einen Tag ansehen",
308
664
  "other": "Ab dem {{.Date}} können Sie Ihren geliehenen Film während {{.Count}} Tagen ansehen."
309
665
  },
310
-
311
- "shopping_action_rent": { "other": "Ausleihen" },
312
- "shopping_action_buy": { "other": "Kaufen" },
313
-
314
- "shopping_payment_method_header": { "other": "Zahlungsmethoden" },
315
- "shopping_payment_method_credit_card": { "other": "Kreditkarte" },
316
- "shopping_payment_method_giropay": { "other": "Giropay (Deutschland)" },
317
-
318
- "shopping_error_stripe_unknown_error": { "other": "Mit dieser Zahlung ist leider etwas schief gelaufen. Bitte versuchen Sie es zu einem späteren Zeitpunkt noch einmal." },
319
- "shopping_error_payment_complete_failed": { "other": "Die Zahlung wurde nicht akzeptiert. Bitte schließen Sie das Fenster und versuchen Sie es noch einmal." },
320
-
321
- "meta_detail_cast_title": { "other": "Cast" },
322
- "meta_detail_crew_title": { "other": "Crew" },
323
- "meta_detail_languages": { "one": "Sprache", "other": "Sprachen" },
324
- "meta_detail_studios": { "one": "Studio", "other": "Studios" },
325
- "meta_detail_countries": { "one": "Land", "other": "Länder" },
326
- "meta_detail_subtitles": { "other": "Untertitel" },
327
- "meta_detail_captions": { "other": "Untertitel [CC]" },
328
- "meta_detail_episodes_title": { "other": "Episoden" },
329
- "meta_detail_bonus_title": { "other": "Bonusinhalt" },
330
- "meta_detail_recommendations_title": { "other": "Das könnte Ihnen auch gefallen" },
331
- "meta_detail_bundle_items_title": { "other": "Filme in diesem Paket" },
332
-
333
- "bundle_items_all_films": { "other": "{{.Count}} filme" },
334
- "bundle_items_all_seasons": { "other": "{{.Count}} Staffeln" },
335
- "bundle_items_mixed": { "other": "{{.Count}} Filme und Staffeln" },
336
- "userwishlist_page_header": { "other": "Meine Liste" },
337
- "userwishlist_slider_header": { "other": "Meine Liste" },
338
- "userwishlist_empty_header": { "other": "Ihre Liste ist leer." },
339
- "userwishlist_empty_content": { "other": "Durchsuchen Sie unsere <a href=\"{{.HomeURL}}\">Filmauswahl</a>, um Ihre Filmliste zu füllen." },
340
- "userwishlist_button_add": { "other": "Zu meiner Liste hinzufügen" },
341
- "userwishlist_button_remove": { "other": "Meine Liste" },
342
- "userwishlist_button_add_compact": { "other": "Meine Liste" },
343
- "userwishlist_button_remove_compact": { "other": "Meine Liste" },
344
-
345
- "activatedevice_page_header": { "other": "Gerät aktivieren" },
346
- "activatedevice_page_content": { "other": "Folgen Sie den Anleitungen auf Ihrem Gerät um einen PIN-Code zu bekommen. Dafür müssen Ihr Computer und Ihr Gerät mit dem Internet verbunden sein." },
347
- "activatedevice_form_pin": { "other": "PIN Code" },
348
- "activatedevice_form_submit": { "other": "Aktivieren" },
349
- "activatedevice_form_error_invalid_code": { "other": "PIN-Code nicht gefunden. Bitte versuchen Sie es noch einmal." },
350
- "activatedevice_form_error_pin_not_found": { "other": "PIN-Code nicht gefunden. Bitte versuchen Sie es noch einmal." },
351
- "activatedevice_signin_prompt": { "other": "Bitte loggen Sie sich ein um ein Gerät zu aktivieren." },
352
- "activatedevice_page_activated": { "other": "Das Gerät {{.DeviceName}} wurde erfolgreich aktiviert. Sie können jetzt Ihre Filme auf diesem Gerät ansehen." },
353
-
354
- "userdevices_page_header": { "other": "Geräte" },
666
+ "shopping_action_rent": {
667
+ "other": "Ausleihen"
668
+ },
669
+ "shopping_action_buy": {
670
+ "other": "Kaufen"
671
+ },
672
+ "shopping_payment_method_header": {
673
+ "other": "Zahlungsmethoden"
674
+ },
675
+ "shopping_payment_method_credit_card": {
676
+ "other": "Kreditkarte"
677
+ },
678
+ "shopping_payment_method_giropay": {
679
+ "other": "Giropay (Deutschland)"
680
+ },
681
+ "shopping_error_stripe_unknown_error": {
682
+ "other": "Mit dieser Zahlung ist leider etwas schief gelaufen. Bitte versuchen Sie es zu einem späteren Zeitpunkt noch einmal."
683
+ },
684
+ "shopping_error_payment_complete_failed": {
685
+ "other": "Die Zahlung wurde nicht akzeptiert. Bitte schließen Sie das Fenster und versuchen Sie es noch einmal."
686
+ },
687
+ "meta_detail_cast_title": {
688
+ "other": "Gießen"
689
+ },
690
+ "meta_detail_crew_title": {
691
+ "other": "Besatzung"
692
+ },
693
+ "meta_detail_languages": {
694
+ "one": "Sprache",
695
+ "other": "Sprachen"
696
+ },
697
+ "meta_detail_studios": {
698
+ "one": "Studio",
699
+ "other": "Studios"
700
+ },
701
+ "meta_detail_countries": {
702
+ "one": "Land",
703
+ "other": "Länder"
704
+ },
705
+ "meta_detail_subtitles": {
706
+ "other": "Untertitel"
707
+ },
708
+ "meta_detail_captions": {
709
+ "other": "Untertitel [CC]"
710
+ },
711
+ "meta_detail_episodes_title": {
712
+ "other": "Episoden"
713
+ },
714
+ "meta_detail_bonus_title": {
715
+ "other": "Bonusinhalt"
716
+ },
717
+ "meta_detail_recommendations_title": {
718
+ "other": "Das könnte Ihnen auch gefallen"
719
+ },
720
+ "meta_detail_bundle_items_title": {
721
+ "other": "Filme in diesem Paket"
722
+ },
723
+ "bundle_items_all_films": {
724
+ "other": "{{.Count}} filme"
725
+ },
726
+ "bundle_items_all_seasons": {
727
+ "other": "{{.Count}} Staffeln"
728
+ },
729
+ "bundle_items_mixed": {
730
+ "other": "{{.Count}} Filme und Staffeln"
731
+ },
732
+ "userwishlist_page_header": {
733
+ "other": "Meine Liste"
734
+ },
735
+ "userwishlist_slider_header": {
736
+ "other": "Meine Liste"
737
+ },
738
+ "userwishlist_empty_header": {
739
+ "other": "Ihre Liste ist leer."
740
+ },
741
+ "userwishlist_empty_content": {
742
+ "other": "Durchsuchen Sie unsere <a href=\"{{.HomeURL}}\">Filmauswahl</a>, um Ihre Filmliste zu füllen."
743
+ },
744
+ "userwishlist_button_add": {
745
+ "other": "Zu meiner Liste hinzufügen"
746
+ },
747
+ "userwishlist_button_remove": {
748
+ "other": "Meine Liste"
749
+ },
750
+ "userwishlist_button_add_compact": {
751
+ "other": "Meine Liste"
752
+ },
753
+ "userwishlist_button_remove_compact": {
754
+ "other": "Meine Liste"
755
+ },
756
+ "activatedevice_page_header": {
757
+ "other": "Gerät aktivieren"
758
+ },
759
+ "activatedevice_page_content": {
760
+ "other": "Folgen Sie den Anleitungen auf Ihrem Gerät um einen PIN-Code zu bekommen. Dafür müssen Ihr Computer und Ihr Gerät mit dem Internet verbunden sein."
761
+ },
762
+ "activatedevice_form_pin": {
763
+ "other": "Geheimzahl"
764
+ },
765
+ "activatedevice_form_submit": {
766
+ "other": "Aktivieren"
767
+ },
768
+ "activatedevice_form_error_invalid_code": {
769
+ "other": "PIN-Code nicht gefunden. Bitte versuchen Sie es noch einmal."
770
+ },
771
+ "activatedevice_form_error_pin_not_found": {
772
+ "other": "PIN-Code nicht gefunden. Bitte versuchen Sie es noch einmal."
773
+ },
774
+ "activatedevice_signin_prompt": {
775
+ "other": "Bitte loggen Sie sich ein um ein Gerät zu aktivieren."
776
+ },
777
+ "activatedevice_page_activated": {
778
+ "other": "Das Gerät {{.DeviceName}} wurde erfolgreich aktiviert. Sie können jetzt Ihre Filme auf diesem Gerät ansehen."
779
+ },
780
+ "userdevices_page_header": {
781
+ "other": "Geräte"
782
+ },
355
783
  "userdevices_page_content": {
356
784
  "one": "Ihre verwendeten Geräte werden hier automatisch angezeigt. Es kann maximal 1 Gerät hinzugefügt werden.",
357
785
  "other": "Ihre verwendeten Geräte werden hier automatisch angezeigt. Es können maximal {{.Count}} Geräte hinzugefügt werden."
358
786
  },
359
- "userdevices_empty_content": { "other": "Im Moment sind 0 Geräte registriert." },
360
- "userdevices_header_type": { "other": "Gerätetyp" },
361
- "userdevices_header_description": { "other": "Beschreibung" },
362
- "userdevices_device_added": { "other": "Hinzugefügt am {{.Date}}" },
363
- "userdevices_device_actions_delete": { "other": "Entfernen" },
364
- "userdevices_device_actions_cancel": { "other": "Stornieren" },
365
- "userdevices_device_actions_confirm": { "other": "Ja, Gerät entfernen" },
366
- "userdevices_device_deleted": { "other": "(Entfernt)" },
367
-
368
- "playlist_page_header": { "other": "Playlist" },
369
- "playlist_sign_in_warning": { "other": "Please sign in to watch live TV."},
370
- "playlist_share_title": { "other": "Playlist" },
371
- "playlist_up_next_title": { "other": "Nächster Titel" },
372
-
373
- "pricing_ownership_buy": { "other": "Kaufen" },
374
- "pricing_ownership_rent": { "other": "Ausleihen" },
375
-
376
- "classification_intro": { "other": "Rating: " },
377
- "classification_divider": { "other": " - " },
378
- "classification_outro": { "other": "" },
379
-
380
- "cookie_banner_message": { "other": "Wir verwenden Cookies und andere Identifizierungsmerkmale, um Ihre Online-Erfahrung zu verbessern. Mit der Nutzung unserer Website erklären Sie sich damit einverstanden. Lesen Sie gerne unsere <a href=\"{{.CookiePolicyURL}}\">Datenschutzrichtlinie</a> um herauszufinden, wofür Cookies verwendet werden und wie Sie Ihre Einstellungen ändern können." },
381
- "cookie_banner_accept": { "other": "Annehmen" },
382
-
383
- "all_rights_reserved": { "other": "Alle Rechte vorbehalten. Kein Teil dieser Website darf ohne unsere schriftliche Genehmigung reproduziert werden." },
384
-
385
- "availability_coming_soon": {"other": "In Kürze verfügbar"},
386
- "availability_available": {"other": "Verfügbar ab {{.ReleaseDate}}"},
387
- "availability_expired": { "other": "Abgelaufen" },
388
- "availability_sold_out": { "other": "Ausverkauft" },
389
- "availability_not_available_in_country": { "other": "Nicht verfügbar" },
390
-
391
- "datetime_today": { "other": "heute {{.Date}}" },
392
- "datetime_tomorrow": { "other": "morgen {{.Date}}" },
393
- "datetime_yesterday": { "other": "gestern {{.Date}}" },
394
- "datetime_next": { "other": "{{.Date}}" },
395
- "datetime_last": { "other": "{{.Date}}" },
396
-
397
- "modal_cancel": { "other": "Abbrechen" },
398
-
399
- "combined_auth_signin_prompt": { "other": "Anmelden" },
400
- "combined_auth_signup_prompt": { "other": "Konto anlegen" },
401
- "combined_auth_terms": { "other": "I agree to all the <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">terms &amp; conditions</a>." },
402
-
403
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
404
-
405
- "user_error_too_many_pin_errors": { "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>" },
406
-
407
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
408
- "app_badge_ios": { "other": "Download on the App Store" },
409
- "app_badge_android": { "other": "Get it on Google Play" },
410
-
787
+ "userdevices_empty_content": {
788
+ "other": "Im Moment sind 0 Geräte registriert."
789
+ },
790
+ "userdevices_header_type": {
791
+ "other": "Gerätetyp"
792
+ },
793
+ "userdevices_header_description": {
794
+ "other": "Beschreibung"
795
+ },
796
+ "userdevices_device_added": {
797
+ "other": "Hinzugefügt am {{.Date}}"
798
+ },
799
+ "userdevices_device_actions_delete": {
800
+ "other": "Entfernen"
801
+ },
802
+ "userdevices_device_actions_cancel": {
803
+ "other": "Stornieren"
804
+ },
805
+ "userdevices_device_actions_confirm": {
806
+ "other": "Ja, Gerät entfernen"
807
+ },
808
+ "userdevices_device_deleted": {
809
+ "other": "(Entfernt)"
810
+ },
811
+ "playlist_page_header": {
812
+ "other": "Wiedergabeliste"
813
+ },
814
+ "playlist_sign_in_warning": {
815
+ "other": "Bitte melden Sie sich an, um Live-TV zu sehen."
816
+ },
817
+ "playlist_share_title": {
818
+ "other": "Wiedergabeliste"
819
+ },
820
+ "playlist_up_next_title": {
821
+ "other": "Nächster Titel"
822
+ },
823
+ "pricing_ownership_buy": {
824
+ "other": "Kaufen"
825
+ },
826
+ "pricing_ownership_rent": {
827
+ "other": "Ausleihen"
828
+ },
829
+ "classification_intro": {
830
+ "other": "Bewertung: "
831
+ },
832
+ "classification_divider": {
833
+ "other": " - "
834
+ },
835
+ "classification_outro": {
836
+ "other": ""
837
+ },
838
+ "cookie_banner_message": {
839
+ "other": "Wir verwenden Cookies und andere Identifizierungsmerkmale, um Ihre Online-Erfahrung zu verbessern. Mit der Nutzung unserer Website erklären Sie sich damit einverstanden. Lesen Sie gerne unsere <a href=\"{{.CookiePolicyURL}}\">Datenschutzrichtlinie</a> um herauszufinden, wofür Cookies verwendet werden und wie Sie Ihre Einstellungen ändern können."
840
+ },
841
+ "cookie_banner_accept": {
842
+ "other": "Annehmen"
843
+ },
844
+ "all_rights_reserved": {
845
+ "other": "Alle Rechte vorbehalten. Kein Teil dieser Website darf ohne unsere schriftliche Genehmigung reproduziert werden."
846
+ },
847
+ "availability_coming_soon": {
848
+ "other": "In Kürze verfügbar"
849
+ },
850
+ "availability_available": {
851
+ "other": "Verfügbar ab {{.ReleaseDate}}"
852
+ },
853
+ "availability_expired": {
854
+ "other": "Abgelaufen"
855
+ },
856
+ "availability_sold_out": {
857
+ "other": "Ausverkauft"
858
+ },
859
+ "availability_not_available_in_country": {
860
+ "other": "Nicht verfügbar"
861
+ },
862
+ "datetime_today": {
863
+ "other": "heute {{.Date}}"
864
+ },
865
+ "datetime_tomorrow": {
866
+ "other": "morgen {{.Date}}"
867
+ },
868
+ "datetime_yesterday": {
869
+ "other": "gestern {{.Date}}"
870
+ },
871
+ "datetime_next": {
872
+ "other": "{{.Date}}"
873
+ },
874
+ "datetime_last": {
875
+ "other": "{{.Date}}"
876
+ },
877
+ "modal_cancel": {
878
+ "other": "Abbrechen"
879
+ },
880
+ "combined_auth_signin_prompt": {
881
+ "other": "Anmelden"
882
+ },
883
+ "combined_auth_signup_prompt": {
884
+ "other": "Konto anlegen"
885
+ },
886
+ "combined_auth_terms": {
887
+ "other": "Ich stimme allen <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">Nutzungsbedingungen &amp; Bedingungen</a>."
888
+ },
889
+ "shopping_card_change": {
890
+ "other": "Kreditkarte nicht korrekt? <a href=\"{{.SubscriptionsURL}}\">Klicken Sie hier, um Ihre Karte zu aktualisieren.</a>"
891
+ },
892
+ "user_error_too_many_pin_errors": {
893
+ "other": "<p>Looks like you're having trouble.</p><p>Reset your PIN or contact us for <a href=\"{{.HelpURL}}\" target=\"_blank\">help</a>"
894
+ },
895
+ "app_badge_title": {
896
+ "other": "Laden Sie die App herunter, um Ihre gekauften Inhalte anzuzeigen!"
897
+ },
898
+ "app_badge_ios": {
899
+ "other": "Herunterladen im App Store"
900
+ },
901
+ "app_badge_android": {
902
+ "other": "Bekomm es auf Google Play"
903
+ },
411
904
  "shopping_price_title_plan": {
412
905
  "other": "Preis"
413
906
  },
@@ -470,134 +963,301 @@
470
963
  "plan_free_link_text": {
471
964
  "other": "Melde dich kostenlos an"
472
965
  },
473
- "awards_nominated_for": {
474
- "other": "Nominiert für"
475
- },
476
966
  "awards_in_competition": {
477
967
  "other": "Im Wettbewerb"
478
968
  },
479
- "awards_winner_of": {
480
- "other": "Gewinner von"
969
+ "meta_description_expand": {
970
+ "other": "Zeig mehr"
971
+ },
972
+ "meta_description_collapse": {
973
+ "other": "Zeige weniger"
974
+ },
975
+ "awards_winner": {
976
+ "other": "Gewinner"
481
977
  },
482
978
  "donate_button_text": {
483
979
  "other": "Spenden"
484
- },
485
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
486
- "shopping_error_plan_expired": { "other": "This plan is no longer available." },
487
-
488
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
489
-
490
- "account_form_pin_code": { "other": "PIN" },
491
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
492
- "account_form_set_pin": { "other": "Set PIN" },
493
- "account_form_pin_changed": { "other": "Updated" },
494
- "account_form_change_pin": { "other": "Change PIN" },
495
-
496
- "user_set_pin_header": { "other": "Set your PIN" },
497
- "user_set_pin_button": { "other": "Set PIN" },
498
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
499
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
500
- "user_submit_pin_button": { "other": "Enter" },
501
- "user_reset_pin_button": { "other": "Reset PIN" },
502
-
503
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
504
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
505
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
506
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
507
- "validation_pincode2_match": { "other": "PIN code does not match." },
508
-
509
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
510
- "userdevices_delete_limit_reached": { "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)." },
511
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
512
-
513
- "changepincode_modal_header": { "other": "Change your PIN" },
514
- "changepincode_modal_currentpassword": { "other": "Your current password" },
515
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
516
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
517
- "changepincode_modal_submit": { "other": "Set PIN" },
518
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
519
-
520
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
521
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
522
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
523
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
524
- "shopping_error_close_button": { "other": "OK" },
525
-
526
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
527
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
528
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
529
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
530
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
531
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
532
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
533
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
534
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
535
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
536
-
537
- "wcag_skip_links_header": { "other": "Accessibility Links" },
538
- "wcag_skip_links_content": { "other": "Skip to Content" },
539
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
540
-
541
- "wcag_homepage_h1": { "other": "Homepage" },
542
- "wcag_carousel_h2": { "other": "Carousel" },
543
- "wcag_collections_h2": { "other": "Collections" },
544
-
545
- "wcag_aria_label_footer": { "other": "Footer" },
546
- "wcag_aria_label_nav_main": { "other": "Main" },
547
- "wcag_aria_label_nav_sub": { "other": "Sub" },
548
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
549
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
550
- "wcag_aria_label_carousel": { "other": "Carousel" },
551
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
552
- "wcag_aria_label_collection_list": { "other": "Collection List" },
553
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
554
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
555
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
556
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
557
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
558
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
559
-
560
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
561
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
562
-
563
-
564
- "users_gender_none": { "other": "Not specified" },
565
- "users_gender_female": { "other": "Female" },
566
- "users_gender_male": { "other": "Male" },
567
- "users_gender_diverse": { "other": "Diverse" },
568
- "users_gender_other": { "other": "Other" },
569
-
570
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
571
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
572
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
573
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
574
-
575
- "shopping_card_save_card": { "other": "Save this card for future use" },
576
- "shopping_card_button_change": { "other": "Show all saved cards" },
577
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
578
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
579
- "shopping_card_existing_expired": { "other": "(expired)" },
580
- "shopping_card_use_other": { "other": "Use a new card" },
581
- "shopping_card_use_new_card": { "other": "Change card" },
582
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
583
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
584
- "shopping_action_credit": { "other": "shopping_action_credit" },
585
-
586
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
587
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
588
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
589
-
590
- "availability_renting": { "other": "Renting" },
591
- "availability_not_available": { "other": "Not available" },
592
- "availability_in_watch_window": { "other": "availability_in_watch_window" },
593
-
594
- "play": { "other": "Play" },
595
-
596
-
597
- "shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." },
598
-
599
- "availability_expires": { "other": "Expires {{.Expiry}}" },
600
- "availability_available_till": { "other": "Available until {{.ExpiryDate}}" },
601
-
602
- "validation_terms_required": { "other": "You must agree to the terms and conditions." }
603
- }
980
+ },
981
+ "shopping_error_plan_already_owned": {
982
+ "other": "Sie haben diesen Plan bereits."
983
+ },
984
+ "shopping_error_plan_expired": {
985
+ "other": "Dieser Plan ist nicht mehr verfügbar."
986
+ },
987
+ "header_banner": {
988
+ "other": "ABC Cinemas – 21. Filmfestival, 1. – 6. Juni 2021"
989
+ },
990
+ "account_form_pin_code": {
991
+ "other": "PIN"
992
+ },
993
+ "account_form_pin_code_not_set": {
994
+ "other": "Sie haben keinen PIN-Satz, der zum Kaufen, Ausleihen und Ansehen einiger Titel erforderlich ist."
995
+ },
996
+ "account_form_set_pin": {
997
+ "other": "PIN festlegen"
998
+ },
999
+ "account_form_pin_changed": {
1000
+ "other": "Aktualisiert"
1001
+ },
1002
+ "account_form_change_pin": {
1003
+ "other": "PIN ändern"
1004
+ },
1005
+ "user_set_pin_header": {
1006
+ "other": "Legen Sie Ihre PIN fest"
1007
+ },
1008
+ "user_set_pin_button": {
1009
+ "other": "PIN festlegen"
1010
+ },
1011
+ "user_submit_pin_heading": {
1012
+ "other": "Geben Sie Ihre PIN für diesen eingeschränkten Inhalt {{.Action}} ein"
1013
+ },
1014
+ "user_error_wrong_pin_retry": {
1015
+ "other": "Hoppla, Sie haben eine falsche PIN eingegeben"
1016
+ },
1017
+ "user_submit_pin_button": {
1018
+ "other": "Eingeben"
1019
+ },
1020
+ "user_reset_pin_button": {
1021
+ "other": "PIN zurücksetzen"
1022
+ },
1023
+ "validation_pincode1_required": {
1024
+ "other": "Bitte geben Sie einen gültigen PIN-Code ein."
1025
+ },
1026
+ "validation_pincode2_required": {
1027
+ "other": "Bitte geben Sie einen gültigen PIN-Code ein."
1028
+ },
1029
+ "validation_pincode1_pattern": {
1030
+ "other": "Bitte geben Sie einen gültigen PIN-Code ein."
1031
+ },
1032
+ "validation_pincode2_pattern": {
1033
+ "other": "Bitte geben Sie einen gültigen PIN-Code ein."
1034
+ },
1035
+ "validation_pincode2_match": {
1036
+ "other": "PIN-Code stimmt nicht überein."
1037
+ },
1038
+ "userdevices_delete_limits": {
1039
+ "other": "Sie können alle {{.Period}} Tag(e) {{.Limit}} Gerät(e) aus dieser Liste entfernen."
1040
+ },
1041
+ "userdevices_delete_limit_reached": {
1042
+ "other": "Sie haben dieses Limit erreicht und können derzeit keine Geräte entfernen. Sie können ein Gerät in {{.Days}} Tag(en) löschen."
1043
+ },
1044
+ "shopping_card_new_subscription": {
1045
+ "other": "Diese Karte wird gespeichert und regelmäßig belastet"
1046
+ },
1047
+ "changepincode_modal_header": {
1048
+ "other": "Ändern Sie Ihre PIN"
1049
+ },
1050
+ "changepincode_modal_currentpassword": {
1051
+ "other": "Dein aktuelles Passwort"
1052
+ },
1053
+ "changepincode_modal_pincode1": {
1054
+ "other": "Ihre neue 4-stellige PIN"
1055
+ },
1056
+ "changepincode_modal_pincode2": {
1057
+ "other": "Bestätigen Sie Ihre neue 4-stellige PIN"
1058
+ },
1059
+ "changepincode_modal_submit": {
1060
+ "other": "PIN festlegen"
1061
+ },
1062
+ "changepincode_modal_error_wrong_password": {
1063
+ "other": "Dieses Passwort ist falsch."
1064
+ },
1065
+ "user_set_pin_intro": {
1066
+ "other": "Sie benötigen eine PIN für {{.Action}} eingeschränkte Inhalte"
1067
+ },
1068
+ "user_error_wrong_pin_reset": {
1069
+ "other": "Klicken Sie hier, um Ihre PIN zurückzusetzen"
1070
+ },
1071
+ "user_error_too_many_pin_errors_help_page_link": {
1072
+ "other": ""
1073
+ },
1074
+ "shopping_error_age_restricted": {
1075
+ "other": "Dieser Inhalt ist altersbeschränkt."
1076
+ },
1077
+ "shopping_error_close_button": {
1078
+ "other": "OK"
1079
+ },
1080
+ "usersubscriptions_subscription_expiry": {
1081
+ "other": "Läuft ab {{.Expiry}}"
1082
+ },
1083
+ "usersubscriptions_subscription_status_cancelled": {
1084
+ "other": "usersubscriptions_subscription_status_cancelled"
1085
+ },
1086
+ "usersubscriptions_subscription_status_errored": {
1087
+ "other": "usersubscriptions_subscription_status_errored"
1088
+ },
1089
+ "usersubscriptions_subscription_status_past_due": {
1090
+ "other": "usersubscriptions_subscription_status_past_due"
1091
+ },
1092
+ "usersubscriptions_subscription_status_trialing": {
1093
+ "other": "Probezeit"
1094
+ },
1095
+ "usersubscriptions_subscription_unsubscribe": {
1096
+ "other": "Mein Abonnement kündigen"
1097
+ },
1098
+ "usersubscriptions_unsubscribe_modal_cancel": {
1099
+ "other": "Stornieren"
1100
+ },
1101
+ "usersubscriptions_unsubscribe_modal_confirm": {
1102
+ "other": "Ja, mein Abonnement kündigen"
1103
+ },
1104
+ "usersubscriptions_unsubscribe_modal_title": {
1105
+ "other": "Abonnement beenden?"
1106
+ },
1107
+ "usersubscriptions_unsubscribe_modal_body": {
1108
+ "other": "Dadurch wird das Abonnement des Plans {{.Name}} gekündigt. Sie können den Inhalt des Plans weiterhin ansehen, bis er abläuft {{.Expiry}}."
1109
+ },
1110
+ "wcag_skip_links_header": {
1111
+ "other": "Zugänglichkeitslinks"
1112
+ },
1113
+ "wcag_skip_links_content": {
1114
+ "other": "Zum Inhalt springen"
1115
+ },
1116
+ "wcag_homepage_h1": {
1117
+ "other": "Startseite"
1118
+ },
1119
+ "wcag_carousel_h2": {
1120
+ "other": "Karussell"
1121
+ },
1122
+ "wcag_collections_h2": {
1123
+ "other": "Sammlungen"
1124
+ },
1125
+ "wcag_aria_label_footer": {
1126
+ "other": "Fusszeile"
1127
+ },
1128
+ "wcag_aria_label_nav_main": {
1129
+ "other": "Hauptsächlich"
1130
+ },
1131
+ "wcag_aria_label_nav_sub": {
1132
+ "other": "Sub"
1133
+ },
1134
+ "wcag_aria_label_toggle_nav": {
1135
+ "other": "Navigation umschalten"
1136
+ },
1137
+ "wcag_aria_label_bundle_items": {
1138
+ "other": "Bundle-Artikel"
1139
+ },
1140
+ "wcag_aria_label_carousel": {
1141
+ "other": "Karussell"
1142
+ },
1143
+ "wcag_aria_label_page_collection": {
1144
+ "other": "Seitensammlung"
1145
+ },
1146
+ "wcag_aria_label_collection_list": {
1147
+ "other": "Sammlungsliste"
1148
+ },
1149
+ "wcag_aria_label_collection_slider": {
1150
+ "other": "Sammlungsschieber"
1151
+ },
1152
+ "wcag_aria_label_wishlist": {
1153
+ "other": "Wunschzettel"
1154
+ },
1155
+ "wcag_aria_label_facebook": {
1156
+ "other": "Auf Facebook teilen"
1157
+ },
1158
+ "wcag_aria_label_twitter": {
1159
+ "other": "Auf Twitter teilen"
1160
+ },
1161
+ "wcag_aria_label_linkedin": {
1162
+ "other": "Auf LinkedIn teilen"
1163
+ },
1164
+ "wcag_aria_label_letterboxd": {
1165
+ "other": "Ansicht auf Letterboxd"
1166
+ },
1167
+ "signin_form_error_ip_throttled": {
1168
+ "other": "Sie haben sich zu oft nicht angemeldet. Bitte versuchen Sie es später erneut."
1169
+ },
1170
+ "signin_form_error_account_suspended": {
1171
+ "other": "Dein Account wurde vorrübergehend gesperrt. Bitte wenden Sie sich an einen Administrator, wenn Sie glauben, dass dies ein Fehler ist."
1172
+ },
1173
+ "users_gender_none": {
1174
+ "other": "Keine Angabe"
1175
+ },
1176
+ "users_gender_female": {
1177
+ "other": "Weiblich"
1178
+ },
1179
+ "users_gender_male": {
1180
+ "other": "Männlich"
1181
+ },
1182
+ "users_gender_diverse": {
1183
+ "other": "Vielfältig"
1184
+ },
1185
+ "users_gender_other": {
1186
+ "other": "Andere"
1187
+ },
1188
+ "pricing_quality_hd": {
1189
+ "other": "HD"
1190
+ },
1191
+ "pricing_quality_sd": {
1192
+ "other": "SD"
1193
+ },
1194
+ "pricing_quality_hd_only": {
1195
+ "other": "Nur HD"
1196
+ },
1197
+ "pricing_quality_sd_only": {
1198
+ "other": "Nur SD"
1199
+ },
1200
+ "shopping_card_save_card": {
1201
+ "other": "Bewahren Sie diese Karte zur späteren Verwendung auf"
1202
+ },
1203
+ "shopping_card_button_change": {
1204
+ "other": "Alle gespeicherten Karten anzeigen"
1205
+ },
1206
+ "shopping_card_existing_description": {
1207
+ "other": "{{.Card.Brand}} endet in {{.Card.Number}}"
1208
+ },
1209
+ "shopping_card_existing_expiry": {
1210
+ "other": "(läuft ab {{.Card.Expiry}})"
1211
+ },
1212
+ "shopping_card_existing_expired": {
1213
+ "other": "(abgelaufen)"
1214
+ },
1215
+ "shopping_card_use_other": {
1216
+ "other": "Verwenden Sie eine neue Karte"
1217
+ },
1218
+ "shopping_card_use_new_card": {
1219
+ "other": "Karte wechseln"
1220
+ },
1221
+ "shopping_card_update_reason_none": {
1222
+ "other": "Aktualisieren Sie Ihre Kreditkarte. Unterstützte Karten sind Visa, Mastercard und American Express."
1223
+ },
1224
+ "shopping_info_ownership_plan": {
1225
+ "other": "Abonnement"
1226
+ },
1227
+ "shopping_action_credit": {
1228
+ "other": "Nachfüllen"
1229
+ },
1230
+ "usersubscriptions_change_payment_method_change": {
1231
+ "other": "Kreditkarte ändern"
1232
+ },
1233
+ "usersubscriptions_change_payment_method_modal_title": {
1234
+ "other": "Kreditkartendaten aktualisieren"
1235
+ },
1236
+ "usersubscriptions_change_payment_method_modal_submit": {
1237
+ "other": "Aktualisieren"
1238
+ },
1239
+ "availability_renting": {
1240
+ "other": "Vermietung"
1241
+ },
1242
+ "availability_not_available": {
1243
+ "other": "Nicht verfügbar"
1244
+ },
1245
+ "availability_in_watch_window": {
1246
+ "other": "Verfügbar im Uhrenfenster"
1247
+ },
1248
+ "play": {
1249
+ "other": "Spiel"
1250
+ },
1251
+ "shopping_error_item_limit_exceeded": {
1252
+ "other": "Leider ist {{.Title}} ausverkauft."
1253
+ },
1254
+ "availability_expires": {
1255
+ "other": "Läuft ab {{.Expiry}}"
1256
+ },
1257
+ "availability_available_till": {
1258
+ "other": "Verfügbar bis zum {{.ExpiryDate}}"
1259
+ },
1260
+ "validation_terms_required": {
1261
+ "other": "Sie müssen den Nutzungsbedingungen zustimmen."
1262
+ }
1263
+ }