@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.
- package/CHANGELOG.md +47 -14
- 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 +1158 -466
- 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 +27 -4
- 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/de_DE.all.json
CHANGED
@@ -1,24 +1,41 @@
|
|
1
1
|
{
|
2
|
-
"site_owner": {
|
3
|
-
|
4
|
-
|
5
|
-
"
|
6
|
-
|
7
|
-
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
"
|
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": "
|
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
|
39
|
-
"other": "{{.Count}}
|
40
|
-
},
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
"
|
48
|
-
|
49
|
-
|
50
|
-
"
|
51
|
-
|
52
|
-
|
53
|
-
"
|
54
|
-
|
55
|
-
|
56
|
-
"
|
57
|
-
|
58
|
-
|
59
|
-
"
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
"
|
72
|
-
|
73
|
-
|
74
|
-
"
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
"
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
"
|
87
|
-
|
88
|
-
|
89
|
-
"
|
90
|
-
|
91
|
-
|
92
|
-
"
|
93
|
-
|
94
|
-
|
95
|
-
"
|
96
|
-
|
97
|
-
|
98
|
-
"
|
99
|
-
|
100
|
-
|
101
|
-
"
|
102
|
-
|
103
|
-
|
104
|
-
"
|
105
|
-
|
106
|
-
|
107
|
-
"
|
108
|
-
|
109
|
-
|
110
|
-
"
|
111
|
-
|
112
|
-
|
113
|
-
"
|
114
|
-
|
115
|
-
|
116
|
-
"
|
117
|
-
|
118
|
-
|
119
|
-
"
|
120
|
-
|
121
|
-
|
122
|
-
"
|
123
|
-
|
124
|
-
|
125
|
-
"
|
126
|
-
|
127
|
-
|
128
|
-
"
|
129
|
-
|
130
|
-
|
131
|
-
"
|
132
|
-
|
133
|
-
|
134
|
-
"
|
135
|
-
|
136
|
-
|
137
|
-
"
|
138
|
-
|
139
|
-
|
140
|
-
"
|
141
|
-
|
142
|
-
|
143
|
-
"
|
144
|
-
|
145
|
-
|
146
|
-
"
|
147
|
-
|
148
|
-
|
149
|
-
"
|
150
|
-
|
151
|
-
|
152
|
-
"
|
153
|
-
|
154
|
-
|
155
|
-
"
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
"
|
162
|
-
|
163
|
-
|
164
|
-
"
|
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":
|
170
|
-
|
171
|
-
|
172
|
-
"
|
173
|
-
|
174
|
-
|
175
|
-
"
|
176
|
-
|
177
|
-
|
178
|
-
"
|
179
|
-
|
180
|
-
|
181
|
-
"
|
182
|
-
|
183
|
-
|
184
|
-
"
|
185
|
-
|
186
|
-
|
187
|
-
"
|
188
|
-
|
189
|
-
|
190
|
-
"
|
191
|
-
|
192
|
-
|
193
|
-
"
|
194
|
-
|
195
|
-
|
196
|
-
"
|
197
|
-
|
198
|
-
|
199
|
-
"
|
200
|
-
|
201
|
-
|
202
|
-
"
|
203
|
-
|
204
|
-
|
205
|
-
"
|
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": {
|
231
|
-
|
232
|
-
|
233
|
-
"
|
234
|
-
|
235
|
-
|
236
|
-
"
|
237
|
-
|
238
|
-
|
239
|
-
"
|
240
|
-
|
241
|
-
|
242
|
-
"
|
243
|
-
|
244
|
-
|
245
|
-
"
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
"
|
252
|
-
|
253
|
-
|
254
|
-
"
|
255
|
-
|
256
|
-
|
257
|
-
"
|
258
|
-
|
259
|
-
|
260
|
-
"
|
261
|
-
|
262
|
-
|
263
|
-
"
|
264
|
-
|
265
|
-
|
266
|
-
"
|
267
|
-
|
268
|
-
|
269
|
-
"
|
270
|
-
|
271
|
-
|
272
|
-
"
|
273
|
-
|
274
|
-
|
275
|
-
"
|
276
|
-
|
277
|
-
|
278
|
-
"
|
279
|
-
|
280
|
-
|
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": {
|
286
|
-
|
287
|
-
|
288
|
-
"
|
289
|
-
|
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
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
"
|
317
|
-
|
318
|
-
|
319
|
-
"
|
320
|
-
|
321
|
-
|
322
|
-
"
|
323
|
-
|
324
|
-
|
325
|
-
"
|
326
|
-
|
327
|
-
|
328
|
-
"
|
329
|
-
|
330
|
-
|
331
|
-
"
|
332
|
-
|
333
|
-
|
334
|
-
"
|
335
|
-
|
336
|
-
|
337
|
-
"
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
"
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
"
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
"
|
350
|
-
|
351
|
-
|
352
|
-
"
|
353
|
-
|
354
|
-
|
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": {
|
360
|
-
|
361
|
-
|
362
|
-
"
|
363
|
-
|
364
|
-
|
365
|
-
"
|
366
|
-
|
367
|
-
|
368
|
-
"
|
369
|
-
|
370
|
-
|
371
|
-
"
|
372
|
-
|
373
|
-
|
374
|
-
"
|
375
|
-
|
376
|
-
|
377
|
-
"
|
378
|
-
|
379
|
-
|
380
|
-
"
|
381
|
-
|
382
|
-
|
383
|
-
"
|
384
|
-
|
385
|
-
|
386
|
-
"
|
387
|
-
|
388
|
-
|
389
|
-
"
|
390
|
-
|
391
|
-
|
392
|
-
"
|
393
|
-
|
394
|
-
|
395
|
-
"
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
"
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
"
|
408
|
-
|
409
|
-
|
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 & 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
|
-
"
|
480
|
-
"other": "
|
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": {
|
486
|
-
|
487
|
-
|
488
|
-
"
|
489
|
-
|
490
|
-
|
491
|
-
"
|
492
|
-
|
493
|
-
|
494
|
-
"
|
495
|
-
|
496
|
-
|
497
|
-
"
|
498
|
-
|
499
|
-
|
500
|
-
"
|
501
|
-
|
502
|
-
|
503
|
-
"
|
504
|
-
|
505
|
-
|
506
|
-
"
|
507
|
-
|
508
|
-
|
509
|
-
"
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
"
|
514
|
-
|
515
|
-
"
|
516
|
-
"
|
517
|
-
|
518
|
-
"
|
519
|
-
|
520
|
-
|
521
|
-
"
|
522
|
-
"
|
523
|
-
|
524
|
-
"
|
525
|
-
|
526
|
-
|
527
|
-
"
|
528
|
-
"
|
529
|
-
|
530
|
-
"
|
531
|
-
"
|
532
|
-
|
533
|
-
"
|
534
|
-
"
|
535
|
-
|
536
|
-
|
537
|
-
"
|
538
|
-
|
539
|
-
"
|
540
|
-
|
541
|
-
|
542
|
-
"
|
543
|
-
|
544
|
-
|
545
|
-
"
|
546
|
-
|
547
|
-
|
548
|
-
"
|
549
|
-
|
550
|
-
|
551
|
-
"
|
552
|
-
|
553
|
-
|
554
|
-
"
|
555
|
-
|
556
|
-
|
557
|
-
"
|
558
|
-
|
559
|
-
|
560
|
-
"
|
561
|
-
"
|
562
|
-
|
563
|
-
|
564
|
-
"
|
565
|
-
|
566
|
-
"
|
567
|
-
"
|
568
|
-
|
569
|
-
|
570
|
-
"
|
571
|
-
|
572
|
-
"
|
573
|
-
|
574
|
-
|
575
|
-
"
|
576
|
-
|
577
|
-
|
578
|
-
"
|
579
|
-
|
580
|
-
|
581
|
-
"
|
582
|
-
|
583
|
-
|
584
|
-
"
|
585
|
-
|
586
|
-
|
587
|
-
"
|
588
|
-
|
589
|
-
|
590
|
-
"
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
"
|
600
|
-
|
601
|
-
|
602
|
-
"
|
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
|
+
}
|