@shift72/core-template 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/CHANGELOG.md +37 -16
  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 +1159 -467
  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 +23 -0
  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,25 +1,44 @@
1
1
  {
2
- "site_owner": { "other": "ABC Cinemas" },
3
- "nav_homepage": { "other": "ABC Cinemas" },
4
- "settings_title": { "other": "Paramètres" },
5
- "powered_by": { "other": "Powered by" },
6
- "powered_by_name": { "other": "ScreenPlus" },
7
- "powered_by_url": { "other": "https://www.screenplus.com" },
8
- "in_partnership_with": { "other": "in partnership with" },
9
- "festival_scope": { "other": "Festival Scope" },
10
- "festival_scope_url": { "other": "https://www.festivalscope.com/page/create-your-online-film-festival/" },
11
- "en": { "other": "Anglais" },
12
- "fr": { "other": "Français" },
13
-
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "nav_homepage": {
6
+ "other": "ABC Cinemas"
7
+ },
8
+ "settings_title": {
9
+ "other": "Paramètres"
10
+ },
11
+ "powered_by": {
12
+ "other": "Powered by"
13
+ },
14
+ "powered_by_name": {
15
+ "other": "ScreenPlus"
16
+ },
17
+ "powered_by_url": {
18
+ "other": "https://www.screenplus.com"
19
+ },
20
+ "in_partnership_with": {
21
+ "other": "in partnership with"
22
+ },
23
+ "festival_scope": {
24
+ "other": "Festival Scope"
25
+ },
26
+ "festival_scope_url": {
27
+ "other": "https://www.festivalscope.com/page/create-your-online-film-festival/"
28
+ },
29
+ "en": {
30
+ "other": "Anglais"
31
+ },
32
+ "fr": {
33
+ "other": "Français"
34
+ },
14
35
  "episode_name": {
15
36
  "other": "Épisode"
16
37
  },
17
-
18
38
  "season_name": {
19
39
  "other": "Saison"
20
40
  },
21
-
22
- "seasons":{
41
+ "seasons": {
23
42
  "one": "un saison",
24
43
  "other": "{{.Count}} saisons"
25
44
  },
@@ -36,190 +55,462 @@
36
55
  "other": "Séries {{.Season.SeasonNumber}}"
37
56
  },
38
57
  "episode_count": {
39
- "one": "1 Episode",
58
+ "one": "1 Épisode",
40
59
  "other": "{{.Count}} Épisodes"
41
60
  },
42
-
43
- "date_day": { "other": "Jour" },
44
- "date_month": { "other": "Mois" },
45
- "date_year": { "other": "Année" },
46
-
47
- "404_page_header": { "other": "Cette page n'existe pas..." },
48
- "404_page_content": { "other": "<p>Désolée, la page que vous essayez de consulter n'existe pas.</p><p>Il se peut qu'elle ait été déplacée ou supprimée, ou peut-être il y a une erreur de saisie.</p><p>Veuillez retourner à la page d'accueil pour essayer de retrouver ce que vous cherchiez.</p><p><a href=\"{{.URL}}\">Retour à la page d'accueil</a></p>" },
49
-
50
- "nav_signin": { "other": "Se connecter" },
51
- "nav_signup": { "other": "Créer un compte" },
52
- "nav_signed_in_as": { "other": "Connecté en tant que" },
53
- "nav_library": { "other": "Ma bibliothèque" },
54
- "nav_devices": { "other": "Mes appareils" },
55
- "nav_wishlist": { "other": "Ma liste" },
56
- "nav_account": { "other": "Mon compte" },
57
- "nav_signout": { "other": "Déconnexion" },
58
- "play_trailer": { "other": "Bande annonce" },
59
- "runtime_hours": { "other": "h" },
60
- "runtime_minutes": { "other": "m" },
61
-
62
- "datetime_today": { "other": "aujourd'hui {{.Date}}" },
63
- "datetime_tomorrow": { "other": "demain {{.Date}}" },
64
- "datetime_yesterday": { "other": "hier {{.Date}}" },
65
- "datetime_next": { "other": "{{.Date}}" },
66
- "datetime_last": { "other": "{{.Date}}" },
67
-
68
- "search_control_placeholder": { "other": "Rechercher" },
69
-
70
- "play_button_watch": { "other" : "Voir le film"},
71
- "play_button_resume": { "other" : "Continuer"},
72
-
73
- "social_media_buttons_title": { "other": "Partager" },
74
- "social_media_buttons_facebook": { "other": "Partager sur Facebook" },
75
- "social_media_buttons_twitter": { "other": "Partager sur Twitter" },
76
- "social_media_buttons_linkedin": { "other": "Partager sur Linkedin" },
77
- "social_media_buttons_email": { "other": "Partager par e-mail" },
78
- "social_media_buttons_email_subject": { "other": "Lien de partage" },
79
- "social_media_buttons_copied_link": { "other": "Lien copié dans le presse-papiers !" },
80
- "social_media_buttons_copy_link": { "other": "Copier dans le presse-papier" },
81
-
82
- "accept_invite_page_header": { "other": "Bienvenue " },
83
- "acceptinvite_form_invalid_reset_password_token": { "other": "Il semble que vous ayez déjà utilisé ce lien, vous devriez essayer de <a href=\"{{.SigninURL}}\">vous connecter</a>. Si vous avez oublié votre mot de passe, vous pouvez aussi <a href=\"{{.ForgotPasswordURL}}\">réinitialiser votre mot de passe</a>." },
84
- "acceptinvite_complete": { "other": "Merci, votre compte a bien été créé." },
85
- "acceptinvite_form_submit": { "other": "Accepter l'invitation" },
86
- "acceptinvite_agreement": { "other": "En cliquant sur \"Accepter l'invitation\", vous reconnaissez avoir lu et accepté les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termes &amp; conditions</a> et <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">notre politique de confidentialité</a>." },
87
-
88
- "signup_page_header": { "other": "Créer un compte" },
89
- "signup_form_name": { "other": "Nom" },
90
- "signup_form_email": { "other": "Adresse électronique" },
91
- "signup_form_password": { "other": "Mot de passe" },
92
- "signup_form_password_confirmation": { "other": "Confirmer votre mot de passe" },
93
- "signup_form_gender": { "other": "Genre" },
94
- "signup_form_dob": { "other": "Date de naissance" },
95
- "signup_form_submit": { "other": "Valider" },
96
-
97
- "signin_page_header": { "other": "Se connecter" },
98
- "signin_form_email": { "other": "Adresse électronique" },
99
- "signin_form_password": { "other": "Mot de passe" },
100
- "signin_form_remember": { "other": "Se souvenir de moi" },
101
- "signin_form_submit": { "other": "Valider" },
102
- "signin_page_forgotpassword": { "other": "Mot de passe oublié?" },
103
- "signin_page_createnewaccount": { "other": "Créer un nouveau compte" },
104
- "signup_page_alreadyhaveanaccount": { "other": "Vous avez déjà un compte? Se connecter ici" },
105
- "signup_form_error_email_already_in_use": { "other": "Cette adresse email est déjà utilisée." },
106
- "signin_form_error_incorrect_credentials": { "other": "Le pseudo ou mot de passe est incorect." },
107
- "signup_form_error_forbidden": { "other": "Une erreur est survenue." },
108
-
109
- "combined_auth_continue": { "other": "Continuer" },
110
- "combined_auth_change": { "other": "changement" },
111
- "combined_auth_signin": { "other": "Se connecter" },
112
- "combined_auth_signup": { "other": "Créer un compte" },
113
- "combined_auth_signin_password": { "other": "Veuillez entrer un mot de passe." },
114
- "combined_auth_signin_error_incorrect_credentials": { "other": "Le mot de passe est incorrect." },
115
- "combined_auth_error_forbidden": { "other": "Une erreur est survenue." },
116
- "combined_auth_error_too_many_requests": { "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard." },
117
-
118
- "forgotpassword_page_header": { "other": "Récupérer votre mot de passe" },
119
- "forgotpassword_form_email": { "other": "Adresse électronique" },
120
- "forgotpassword_form_submit": { "other": "Valider" },
121
- "forgotpassword_form_error_email_doesnt_exist": { "other": "Aucun compte existant ne correspond à cette adresse email." },
122
- "forgotpassword_form_error_account_suspended": { "other": "Ce compte est suspendu." },
123
- "forgotpassword_complete": { "other": "Merci. Vous allez recevoir rapidement un email de réinitialisation du mot de passe dans votre boîte de réception." },
124
- "forgotpassword_form_error_forbidden": { "other": "Une erreur est survenue." },
125
- "forgotpassword_form_error_too_many_requests": { "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard." },
126
-
127
- "resetpassword_page_header": { "other": "Changez votre mot de passe" },
128
- "resetpassword_form_invalid_reset_password_token": { "other": "Il semble que cette demande de réinitialisation du mot de passe ne soit pas valide, merci de remplir à nouveau le formulaire de <a href=\"{{.URL}}\">Réinitialisation du Mot de passe</a>." },
129
- "resetpassword_form_password": { "other": "Nouveau mot de passe" },
130
- "resetpassword_form_password2": { "other": "Confirmer votre mot de passe" },
131
- "resetpassword_form_submit": { "other": "Modifier" },
132
- "resetpassword_complete": { "other": "Merci, votre mot de passe a bien été modifié. Vous êtes maintenant connecté." },
133
- "resetpassword_form_error_invalid_reset_password_token": { "other": "La demande de réinitialisation est invalide. Veuillez réessayer ultérieurement." },
134
- "resetpassword_form_error_reset_password_token_expired": { "other": "Le lien de réinitialisation du mot de passe a expiré. Veuillez en demander un nouveau." },
135
- "resetpassword_form_error_too_many_requests": { "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard." },
136
-
137
- "account_page_header": { "other": "Mon compte" },
138
- "account_form_name": { "other": "Nom" },
139
- "account_form_email": { "other": "Adresse électronique" },
140
- "account_form_password": { "other": "Mot de passe" },
141
- "account_form_change_password": { "other": "Modifier" },
142
- "account_form_gender": { "other": "Genre" },
143
- "account_form_dob": { "other": "Date de naissance" },
144
- "account_form_submit": { "other": "Mettre à jour" },
145
- "account_form_submitted": { "other": "Mis à jour" },
146
- "account_form_password_changed": { "other": "Mis à jour" },
147
- "account_form_error_incorrect_password": { "other": "Le mot de passe est incorrect." },
148
-
149
- "signup_form_optin": {"other": "Inscrivez-vous à notre newsletter"},
150
-
151
- "passwordconfirmation_modal_header": { "other": "Confirmer votre mot de passe" },
152
- "passwordconfirmation_modal_label": { "other": "Confirmer votre mot de passe" },
153
- "passwordconfirmation_modal_confirm": { "other": "Confirmer" },
154
-
155
- "changepassword_modal_header": { "other": "Changez votre mot de passe" },
156
- "changepassword_modal_currentpassword": { "other": "Mot de passe actuel" },
157
- "changepassword_modal_password": { "other": "Nouveau mot de passe" },
158
- "changepassword_modal_password2": { "other": "Confirmez votre nouveau mot de passe" },
159
- "changepassword_modal_submit": { "other": "Mise à jour" },
160
- "changepassword_modal_error_incorrect_password": { "other": "Le mot de passe est incorrect." },
161
-
162
- "userlibrary_page_header": { "other": "Ma bibliothèque" },
163
- "userlibrary_empty_header": { "other": "Votre bibliothèque est vide." },
164
- "userlibrary_empty_content": { "other": "Remplissez-le en <a href=\"{{.HomeURL}}\">naviguant</a> sur notre grande sélection." },
165
-
166
- "searchresults_page_header": { "other": "Résultats de recherche" },
167
- "searchresults_load_more": { "other": "Afficher {{.Count}} de plus" },
61
+ "date_day": {
62
+ "other": "Jour"
63
+ },
64
+ "date_month": {
65
+ "other": "Mois"
66
+ },
67
+ "date_year": {
68
+ "other": "Année"
69
+ },
70
+ "404_page_header": {
71
+ "other": "Cette page n'existe pas..."
72
+ },
73
+ "404_page_content": {
74
+ "other": "<p>Désolée, la page que vous essayez de consulter n'existe pas.</p><p>Il se peut qu'elle ait été déplacée ou supprimée, ou peut-être il y a une erreur de saisie.</p><p>Veuillez retourner à la page d'accueil pour essayer de retrouver ce que vous cherchiez.</p><p><a href=\"{{.URL}}\">Retour à la page d'accueil</a></p>"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Se connecter"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Créer un compte"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Connecté en tant que"
84
+ },
85
+ "nav_library": {
86
+ "other": "Ma bibliothèque"
87
+ },
88
+ "nav_devices": {
89
+ "other": "Mes appareils"
90
+ },
91
+ "nav_wishlist": {
92
+ "other": "Ma liste"
93
+ },
94
+ "nav_account": {
95
+ "other": "Mon compte"
96
+ },
97
+ "nav_signout": {
98
+ "other": "Déconnexion"
99
+ },
100
+ "play_trailer": {
101
+ "other": "Bande annonce"
102
+ },
103
+ "runtime_hours": {
104
+ "other": "h"
105
+ },
106
+ "runtime_minutes": {
107
+ "other": "m"
108
+ },
109
+ "datetime_today": {
110
+ "other": "aujourd'hui {{.Date}}"
111
+ },
112
+ "datetime_tomorrow": {
113
+ "other": "demain {{.Date}}"
114
+ },
115
+ "datetime_yesterday": {
116
+ "other": "hier {{.Date}}"
117
+ },
118
+ "datetime_next": {
119
+ "other": "{{.Date}}"
120
+ },
121
+ "datetime_last": {
122
+ "other": "{{.Date}}"
123
+ },
124
+ "search_control_placeholder": {
125
+ "other": "Rechercher"
126
+ },
127
+ "play_button_watch": {
128
+ "other": "Voir le film"
129
+ },
130
+ "play_button_resume": {
131
+ "other": "Continuer"
132
+ },
133
+ "social_media_buttons_title": {
134
+ "other": "Partager"
135
+ },
136
+ "social_media_buttons_facebook": {
137
+ "other": "Partager sur Facebook"
138
+ },
139
+ "social_media_buttons_twitter": {
140
+ "other": "Partager sur Twitter"
141
+ },
142
+ "social_media_buttons_linkedin": {
143
+ "other": "Partager sur Linkedin"
144
+ },
145
+ "social_media_buttons_email": {
146
+ "other": "Partager par e-mail"
147
+ },
148
+ "social_media_buttons_email_subject": {
149
+ "other": "Lien de partage"
150
+ },
151
+ "social_media_buttons_copied_link": {
152
+ "other": "Lien copié dans le presse-papiers !"
153
+ },
154
+ "social_media_buttons_copy_link": {
155
+ "other": "Copier dans le presse-papier"
156
+ },
157
+ "accept_invite_page_header": {
158
+ "other": "Bienvenue "
159
+ },
160
+ "acceptinvite_form_invalid_reset_password_token": {
161
+ "other": "Il semble que vous ayez déjà utilisé ce lien, vous devriez essayer de <a href=\"{{.SigninURL}}\">vous connecter</a>. Si vous avez oublié votre mot de passe, vous pouvez aussi <a href=\"{{.ForgotPasswordURL}}\">réinitialiser votre mot de passe</a>."
162
+ },
163
+ "acceptinvite_complete": {
164
+ "other": "Merci, votre compte a bien été créé."
165
+ },
166
+ "acceptinvite_form_submit": {
167
+ "other": "Accepter l'invitation"
168
+ },
169
+ "acceptinvite_agreement": {
170
+ "other": "En cliquant sur \"Accepter l'invitation\", vous reconnaissez avoir lu et accepté les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termes &amp; conditions</a> et <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">notre politique de confidentialité</a>."
171
+ },
172
+ "signup_page_header": {
173
+ "other": "Créer un compte"
174
+ },
175
+ "signup_form_name": {
176
+ "other": "Nom"
177
+ },
178
+ "signup_form_email": {
179
+ "other": "Adresse électronique"
180
+ },
181
+ "signup_form_password": {
182
+ "other": "Mot de passe"
183
+ },
184
+ "signup_form_password_confirmation": {
185
+ "other": "Confirmer votre mot de passe"
186
+ },
187
+ "signup_form_gender": {
188
+ "other": "Genre"
189
+ },
190
+ "signup_form_dob": {
191
+ "other": "Date de naissance"
192
+ },
193
+ "signup_form_submit": {
194
+ "other": "Valider"
195
+ },
196
+ "signin_page_header": {
197
+ "other": "Se connecter"
198
+ },
199
+ "signin_form_email": {
200
+ "other": "Adresse électronique"
201
+ },
202
+ "signin_form_password": {
203
+ "other": "Mot de passe"
204
+ },
205
+ "signin_form_remember": {
206
+ "other": "Se souvenir de moi"
207
+ },
208
+ "signin_form_submit": {
209
+ "other": "Valider"
210
+ },
211
+ "signin_page_forgotpassword": {
212
+ "other": "Mot de passe oublié?"
213
+ },
214
+ "signin_page_createnewaccount": {
215
+ "other": "Créer un nouveau compte"
216
+ },
217
+ "signup_page_alreadyhaveanaccount": {
218
+ "other": "Vous avez déjà un compte? Se connecter ici"
219
+ },
220
+ "signup_form_error_email_already_in_use": {
221
+ "other": "Cette adresse email est déjà utilisée."
222
+ },
223
+ "signin_form_error_incorrect_credentials": {
224
+ "other": "Le pseudo ou mot de passe est incorect."
225
+ },
226
+ "signup_form_error_forbidden": {
227
+ "other": "Une erreur est survenue."
228
+ },
229
+ "combined_auth_continue": {
230
+ "other": "Continuer"
231
+ },
232
+ "combined_auth_change": {
233
+ "other": "changement"
234
+ },
235
+ "combined_auth_signin": {
236
+ "other": "Se connecter"
237
+ },
238
+ "combined_auth_signup": {
239
+ "other": "Créer un compte"
240
+ },
241
+ "combined_auth_signin_password": {
242
+ "other": "Veuillez entrer un mot de passe."
243
+ },
244
+ "combined_auth_signin_error_incorrect_credentials": {
245
+ "other": "Le mot de passe est incorrect."
246
+ },
247
+ "combined_auth_error_forbidden": {
248
+ "other": "Une erreur est survenue."
249
+ },
250
+ "combined_auth_error_too_many_requests": {
251
+ "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard."
252
+ },
253
+ "forgotpassword_page_header": {
254
+ "other": "Récupérer votre mot de passe"
255
+ },
256
+ "forgotpassword_form_email": {
257
+ "other": "Adresse électronique"
258
+ },
259
+ "forgotpassword_form_submit": {
260
+ "other": "Valider"
261
+ },
262
+ "forgotpassword_form_error_email_doesnt_exist": {
263
+ "other": "Aucun compte existant ne correspond à cette adresse email."
264
+ },
265
+ "forgotpassword_form_error_account_suspended": {
266
+ "other": "Ce compte est suspendu."
267
+ },
268
+ "forgotpassword_complete": {
269
+ "other": "Merci. Vous allez recevoir rapidement un email de réinitialisation du mot de passe dans votre boîte de réception."
270
+ },
271
+ "forgotpassword_form_error_forbidden": {
272
+ "other": "Une erreur est survenue."
273
+ },
274
+ "forgotpassword_form_error_too_many_requests": {
275
+ "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard."
276
+ },
277
+ "resetpassword_page_header": {
278
+ "other": "Changez votre mot de passe"
279
+ },
280
+ "resetpassword_form_invalid_reset_password_token": {
281
+ "other": "Il semble que cette demande de réinitialisation du mot de passe ne soit pas valide, merci de remplir à nouveau le formulaire de <a href=\"{{.URL}}\">Réinitialisation du Mot de passe</a>."
282
+ },
283
+ "resetpassword_form_password": {
284
+ "other": "Nouveau mot de passe"
285
+ },
286
+ "resetpassword_form_password2": {
287
+ "other": "Confirmer votre mot de passe"
288
+ },
289
+ "resetpassword_form_submit": {
290
+ "other": "Modifier"
291
+ },
292
+ "resetpassword_complete": {
293
+ "other": "Merci, votre mot de passe a bien été modifié. Vous êtes maintenant connecté."
294
+ },
295
+ "resetpassword_form_error_invalid_reset_password_token": {
296
+ "other": "La demande de réinitialisation est invalide. Veuillez réessayer ultérieurement."
297
+ },
298
+ "resetpassword_form_error_reset_password_token_expired": {
299
+ "other": "Le lien de réinitialisation du mot de passe a expiré. Veuillez en demander un nouveau."
300
+ },
301
+ "resetpassword_form_error_too_many_requests": {
302
+ "other": "Il y a trop de demandes. S'il-vous-plait réessayez plus tard."
303
+ },
304
+ "account_page_header": {
305
+ "other": "Mon compte"
306
+ },
307
+ "account_form_name": {
308
+ "other": "Nom"
309
+ },
310
+ "account_form_email": {
311
+ "other": "Adresse électronique"
312
+ },
313
+ "account_form_password": {
314
+ "other": "Mot de passe"
315
+ },
316
+ "account_form_change_password": {
317
+ "other": "Modifier"
318
+ },
319
+ "account_form_gender": {
320
+ "other": "Genre"
321
+ },
322
+ "account_form_dob": {
323
+ "other": "Date de naissance"
324
+ },
325
+ "account_form_submit": {
326
+ "other": "Mettre à jour"
327
+ },
328
+ "account_form_submitted": {
329
+ "other": "Mis à jour"
330
+ },
331
+ "account_form_password_changed": {
332
+ "other": "Mis à jour"
333
+ },
334
+ "account_form_error_incorrect_password": {
335
+ "other": "Le mot de passe est incorrect."
336
+ },
337
+ "signup_form_optin": {
338
+ "other": "Inscrivez-vous à notre newsletter"
339
+ },
340
+ "passwordconfirmation_modal_header": {
341
+ "other": "Confirmer votre mot de passe"
342
+ },
343
+ "passwordconfirmation_modal_label": {
344
+ "other": "Confirmer votre mot de passe"
345
+ },
346
+ "passwordconfirmation_modal_confirm": {
347
+ "other": "Confirmer"
348
+ },
349
+ "changepassword_modal_header": {
350
+ "other": "Changez votre mot de passe"
351
+ },
352
+ "changepassword_modal_currentpassword": {
353
+ "other": "Mot de passe actuel"
354
+ },
355
+ "changepassword_modal_password": {
356
+ "other": "Nouveau mot de passe"
357
+ },
358
+ "changepassword_modal_password2": {
359
+ "other": "Confirmez votre nouveau mot de passe"
360
+ },
361
+ "changepassword_modal_submit": {
362
+ "other": "Mise à jour"
363
+ },
364
+ "changepassword_modal_error_incorrect_password": {
365
+ "other": "Le mot de passe est incorrect."
366
+ },
367
+ "userlibrary_page_header": {
368
+ "other": "Ma bibliothèque"
369
+ },
370
+ "userlibrary_empty_header": {
371
+ "other": "Votre bibliothèque est vide."
372
+ },
373
+ "userlibrary_empty_content": {
374
+ "other": "Remplissez-le en <a href=\"{{.HomeURL}}\">naviguant</a> sur notre grande sélection."
375
+ },
376
+ "searchresults_page_header": {
377
+ "other": "Résultats de recherche"
378
+ },
379
+ "searchresults_load_more": {
380
+ "other": "Afficher {{.Count}} de plus"
381
+ },
168
382
  "searchresults_total": {
169
383
  "one": "1 résultat trouvé pour \"{{.Query}}\".",
170
384
  "other": "{{.Count}} résultats trouvés pour \"{{.Query}}\"."
171
385
  },
172
- "searchresults_empty_header": { "other": "Aucun résultat trouvé pour \"{{.Query}}\"" },
173
- "searchresults_empty_content": { "other": "Veuillez faire une nouvelle recherche ou <a href=\"{{.HomeURL}}\">parcourir notre contenu</a> pour trouver ce que vous cherchez." },
174
-
175
- "validation_name_required": { "other": "S'il vous plaît entrez votre nom." },
176
- "validation_email_required": { "other": "S'il vous plaît entrer votre adresse e-mail." },
177
- "validation_email_email": { "other": "S'il vous plaît, mettez une adresse email valide." },
178
- "validation_currentpassword_required": { "other": "S'il vous plaît entrez votre mot de passe actuel." },
179
- "validation_password_required": { "other": "Veuillez entrer un mot de passe." },
180
- "validation_password2_required": { "other": "S'il vous plaît confirmer votre mot de passe." },
181
- "validation_password2_match": { "other": "Vos mots de passe ne correspondent pas." },
182
- "validation_password_minlength": { "other": "S'il vous plaît entrer au moins {{.Count}} caractères." },
183
- "validation_promocode_required": { "other": "Veuillez saisir un code promo." },
184
- "validation_pincode_required": { "other": "Veuillez saisir un code PIN." },
185
- "validation_gender_required": { "other": "Veuillez sélectionner le genre auquel vous vous identifiez le plus." },
186
- "validation_dob_required": { "other": "Veuillez saisir votre date de naissance." },
187
- "validation_dob_date": { "other": "Veuillez saisir une date de naissance valide." },
188
-
189
- "availability_not_available_in_country": { "other": "Non disponible" },
190
- "availability_coming_soon": { "other": "Bientôt disponible" },
191
- "availability_available_till": { "other": "Disponible jusqu’au {{.ExpiryDate}}" },
192
- "availability_available": { "other": "Disponible {{.ReleaseDate}}" },
193
- "availability_sold_out": { "other": "Épuisé" },
194
- "availability_expires": { "other": "Expire {{.Expiry}}" },
195
- "availability_expired": { "other": "Expiré"},
196
-
197
- "modal_cancel": { "other": "Annuler" },
198
-
199
- "validation_terms_required": { "other": "Veuillez lire et accepter nos termes et conditions." },
200
-
201
- "shopping_info_subtitle_hd": { "other": "Vidéo HD à la demande." },
202
- "shopping_info_subtitle_sd": { "other": "Vidéo SD à la demande." },
203
- "shopping_info_subtitle_wallet": { "other": "Les fonds de votre portefeuille peuvent être utilisés pour l'achat ou la location de tout contenu sur ScreenPlu." },
204
- "shopping_info_subtitle_help": { "other": "Voir ici pour la configuration système requise." },
205
- "shopping_info_ownership_buy": { "other": "achat" },
206
- "shopping_info_ownership_rent": { "other": "location" },
207
-
208
- "shopping_info_sd_only": { "other": "Limité à la lecture SD uniquement." },
209
- "shopping_info_release_date_title": { "other": "Disponible {{.Date}}. " },
210
- "shopping_info_release_date_explanation_rent": { "other": "Vous pouvez acheter votre billet maintenant, mais vous ne pourrez pas le regarder jusque-là." },
211
- "shopping_info_release_date_explanation_buy": { "other": "Vous pouvez l'acheter maintenant, mais vous ne pourrez pas le regarder jusque-là." },
212
-
213
- "shopping_info_available_until_date_title": { "other": "Disponible jusqu’au {{.Date}}. " },
214
- "shopping_info_available_until_date_explanation_rent": { "other": "Vous ne pourrez plus voir le contenu après cela." },
215
- "shopping_info_available_until_date_explanation_buy": { "other": "Vous ne pourrez plus voir le contenu après cela." },
216
-
217
- "shopping_info_rental_period_coming_soon": { "other": "Bientôt disponible" },
218
-
219
- "duration_hour": { "one": "1 heure", "other": "{{.Count}} heures" },
220
- "duration_day": { "one": "1 jour", "other": "{{.Count}} jours" },
221
- "shopping_info_rental_period_duration": { "other": "Location pour {{.ValueUnit}} " },
222
- "shopping_info_watch_window_duration": { "other": "Fenêtre de lecture est de {{.Count}} heures. " },
386
+ "searchresults_empty_header": {
387
+ "other": "Aucun résultat trouvé pour \"{{.Query}}\""
388
+ },
389
+ "searchresults_empty_content": {
390
+ "other": "Veuillez faire une nouvelle recherche ou <a href=\"{{.HomeURL}}\">parcourir notre contenu</a> pour trouver ce que vous cherchez."
391
+ },
392
+ "validation_name_required": {
393
+ "other": "S'il vous plaît entrez votre nom."
394
+ },
395
+ "validation_email_required": {
396
+ "other": "S'il vous plaît entrer votre adresse e-mail."
397
+ },
398
+ "validation_email_email": {
399
+ "other": "S'il vous plaît, mettez une adresse email valide."
400
+ },
401
+ "validation_currentpassword_required": {
402
+ "other": "S'il vous plaît entrez votre mot de passe actuel."
403
+ },
404
+ "validation_password_required": {
405
+ "other": "Veuillez entrer un mot de passe."
406
+ },
407
+ "validation_password2_required": {
408
+ "other": "S'il vous plaît confirmer votre mot de passe."
409
+ },
410
+ "validation_password2_match": {
411
+ "other": "Vos mots de passe ne correspondent pas."
412
+ },
413
+ "validation_password_minlength": {
414
+ "other": "S'il vous plaît entrer au moins {{.Count}} caractères."
415
+ },
416
+ "validation_promocode_required": {
417
+ "other": "Veuillez saisir un code promo."
418
+ },
419
+ "validation_pincode_required": {
420
+ "other": "Veuillez saisir un code PIN."
421
+ },
422
+ "validation_gender_required": {
423
+ "other": "Veuillez sélectionner le genre auquel vous vous identifiez le plus."
424
+ },
425
+ "validation_dob_required": {
426
+ "other": "Veuillez saisir votre date de naissance."
427
+ },
428
+ "validation_dob_date": {
429
+ "other": "Veuillez saisir une date de naissance valide."
430
+ },
431
+ "availability_not_available_in_country": {
432
+ "other": "Non disponible"
433
+ },
434
+ "availability_coming_soon": {
435
+ "other": "Bientôt disponible"
436
+ },
437
+ "availability_available_till": {
438
+ "other": "Disponible jusqu’au {{.ExpiryDate}}"
439
+ },
440
+ "availability_available": {
441
+ "other": "Disponible {{.ReleaseDate}}"
442
+ },
443
+ "availability_sold_out": {
444
+ "other": "Épuisé"
445
+ },
446
+ "availability_expires": {
447
+ "other": "Expire {{.Expiry}}"
448
+ },
449
+ "availability_expired": {
450
+ "other": "Expiré"
451
+ },
452
+ "modal_cancel": {
453
+ "other": "Annuler"
454
+ },
455
+ "validation_terms_required": {
456
+ "other": "Veuillez lire et accepter nos termes et conditions."
457
+ },
458
+ "shopping_info_subtitle_hd": {
459
+ "other": "Vidéo HD à la demande."
460
+ },
461
+ "shopping_info_subtitle_sd": {
462
+ "other": "Vidéo SD à la demande."
463
+ },
464
+ "shopping_info_subtitle_wallet": {
465
+ "other": "Les fonds de votre portefeuille peuvent être utilisés pour l'achat ou la location de tout contenu sur ScreenPlu."
466
+ },
467
+ "shopping_info_subtitle_help": {
468
+ "other": "Voir ici pour la configuration système requise."
469
+ },
470
+ "shopping_info_ownership_buy": {
471
+ "other": "achat"
472
+ },
473
+ "shopping_info_ownership_rent": {
474
+ "other": "location"
475
+ },
476
+ "shopping_info_sd_only": {
477
+ "other": "Limité à la lecture SD uniquement."
478
+ },
479
+ "shopping_info_release_date_title": {
480
+ "other": "Disponible {{.Date}}. "
481
+ },
482
+ "shopping_info_release_date_explanation_rent": {
483
+ "other": "Vous pouvez acheter votre billet maintenant, mais vous ne pourrez pas le regarder jusque-là."
484
+ },
485
+ "shopping_info_release_date_explanation_buy": {
486
+ "other": "Vous pouvez l'acheter maintenant, mais vous ne pourrez pas le regarder jusque-là."
487
+ },
488
+ "shopping_info_available_until_date_title": {
489
+ "other": "Disponible jusqu’au {{.Date}}. "
490
+ },
491
+ "shopping_info_available_until_date_explanation_rent": {
492
+ "other": "Vous ne pourrez plus voir le contenu après cela."
493
+ },
494
+ "shopping_info_available_until_date_explanation_buy": {
495
+ "other": "Vous ne pourrez plus voir le contenu après cela."
496
+ },
497
+ "shopping_info_rental_period_coming_soon": {
498
+ "other": "Bientôt disponible"
499
+ },
500
+ "duration_hour": {
501
+ "one": "1 heure",
502
+ "other": "{{.Count}} heures"
503
+ },
504
+ "duration_day": {
505
+ "one": "1 jour",
506
+ "other": "{{.Count}} jours"
507
+ },
508
+ "shopping_info_rental_period_duration": {
509
+ "other": "Location pour {{.ValueUnit}} "
510
+ },
511
+ "shopping_info_watch_window_duration": {
512
+ "other": "Fenêtre de lecture est de {{.Count}} heures. "
513
+ },
223
514
  "shopping_info_watch_window_explanation_film": {
224
515
  "one": "Une fois loué, votre film sera disponible sur votre compte pendant {{.ValueUnit}}. ",
225
516
  "other": "Une fois loué, votre film sera disponible sur votre compte pendant {{.ValueUnit}}. "
@@ -244,63 +535,145 @@
244
535
  "one": "Une fois que vous lancez la lecture d'un épisode, la fenêtre de lecture commence et vous avez une heure pour regarder l'épisode autant de vois que vous le souhaitez.",
245
536
  "other": "Une fois que vous lancez la lecture d'un épisode, la fenêtre de lecture commence et vous avez {{.Count}} heures pour regarder l'épisode autant de vois que vous le souhaitez."
246
537
  },
247
- "shopping_info_credit_bonus_title": { "other": "{{.BonusPercentage}}% Bonus" },
248
-
249
- "shopping_enter_card_prompt": { "other": "Veuillez saisir les détails de votre carte bancaire ci-dessous pour compléter votre {{.Verb}}." },
250
-
251
- "shopping_terms": { "other": "En validant cette transaction, j'accepte les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">conditions d'utilisation</a>."},
252
- "shopping_discount_applied": { "other": "{{.DiscountAmount}} remise appliquée." },
253
- "shopping_discount_apply": { "other": "Confirmer" },
254
- "shopping_discount_code": { "other": "Rentrer votre code promo." },
255
- "shopping_discount_have_code": { "other": "J'ai un code promo." },
256
-
257
- "shopping_price_you_pay": { "other": "Vous payez" },
258
- "shopping_price_nothing": { "other": "Rien" },
259
- "shopping_price_free": { "other": "Gratuit" },
260
-
261
- "shopping_auth_directions": { "other": "Vous devez d'abord créer un compte. Veuillez saisir votre adresse email." },
262
-
263
- "shopping_error_in_library": { "other": "{{.Title}} est déjà dans votre bibliothèque." },
264
-
265
- "shopping_error_missing_card": { "other": "Veuillez saisir les détails de votre carte bancaire." },
266
- "shopping_error_title": { "other": "Une erreur est survenue" },
267
- "shopping_error_incorrect_cvc": { "other": "Veuillez saisir un code CVV valide." },
268
- "shopping_error_invalid_cvc": { "other": "Veuillez saisir un code CVV valide." },
269
- "shopping_error_incorrect_number": { "other": "Veuillez saisir un numéro de carte bancaire valide." },
270
- "shopping_error_invalid_number": { "other": "Veuillez saisir un numéro de carte bancaire valide." },
271
- "shopping_error_card_declined": { "other": "La carte de crédit a été refusée." },
272
- "shopping_error_invalid_expiry_month": { "other": "La carte de crédit a été refusée." },
273
- "shopping_error_invalid_expiry_year": { "other": "La carte de crédit a été refusée." },
274
- "shopping_error_expired_card": { "other": "La carte de crédit a été refusée" },
275
- "shopping_error_creditcard_country_mismatch": { "other": "Votre {{.Ownership}} n'a pas été complété. Vous devez être dans le pays où votre carte bancaire a été émise. Veuillez utiliser une autre carte pour effectuer le paiement." },
276
- "shopping_error_proxy_detected": { "other": "Votre {{.Ownership}} n'a pas été complété. Nous avons détecté l'utilisation d'un bloqueur ou d'un proxy. Veuillez désactiver l'un de ces services et réessayer à nouveau." },
277
-
278
- "shopping_error_discount_worn_out": { "other": "Ce code promo ne peut plus être utilisé." },
279
- "shopping_error_discount_blank": { "other": "Merci de saisir un code promo valide." },
280
- "shopping_error_discount_invalid": { "other": "Merci de saisir un code promo valide." },
281
- "shopping_error_discount_disabled": { "other": "Merci de saisir un code promo valide." },
282
- "shopping_error_discount_already_applied": { "other": "Un code promo a déjà été utilisé pour cette session." },
283
- "shopping_error_discount_used_previously": { "other": "Ce code promo a déjà été utilisé." },
284
- "shopping_error_discount_max_limit": { "other": "Ce code promo ne peut plus être utilisé." },
285
- "shopping_error_discount_expired": { "other": "Ce code promo est expiré." },
286
- "shopping_error_discount_invalid_ownership_buy": { "other": "Ce code promo ne peut pas être utilisé lors de l'achat." },
287
- "shopping_error_discount_invalid_ownership_rent": { "other": "Ce code promo ne peut pas être utilisé lors de la location." },
288
- "shopping_error_discount_invalid_item": { "other": "Ce code promo ne peut pas être utilisé avec cet article." },
289
- "shopping_error_discount_invalid_pricing_region": { "other": "Ce code promo ne peut pas être utilisé dans votre pays." },
290
- "shopping_error_discounts_not_allowed": { "other": "Ce code promo ne peut pas être utilisé." },
291
- "shopping_error_discount_disallowed_on_bundles": { "other": "Ce code promo ne peut pas être utilisé sur les forfaits." },
292
- "shopping_error_payment_intent_authentication_failure": { "other": "La carte bancaire a été refusée. Veuillez réessayer." },
293
-
294
- "shopping_complete_rental": { "other": "Réussi!" },
538
+ "shopping_info_credit_bonus_title": {
539
+ "other": "{{.BonusPercentage}}% Prime"
540
+ },
541
+ "shopping_enter_card_prompt": {
542
+ "other": "Veuillez saisir les détails de votre carte bancaire ci-dessous pour compléter votre {{.Verb}}."
543
+ },
544
+ "shopping_terms": {
545
+ "other": "En validant cette transaction, j'accepte les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">conditions d'utilisation</a>."
546
+ },
547
+ "shopping_discount_applied": {
548
+ "other": "{{.DiscountAmount}} remise appliquée."
549
+ },
550
+ "shopping_discount_apply": {
551
+ "other": "Confirmer"
552
+ },
553
+ "shopping_discount_code": {
554
+ "other": "Rentrer votre code promo."
555
+ },
556
+ "shopping_discount_have_code": {
557
+ "other": "J'ai un code promo."
558
+ },
559
+ "shopping_price_you_pay": {
560
+ "other": "Vous payez"
561
+ },
562
+ "shopping_price_nothing": {
563
+ "other": "Rien"
564
+ },
565
+ "shopping_price_free": {
566
+ "other": "Gratuit"
567
+ },
568
+ "shopping_auth_directions": {
569
+ "other": "Vous devez d'abord créer un compte. Veuillez saisir votre adresse email."
570
+ },
571
+ "shopping_error_in_library": {
572
+ "other": "{{.Title}} est déjà dans votre bibliothèque."
573
+ },
574
+ "shopping_error_missing_card": {
575
+ "other": "Veuillez saisir les détails de votre carte bancaire."
576
+ },
577
+ "shopping_error_title": {
578
+ "other": "Une erreur est survenue"
579
+ },
580
+ "shopping_error_incorrect_cvc": {
581
+ "other": "Veuillez saisir un code CVV valide."
582
+ },
583
+ "shopping_error_invalid_cvc": {
584
+ "other": "Veuillez saisir un code CVV valide."
585
+ },
586
+ "shopping_error_incorrect_number": {
587
+ "other": "Veuillez saisir un numéro de carte bancaire valide."
588
+ },
589
+ "shopping_error_invalid_number": {
590
+ "other": "Veuillez saisir un numéro de carte bancaire valide."
591
+ },
592
+ "shopping_error_card_declined": {
593
+ "other": "La carte de crédit a été refusée."
594
+ },
595
+ "shopping_error_invalid_expiry_month": {
596
+ "other": "La carte de crédit a été refusée."
597
+ },
598
+ "shopping_error_invalid_expiry_year": {
599
+ "other": "La carte de crédit a été refusée."
600
+ },
601
+ "shopping_error_expired_card": {
602
+ "other": "La carte de crédit a été refusée"
603
+ },
604
+ "shopping_error_creditcard_country_mismatch": {
605
+ "other": "Votre {{.Ownership}} n'a pas été complété. Vous devez être dans le pays où votre carte bancaire a été émise. Veuillez utiliser une autre carte pour effectuer le paiement."
606
+ },
607
+ "shopping_error_proxy_detected": {
608
+ "other": "Votre {{.Ownership}} n'a pas été complété. Nous avons détecté l'utilisation d'un bloqueur ou d'un proxy. Veuillez désactiver l'un de ces services et réessayer à nouveau."
609
+ },
610
+ "shopping_error_discount_worn_out": {
611
+ "other": "Ce code promo ne peut plus être utilisé."
612
+ },
613
+ "shopping_error_discount_blank": {
614
+ "other": "Merci de saisir un code promo valide."
615
+ },
616
+ "shopping_error_discount_invalid": {
617
+ "other": "Merci de saisir un code promo valide."
618
+ },
619
+ "shopping_error_discount_disabled": {
620
+ "other": "Merci de saisir un code promo valide."
621
+ },
622
+ "shopping_error_discount_already_applied": {
623
+ "other": "Un code promo a déjà été utilisé pour cette session."
624
+ },
625
+ "shopping_error_discount_used_previously": {
626
+ "other": "Ce code promo a déjà été utilisé."
627
+ },
628
+ "shopping_error_discount_max_limit": {
629
+ "other": "Ce code promo ne peut plus être utilisé."
630
+ },
631
+ "shopping_error_discount_expired": {
632
+ "other": "Ce code promo est expiré."
633
+ },
634
+ "shopping_error_discount_invalid_ownership_buy": {
635
+ "other": "Ce code promo ne peut pas être utilisé lors de l'achat."
636
+ },
637
+ "shopping_error_discount_invalid_ownership_rent": {
638
+ "other": "Ce code promo ne peut pas être utilisé lors de la location."
639
+ },
640
+ "shopping_error_discount_invalid_item": {
641
+ "other": "Ce code promo ne peut pas être utilisé avec cet article."
642
+ },
643
+ "shopping_error_discount_invalid_pricing_region": {
644
+ "other": "Ce code promo ne peut pas être utilisé dans votre pays."
645
+ },
646
+ "shopping_error_discounts_not_allowed": {
647
+ "other": "Ce code promo ne peut pas être utilisé."
648
+ },
649
+ "shopping_error_discount_disallowed_on_bundles": {
650
+ "other": "Ce code promo ne peut pas être utilisé sur les forfaits."
651
+ },
652
+ "shopping_error_payment_intent_authentication_failure": {
653
+ "other": "La carte bancaire a été refusée. Veuillez réessayer."
654
+ },
655
+ "shopping_complete_rental": {
656
+ "other": "Réussi!"
657
+ },
295
658
  "shopping_complete_rental_period": {
296
659
  "one": "Vous pouvez maintenant le regarder autant que vous le souhaitez jusqu'à demain.",
297
660
  "other": "Vous pouvez maintenant le regarder autant que vous le souhaitez au cours des {{.Count}} prochains jours."
298
661
  },
299
- "shopping_complete_purchase": { "other": "Merci d'avoir acheté {{.Title}}." },
300
- "shopping_complete_credit_purchase": { "other": "Merci d'avoir acheté {{.Title}}, {{.CreditTotal}} a été ajouté à votre compte." },
301
- "shopping_complete_purchase_coming_soon": { "other": "Vous pourrez commencer le visionnage à partir du {{.Date}}." },
302
- "shopping_complete_receipt": { "other": "Un reçu vous a été envoyé par email." },
303
- "shopping_complete_library_link": { "other": "Voir votre bibliothèque" },
662
+ "shopping_complete_purchase": {
663
+ "other": "Merci d'avoir acheté {{.Title}}."
664
+ },
665
+ "shopping_complete_credit_purchase": {
666
+ "other": "Merci d'avoir acheté {{.Title}}, {{.CreditTotal}} a été ajouté à votre compte."
667
+ },
668
+ "shopping_complete_purchase_coming_soon": {
669
+ "other": "Vous pourrez commencer le visionnage à partir du {{.Date}}."
670
+ },
671
+ "shopping_complete_receipt": {
672
+ "other": "Un reçu vous a été envoyé par email."
673
+ },
674
+ "shopping_complete_library_link": {
675
+ "other": "Voir votre bibliothèque"
676
+ },
304
677
  "shopping_complete_plan": {
305
678
  "other": "Votre achat de {{ .Title }} a réussi."
306
679
  },
@@ -320,93 +693,208 @@
320
693
  "one": "Vous pourrez le regarder à partir du {{.Date}} et votre location restera active pendant une journée.",
321
694
  "other": "Vous pourrez le regarder à partir du {{.Date}} et votre location restera active pendant {{.Count}} jours."
322
695
  },
323
-
324
- "shopping_action_rent": { "other": "Location" },
325
- "shopping_action_buy": { "other": "Acheter" },
326
-
327
- "shopping_payment_method_header": { "other": "Méthodes de paiement" },
328
- "shopping_payment_method_credit_card": { "other": "Carte de crédit" },
329
- "shopping_payment_method_giropay": { "other": "Giropay (Allemagne)" },
330
-
331
- "shopping_error_stripe_unknown_error": { "other": "Il y a eu une erreur avec ce paiement. Veuillez réessayer plus tard." },
332
- "shopping_error_payment_complete_failed": { "other": "Ce paiement a été rejeté. Fermez cette fenêtre et réessayez." },
333
-
334
- "meta_detail_cast_title": { "other": "Casting" },
335
- "meta_detail_crew_title": { "other": "Équipe" },
336
- "meta_detail_languages": { "one": "Langue", "other": "Langues" },
337
- "meta_detail_studios": { "one": "Studio", "other": "Studios" },
338
- "meta_detail_countries": { "one": "Pays", "other": "Pays" },
339
- "meta_detail_subtitles": { "other": "Sous-titres" },
340
- "meta_detail_captions": { "other": "Sous-titres [CC]" },
341
- "meta_detail_episodes_title": { "other": "Épisodes" },
342
- "meta_detail_bonus_title": { "other": "Contenu Bonus" },
343
- "meta_detail_recommendations_title": { "other": "Vous pourriez également apprécier" },
344
- "meta_detail_bundle_items_title": { "other": "Contenus inclus dans le forfait" },
345
-
346
- "bundle_items_all_films": { "other": "{{.Count}} films" },
347
- "bundle_items_all_seasons": { "other": "{{.Count}} séries" },
348
- "bundle_items_mixed": { "other": "{{.Count}} films et séries" },
349
- "userwishlist_page_header": { "other": "Ma liste" },
350
- "userwishlist_slider_header": { "other": "Ma liste" },
351
- "userwishlist_empty_header": { "other": "Votre liste est vide." },
352
- "userwishlist_empty_content": { "other": "Remplissez-le en naviguant sur notre <a href=\"{{.HomeURL}}\">grande sélection</a>." },
353
- "userwishlist_button_add": { "other": "Ajouter à ma liste" },
354
- "userwishlist_button_remove": { "other": "Ma liste" },
355
- "userwishlist_button_add_compact": { "other": "Ma liste" },
356
- "userwishlist_button_remove_compact": { "other": "Ma liste" },
357
-
358
- "activatedevice_page_header": { "other": "Appareil activé" },
359
- "activatedevice_page_content": { "other": "Suivez les instructions sur votre appareil pour obtenir un code PIN. Votre ordinateur et l'appareil doivent tous deux être connectés à Internet pour être activés." },
360
- "activatedevice_form_pin": { "other": "Code PIN" },
361
- "activatedevice_form_submit": { "other": "Activé" },
362
- "activatedevice_form_error_invalid_code": { "other": "Code PIN introuvable, veuillez réessayer." },
363
- "activatedevice_form_error_pin_not_found": { "other": "Code PIN introuvable, veuillez réessayer." },
364
- "activatedevice_signin_prompt": { "other": "Veuillez vous connecter avant d'activer votre appareil." },
365
- "activatedevice_page_activated": { "other": "Merci d'avoir activé {{.DeviceName}}. Vous pouvez maintenant parcourir votre bibliothèque sur votre téléviseur ou votre appareil." },
366
-
367
- "userdevices_page_header": { "other": "Dispositifs" },
696
+ "shopping_action_rent": {
697
+ "other": "Location"
698
+ },
699
+ "shopping_action_buy": {
700
+ "other": "Acheter"
701
+ },
702
+ "shopping_payment_method_header": {
703
+ "other": "Méthodes de paiement"
704
+ },
705
+ "shopping_payment_method_credit_card": {
706
+ "other": "Carte de crédit"
707
+ },
708
+ "shopping_payment_method_giropay": {
709
+ "other": "Giropay (Allemagne)"
710
+ },
711
+ "shopping_error_stripe_unknown_error": {
712
+ "other": "Il y a eu une erreur avec ce paiement. Veuillez réessayer plus tard."
713
+ },
714
+ "shopping_error_payment_complete_failed": {
715
+ "other": "Ce paiement a été rejeté. Fermez cette fenêtre et réessayez."
716
+ },
717
+ "meta_detail_cast_title": {
718
+ "other": "Casting"
719
+ },
720
+ "meta_detail_crew_title": {
721
+ "other": "Équipe"
722
+ },
723
+ "meta_detail_languages": {
724
+ "one": "Langue",
725
+ "other": "Langues"
726
+ },
727
+ "meta_detail_studios": {
728
+ "one": "Studio",
729
+ "other": "Studios"
730
+ },
731
+ "meta_detail_countries": {
732
+ "one": "Pays",
733
+ "other": "Pays"
734
+ },
735
+ "meta_detail_subtitles": {
736
+ "other": "Sous-titres"
737
+ },
738
+ "meta_detail_captions": {
739
+ "other": "Sous-titres [CC]"
740
+ },
741
+ "meta_detail_episodes_title": {
742
+ "other": "Épisodes"
743
+ },
744
+ "meta_detail_bonus_title": {
745
+ "other": "Contenu Bonus"
746
+ },
747
+ "meta_detail_recommendations_title": {
748
+ "other": "Vous pourriez également apprécier"
749
+ },
750
+ "meta_detail_bundle_items_title": {
751
+ "other": "Contenus inclus dans le forfait"
752
+ },
753
+ "bundle_items_all_films": {
754
+ "other": "{{.Count}} films"
755
+ },
756
+ "bundle_items_all_seasons": {
757
+ "other": "{{.Count}} séries"
758
+ },
759
+ "bundle_items_mixed": {
760
+ "other": "{{.Count}} films et séries"
761
+ },
762
+ "userwishlist_page_header": {
763
+ "other": "Ma liste"
764
+ },
765
+ "userwishlist_slider_header": {
766
+ "other": "Ma liste"
767
+ },
768
+ "userwishlist_empty_header": {
769
+ "other": "Votre liste est vide."
770
+ },
771
+ "userwishlist_empty_content": {
772
+ "other": "Remplissez-le en naviguant sur notre <a href=\"{{.HomeURL}}\">grande sélection</a>."
773
+ },
774
+ "userwishlist_button_add": {
775
+ "other": "Ajouter à ma liste"
776
+ },
777
+ "userwishlist_button_remove": {
778
+ "other": "Ma liste"
779
+ },
780
+ "userwishlist_button_add_compact": {
781
+ "other": "Ma liste"
782
+ },
783
+ "userwishlist_button_remove_compact": {
784
+ "other": "Ma liste"
785
+ },
786
+ "activatedevice_page_header": {
787
+ "other": "Appareil activé"
788
+ },
789
+ "activatedevice_page_content": {
790
+ "other": "Suivez les instructions sur votre appareil pour obtenir un code PIN. Votre ordinateur et l'appareil doivent tous deux être connectés à Internet pour être activés."
791
+ },
792
+ "activatedevice_form_pin": {
793
+ "other": "Code PIN"
794
+ },
795
+ "activatedevice_form_submit": {
796
+ "other": "Activé"
797
+ },
798
+ "activatedevice_form_error_invalid_code": {
799
+ "other": "Code PIN introuvable, veuillez réessayer."
800
+ },
801
+ "activatedevice_form_error_pin_not_found": {
802
+ "other": "Code PIN introuvable, veuillez réessayer."
803
+ },
804
+ "activatedevice_signin_prompt": {
805
+ "other": "Veuillez vous connecter avant d'activer votre appareil."
806
+ },
807
+ "activatedevice_page_activated": {
808
+ "other": "Merci d'avoir activé {{.DeviceName}}. Vous pouvez maintenant parcourir votre bibliothèque sur votre téléviseur ou votre appareil."
809
+ },
810
+ "userdevices_page_header": {
811
+ "other": "Dispositifs"
812
+ },
368
813
  "userdevices_page_content": {
369
814
  "one": "Les appareils seront automatiquement ajoutés ici lorsque vous les utilisez. Vous êtes limité à un appareil.",
370
815
  "other": "Les appareils seront automatiquement ajoutés ici lorsque vous les utilisez. Vous êtes limité à {{.Count}} appareils."
371
816
  },
372
- "userdevices_empty_content": { "other": "Vous avez actuellement 0 appareils enregistrés." },
373
- "userdevices_header_type": { "other": "Type d'appareil" },
374
- "userdevices_header_description": { "other": "Description" },
375
- "userdevices_device_added": { "other": "Ajoutée {{.Date}}" },
376
- "userdevices_device_actions_delete": { "other": "Retirer" },
377
- "userdevices_device_actions_cancel": { "other": "Annuler" },
378
- "userdevices_device_actions_confirm": { "other": "Oui, retirer cet appareil" },
379
- "userdevices_device_deleted": { "other": "(Supprimé)" },
380
-
381
- "playlist_page_header": { "other": "Playlist" },
382
- "playlist_sign_in_warning": { "other": "Veuillez vous connecter pour regarder la télévision en direct."},
383
- "playlist_share_title": { "other": "Playlist" },
384
- "playlist_up_next_title": { "other": "Suivant" },
385
-
386
- "pricing_ownership_buy": { "other": "Achat" },
387
- "pricing_ownership_rent": { "other": "Location" },
388
-
389
- "classification_intro": { "other": "Notation: " },
390
- "classification_divider": { "other": " - " },
391
- "classification_outro": { "other": "" },
392
-
393
- "cookie_banner_message": { "other": "Ce site utilise des cookies dans le but d'améliorer votre expérience. En utilisant ce site, vous acceptez notre <a href=\"{{.CookiePolicyURL}}\">politique d'utilisation des cookies</a>." },
394
- "cookie_banner_accept": { "other": "J'accepte" },
395
-
396
- "all_rights_reserved": { "other": "Tous les droits sont réservés. Aucune partie de ce site ne peut être reproduite sans notre autorisation écrite." },
397
-
398
- "signup_terms": { "other": "J'accepte tous les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termes et conditions</a>." },
399
-
400
- "combined_auth_terms": { "other": "J'accepte tous les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termes et conditions</a>." },
401
-
402
- "shopping_card_change": { "other": "Credit card not correct? <a href=\"{{.SubscriptionsURL}}\">Click here to update your card.</a>" },
403
-
404
- "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>" },
405
-
406
- "app_badge_title": { "other": "Download the app to view your purchased content!" },
407
- "app_badge_ios": { "other": "Download on the App Store" },
408
- "app_badge_android": { "other": "Get it on Google Play" },
409
-
817
+ "userdevices_empty_content": {
818
+ "other": "Vous avez actuellement 0 appareils enregistrés."
819
+ },
820
+ "userdevices_header_type": {
821
+ "other": "Type d'appareil"
822
+ },
823
+ "userdevices_header_description": {
824
+ "other": "Description"
825
+ },
826
+ "userdevices_device_added": {
827
+ "other": "Ajoutée {{.Date}}"
828
+ },
829
+ "userdevices_device_actions_delete": {
830
+ "other": "Retirer"
831
+ },
832
+ "userdevices_device_actions_cancel": {
833
+ "other": "Annuler"
834
+ },
835
+ "userdevices_device_actions_confirm": {
836
+ "other": "Oui, retirer cet appareil"
837
+ },
838
+ "userdevices_device_deleted": {
839
+ "other": "(Supprimé)"
840
+ },
841
+ "playlist_page_header": {
842
+ "other": "Playlist"
843
+ },
844
+ "playlist_sign_in_warning": {
845
+ "other": "Veuillez vous connecter pour regarder la télévision en direct."
846
+ },
847
+ "playlist_share_title": {
848
+ "other": "Playlist"
849
+ },
850
+ "playlist_up_next_title": {
851
+ "other": "Suivant"
852
+ },
853
+ "pricing_ownership_buy": {
854
+ "other": "Achat"
855
+ },
856
+ "pricing_ownership_rent": {
857
+ "other": "Location"
858
+ },
859
+ "classification_intro": {
860
+ "other": "Notation: "
861
+ },
862
+ "classification_divider": {
863
+ "other": " - "
864
+ },
865
+ "classification_outro": {
866
+ "other": ""
867
+ },
868
+ "cookie_banner_message": {
869
+ "other": "Ce site utilise des cookies dans le but d'améliorer votre expérience. En utilisant ce site, vous acceptez notre <a href=\"{{.CookiePolicyURL}}\">politique d'utilisation des cookies</a>."
870
+ },
871
+ "cookie_banner_accept": {
872
+ "other": "J'accepte"
873
+ },
874
+ "all_rights_reserved": {
875
+ "other": "Tous les droits sont réservés. Aucune partie de ce site ne peut être reproduite sans notre autorisation écrite."
876
+ },
877
+ "signup_terms": {
878
+ "other": "J'accepte tous les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termes et conditions</a>."
879
+ },
880
+ "combined_auth_terms": {
881
+ "other": "J'accepte tous les <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termes et conditions</a>."
882
+ },
883
+ "shopping_card_change": {
884
+ "other": "Mauvaise carte de crédit ? <a href=\"{{.SubscriptionsURL}}\">Cliquez ici pour mettre à jour votre carte de crédit.</a>"
885
+ },
886
+ "user_error_too_many_pin_errors": {
887
+ "other": "<p>On dirait que tu es en difficulté.</p><p>Réinitialisez votre code PIN ou contactez-nous pour <a href=\"{{.HelpURL}}\" target=\"_blank\">obtenir de l'aide</a>"
888
+ },
889
+ "app_badge_title": {
890
+ "other": "Téléchargez l'application pour voir votre contenu acheté !"
891
+ },
892
+ "app_badge_ios": {
893
+ "other": "Télécharger sur l'App Store"
894
+ },
895
+ "app_badge_android": {
896
+ "other": "Obtenez le sur Google Play"
897
+ },
410
898
  "shopping_price_title_plan": {
411
899
  "other": "Prix"
412
900
  },
@@ -469,135 +957,298 @@
469
957
  "plan_free_link_text": {
470
958
  "other": "Inscription gratuite"
471
959
  },
472
- "awards_nominated_for": {
473
- "other": "Nominé pour"
474
- },
475
960
  "awards_in_competition": {
476
961
  "other": "En compétition"
477
962
  },
478
- "awards_winner_of": {
479
- "other": "Vainqueur de"
963
+ "meta_description_expand": {
964
+ "other": "Montre plus"
965
+ },
966
+ "meta_description_collapse": {
967
+ "other": "Montrer moins"
968
+ },
969
+ "awards_winner": {
970
+ "other": "Gagnante"
480
971
  },
481
972
  "donate_button_text": {
482
973
  "other": "Faire un don"
483
974
  },
484
- "wcag_skip_links_header": { "other": "Accessibility Links" },
485
- "wcag_skip_links_content": { "other": "Skip to Content" },
486
- "wcag_skip_links_footer": { "other": "Skip to Footer" },
487
-
488
- "wcag_homepage_h1": { "other": "Homepage" },
489
- "wcag_carousel_h2": { "other": "Carousel" },
490
- "wcag_collections_h2": { "other": "Collections" },
491
-
492
- "wcag_aria_label_footer": { "other": "Footer" },
493
- "wcag_aria_label_nav_main": { "other": "Main" },
494
- "wcag_aria_label_nav_sub": { "other": "Sub" },
495
- "wcag_aria_label_toggle_nav": { "other": "Toggle Navigation" },
496
- "wcag_aria_label_bundle_items": { "other": "Bundle Items" },
497
- "wcag_aria_label_carousel": { "other": "Carousel" },
498
- "wcag_aria_label_page_collection": { "other": "Page Collection" },
499
- "wcag_aria_label_collection_list": { "other": "Collection List" },
500
- "wcag_aria_label_collection_slider": { "other": "Collection Slider" },
501
- "wcag_aria_label_wishlist": { "other": "Wishlist" },
502
- "wcag_aria_label_facebook": { "other": "Share on Facebook" },
503
- "wcag_aria_label_twitter": { "other": "Share on Twitter" },
504
- "wcag_aria_label_linkedin": { "other": "Share on LinkedIn" },
505
- "wcag_aria_label_letterboxd": { "other": "View on Letterboxd" },
506
-
507
- "header_banner": { "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021" },
508
-
509
- "account_form_pin_code": { "other": "PIN" },
510
- "account_form_pin_code_not_set": { "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."},
511
- "account_form_set_pin": { "other": "Set PIN" },
512
- "account_form_pin_changed": { "other": "Updated" },
513
- "account_form_change_pin": { "other": "Change PIN" },
514
-
515
- "user_set_pin_header": { "other": "Set your PIN" },
516
- "user_set_pin_button": { "other": "Set PIN" },
517
- "user_submit_pin_heading": { "other": "Enter your PIN to {{.Action}} this restricted content" },
518
- "user_error_wrong_pin_retry": { "other": "Oops, you have entered an incorrect PIN" },
519
- "user_submit_pin_button": { "other": "Enter" },
520
- "user_reset_pin_button": { "other": "Reset PIN" },
521
-
522
- "validation_pincode1_required": { "other": "Please enter a valid PIN code." },
523
- "validation_pincode2_required": { "other": "Please enter a valid PIN code." },
524
- "validation_pincode1_pattern": { "other": "Please enter a valid PIN code." },
525
- "validation_pincode2_pattern": { "other": "Please enter a valid PIN code." },
526
- "validation_pincode2_match": { "other": "PIN code does not match." },
527
-
528
- "userdevices_delete_limits": { "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."},
529
- "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)." },
530
- "shopping_card_new_subscription": { "other": "This card will be saved and charged regularly" },
531
-
532
- "changepincode_modal_header": { "other": "Change your PIN" },
533
- "changepincode_modal_currentpassword": { "other": "Your current password" },
534
- "changepincode_modal_pincode1": { "other": "Your new 4 digit PIN" },
535
- "changepincode_modal_pincode2": { "other": "Confirm your new 4 digit PIN" },
536
- "changepincode_modal_submit": { "other": "Set PIN" },
537
- "changepincode_modal_error_wrong_password": { "other": "That password is incorrect." },
538
-
539
- "user_set_pin_intro": { "other": "You need a PIN to {{.Action}} restricted content"},
540
- "user_error_wrong_pin_reset": { "other": "Click here to reset your PIN" },
541
- "user_error_too_many_pin_errors_help_page_link": { "other": "" },
542
- "shopping_error_age_restricted": { "other": "This content is age restricted." },
543
- "shopping_error_close_button": { "other": "OK" },
544
-
545
- "usersubscriptions_subscription_expiry": { "other": "usersubscriptions_subscription_expiry" },
546
- "usersubscriptions_subscription_status_cancelled": { "other": "usersubscriptions_subscription_status_cancelled" },
547
- "usersubscriptions_subscription_status_errored": { "other": "usersubscriptions_subscription_status_errored" },
548
- "usersubscriptions_subscription_status_past_due": { "other": "usersubscriptions_subscription_status_past_due" },
549
- "usersubscriptions_subscription_status_trialing": { "other": "usersubscriptions_subscription_status_trialing" },
550
- "usersubscriptions_subscription_unsubscribe": { "other": "usersubscriptions_subscription_unsubscribe" },
551
- "usersubscriptions_unsubscribe_modal_cancel": { "other": "usersubscriptions_unsubscribe_modal_cancel" },
552
- "usersubscriptions_unsubscribe_modal_confirm": { "other": "usersubscriptions_unsubscribe_modal_confirm" },
553
- "usersubscriptions_unsubscribe_modal_title": { "other": "usersubscriptions_unsubscribe_modal_title" },
554
- "usersubscriptions_unsubscribe_modal_body": { "other": "usersubscriptions_unsubscribe_modal_body" },
555
-
556
- "signin_form_error_ip_throttled": { "other": "You have failed to sign in too many times. Please try again later." },
557
- "signin_form_error_account_suspended": { "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error." },
558
-
559
-
560
- "users_gender_none": { "other": "Not specified" },
561
- "users_gender_female": { "other": "Female" },
562
- "users_gender_male": { "other": "Male" },
563
- "users_gender_diverse": { "other": "Diverse" },
564
- "users_gender_other": { "other": "Other" },
565
-
566
- "pricing_quality_hd": { "other": "pricing_quality_hd" },
567
- "pricing_quality_sd": { "other": "pricing_quality_sd" },
568
- "pricing_quality_hd_only": { "other": "pricing_quality_hd_only" },
569
- "pricing_quality_sd_only": { "other": "pricing_quality_sd_only" },
570
-
571
- "shopping_card_save_card": { "other": "Save this card for future use" },
572
- "shopping_card_button_change": { "other": "Show all saved cards" },
573
- "shopping_card_existing_description": { "other": "{{.Card.Brand}} ending in {{.Card.Number}}" },
574
- "shopping_card_existing_expiry": { "other": "(expires {{.Card.Expiry}})" },
575
- "shopping_card_existing_expired": { "other": "(expired)" },
576
- "shopping_card_use_other": { "other": "Use a new card" },
577
- "shopping_card_use_new_card": { "other": "Change card" },
578
- "shopping_card_update_reason_none": { "other": "shopping_card_update_reason_none" },
579
- "shopping_info_ownership_plan": { "other": "shopping_info_ownership_plan" },
580
- "shopping_action_credit": { "other": "shopping_action_credit" },
581
-
582
- "usersubscriptions_change_payment_method_change": { "other": "usersubscriptions_change_payment_method_change" },
583
- "usersubscriptions_change_payment_method_modal_title": { "other": "usersubscriptions_change_payment_method_modal_title" },
584
- "usersubscriptions_change_payment_method_modal_submit": { "other": "usersubscriptions_change_payment_method_modal_submit" },
585
-
586
- "availability_renting": { "other": "Renting" },
587
- "availability_not_available": { "other": "Not available" },
588
- "availability_in_watch_window": { "other": "availability_in_watch_window" },
589
-
590
- "play": { "other": "Play" },
591
-
592
- "combined_auth_signin_prompt": { "other": "Sign in" },
593
- "combined_auth_signup_prompt": { "other": "Create Account" },
594
-
595
- "shopping_error_item_limit_exceeded": { "other": "Unfortunately, {{.Title}} has sold out." },
596
-
597
- "search_control_submit": { "other": "Submit search" },
598
- "shopping_error_discount_not_applied": { "other": "Please enter a valid promo code." },
599
- "shopping_error_discount_already_redeemed": { "other": "That promo code has already been used." },
600
- "shopping_error_plan_already_owned": { "other": "You already have this plan." },
601
- "shopping_error_plan_expired": { "other": "This plan is no longer available." }
602
-
603
- }
975
+ "wcag_skip_links_header": {
976
+ "other": "Liens d'accessibilité"
977
+ },
978
+ "wcag_skip_links_content": {
979
+ "other": "Aller au contenu"
980
+ },
981
+ "wcag_homepage_h1": {
982
+ "other": "Page d'accueil"
983
+ },
984
+ "wcag_carousel_h2": {
985
+ "other": "Carrousel"
986
+ },
987
+ "wcag_collections_h2": {
988
+ "other": "Collections"
989
+ },
990
+ "wcag_aria_label_footer": {
991
+ "other": "Bas de page"
992
+ },
993
+ "wcag_aria_label_nav_main": {
994
+ "other": "Principale"
995
+ },
996
+ "wcag_aria_label_nav_sub": {
997
+ "other": "Sous"
998
+ },
999
+ "wcag_aria_label_toggle_nav": {
1000
+ "other": "Basculer la navigation"
1001
+ },
1002
+ "wcag_aria_label_bundle_items": {
1003
+ "other": "Articles groupés"
1004
+ },
1005
+ "wcag_aria_label_carousel": {
1006
+ "other": "Carrousel"
1007
+ },
1008
+ "wcag_aria_label_page_collection": {
1009
+ "other": "Collecte de pages"
1010
+ },
1011
+ "wcag_aria_label_collection_list": {
1012
+ "other": "Liste de collecte"
1013
+ },
1014
+ "wcag_aria_label_collection_slider": {
1015
+ "other": "Curseur de collecte"
1016
+ },
1017
+ "wcag_aria_label_wishlist": {
1018
+ "other": "Liste de souhaits"
1019
+ },
1020
+ "wcag_aria_label_facebook": {
1021
+ "other": "Partager sur Facebook"
1022
+ },
1023
+ "wcag_aria_label_twitter": {
1024
+ "other": "Partager sur Twitter"
1025
+ },
1026
+ "wcag_aria_label_linkedin": {
1027
+ "other": "Partager sur LinkedIn"
1028
+ },
1029
+ "wcag_aria_label_letterboxd": {
1030
+ "other": "Voir sur Letterboxd"
1031
+ },
1032
+ "header_banner": {
1033
+ "other": "bannière d'en-tête"
1034
+ },
1035
+ "account_form_pin_code": {
1036
+ "other": "PIN"
1037
+ },
1038
+ "account_form_pin_code_not_set": {
1039
+ "other": "Vous n'avez pas de code PIN, qui est requis pour acheter, louer et regarder certains titres."
1040
+ },
1041
+ "account_form_set_pin": {
1042
+ "other": "Définir le code PIN"
1043
+ },
1044
+ "account_form_pin_changed": {
1045
+ "other": "Modifié"
1046
+ },
1047
+ "account_form_change_pin": {
1048
+ "other": "Changer le PIN"
1049
+ },
1050
+ "user_set_pin_header": {
1051
+ "other": "Définissez votre PIN"
1052
+ },
1053
+ "user_set_pin_button": {
1054
+ "other": "Définir le code PIN"
1055
+ },
1056
+ "user_submit_pin_heading": {
1057
+ "other": "Entrez votre code PIN pour {{.Action}} ce contenu restreint"
1058
+ },
1059
+ "user_error_wrong_pin_retry": {
1060
+ "other": "Oups, vous avez saisi un code PIN incorrect"
1061
+ },
1062
+ "user_submit_pin_button": {
1063
+ "other": "Entrer"
1064
+ },
1065
+ "user_reset_pin_button": {
1066
+ "other": "Réinitialiser le code PIN"
1067
+ },
1068
+ "validation_pincode1_required": {
1069
+ "other": "Veuillez saisir un code PIN valide."
1070
+ },
1071
+ "validation_pincode2_required": {
1072
+ "other": "Veuillez saisir un code PIN valide."
1073
+ },
1074
+ "validation_pincode1_pattern": {
1075
+ "other": "Veuillez saisir un code PIN valide."
1076
+ },
1077
+ "validation_pincode2_pattern": {
1078
+ "other": "Veuillez saisir un code PIN valide."
1079
+ },
1080
+ "validation_pincode2_match": {
1081
+ "other": "Le code PIN ne correspond pas."
1082
+ },
1083
+ "userdevices_delete_limits": {
1084
+ "other": "Vous pouvez supprimer {{.Limit}} appareil(s) dans cette liste tous {{.Period}} jour(s)."
1085
+ },
1086
+ "userdevices_delete_limit_reached": {
1087
+ "other": "Vous avez atteint cette limite et ne pouvez supprimer aucun appareil pour le moment. Vous pouvez supprimer un appareil dans {{.Days}} journées."
1088
+ },
1089
+ "shopping_card_new_subscription": {
1090
+ "other": "Cette carte sera enregistrée et débitée régulièrement"
1091
+ },
1092
+ "changepincode_modal_header": {
1093
+ "other": "Changer le code pin"
1094
+ },
1095
+ "changepincode_modal_currentpassword": {
1096
+ "other": "Votre mot de passe actuel"
1097
+ },
1098
+ "changepincode_modal_pincode1": {
1099
+ "other": "Votre nouveau NIP à 4 chiffres"
1100
+ },
1101
+ "changepincode_modal_pincode2": {
1102
+ "other": "Confirmez votre nouveau code PIN à 4 chiffres"
1103
+ },
1104
+ "changepincode_modal_submit": {
1105
+ "other": "Définir le NIP"
1106
+ },
1107
+ "changepincode_modal_error_wrong_password": {
1108
+ "other": "Ce mot de passe est incorrect."
1109
+ },
1110
+ "user_set_pin_intro": {
1111
+ "other": "Vous avez besoin d'un code PIN pour accéder au contenu restreint de {{.Action}}"
1112
+ },
1113
+ "user_error_wrong_pin_reset": {
1114
+ "other": "Cliquez ici pour réinitialiser votre code PIN"
1115
+ },
1116
+ "user_error_too_many_pin_errors_help_page_link": {
1117
+ "other": ""
1118
+ },
1119
+ "shopping_error_age_restricted": {
1120
+ "other": "Ce contenu est soumis à une limite d'âge."
1121
+ },
1122
+ "shopping_error_close_button": {
1123
+ "other": "D'accord"
1124
+ },
1125
+ "usersubscriptions_subscription_expiry": {
1126
+ "other": "Expire le {{.Expiry}}"
1127
+ },
1128
+ "usersubscriptions_subscription_status_trialing": {
1129
+ "other": "Période d'essai"
1130
+ },
1131
+ "usersubscriptions_subscription_unsubscribe": {
1132
+ "other": "Annuler mon abonnement"
1133
+ },
1134
+ "usersubscriptions_unsubscribe_modal_cancel": {
1135
+ "other": "Annuler"
1136
+ },
1137
+ "usersubscriptions_unsubscribe_modal_confirm": {
1138
+ "other": "Oui, résilier mon abonnement"
1139
+ },
1140
+ "usersubscriptions_unsubscribe_modal_title": {
1141
+ "other": "Se désabonner?"
1142
+ },
1143
+ "usersubscriptions_unsubscribe_modal_body": {
1144
+ "other": "Cela annulera l'abonnement au package {{.Name}}. Vous pourrez toujours regarder le contenu du paquet jusqu'à son expiration {{.Expiry}}. "
1145
+ },
1146
+ "signin_form_error_ip_throttled": {
1147
+ "other": "Vous n'avez pas réussi à vous connecter trop de fois. Veuillez réessayer plus tard."
1148
+ },
1149
+ "signin_form_error_account_suspended": {
1150
+ "other": "Votre compte a été suspendu temporairement. Veuillez contacter un administrateur si vous pensez qu'il s'agit d'une erreur."
1151
+ },
1152
+ "users_gender_none": {
1153
+ "other": "Non précisé"
1154
+ },
1155
+ "users_gender_female": {
1156
+ "other": "Femme"
1157
+ },
1158
+ "users_gender_male": {
1159
+ "other": "Mâle"
1160
+ },
1161
+ "users_gender_diverse": {
1162
+ "other": "Diverse"
1163
+ },
1164
+ "users_gender_other": {
1165
+ "other": "Autre"
1166
+ },
1167
+ "pricing_quality_hd": {
1168
+ "other": "HD"
1169
+ },
1170
+ "pricing_quality_sd": {
1171
+ "other": "SD"
1172
+ },
1173
+ "pricing_quality_hd_only": {
1174
+ "other": "HD uniquement"
1175
+ },
1176
+ "pricing_quality_sd_only": {
1177
+ "other": "SD uniquement"
1178
+ },
1179
+ "shopping_card_save_card": {
1180
+ "other": "Enregistrez cette carte de crédit pour une utilisation future"
1181
+ },
1182
+ "shopping_card_button_change": {
1183
+ "other": "Afficher toutes les cartes de crédit enregistrées"
1184
+ },
1185
+ "shopping_card_existing_description": {
1186
+ "other": "{{.Card.Brand}} se terminant en {{.Card.Number}}"
1187
+ },
1188
+ "shopping_card_existing_expiry": {
1189
+ "other": "(expire le {{.Card.Expiry}})"
1190
+ },
1191
+ "shopping_card_existing_expired": {
1192
+ "other": "(expiré)"
1193
+ },
1194
+ "shopping_card_use_other": {
1195
+ "other": "Utiliser une nouvelle carte"
1196
+ },
1197
+ "shopping_card_use_new_card": {
1198
+ "other": "Modifier les informations de la carte"
1199
+ },
1200
+ "shopping_card_update_reason_none": {
1201
+ "other": "Mettez à jour votre carte de crédit. Les cartes acceptées sont Visa, Mastercard et American Express."
1202
+ },
1203
+ "shopping_info_ownership_plan": {
1204
+ "other": "Abonnement"
1205
+ },
1206
+ "shopping_action_credit": {
1207
+ "other": "Ajouter un crédit"
1208
+ },
1209
+ "usersubscriptions_change_payment_method_change": {
1210
+ "other": "Changer de carte de crédit"
1211
+ },
1212
+ "usersubscriptions_change_payment_method_modal_title": {
1213
+ "other": "Mettre à jour les détails de la carte de crédit"
1214
+ },
1215
+ "usersubscriptions_change_payment_method_modal_submit": {
1216
+ "other": "Mettre à jour"
1217
+ },
1218
+ "availability_renting": {
1219
+ "other": "Location"
1220
+ },
1221
+ "availability_not_available": {
1222
+ "other": "Not Indisponible"
1223
+ },
1224
+ "availability_in_watch_window": {
1225
+ "other": "Disponible en vitrine"
1226
+ },
1227
+ "play": {
1228
+ "other": "Voir"
1229
+ },
1230
+ "combined_auth_signin_prompt": {
1231
+ "other": "Connexion"
1232
+ },
1233
+ "combined_auth_signup_prompt": {
1234
+ "other": "Créer un compte"
1235
+ },
1236
+ "shopping_error_item_limit_exceeded": {
1237
+ "other": "Malheureusement, {{.Title}} est épuisé."
1238
+ },
1239
+ "search_control_submit": {
1240
+ "other": "Soumettre la recherche"
1241
+ },
1242
+ "shopping_error_discount_not_applied": {
1243
+ "other": "Veuillez entrer un code promotionnel valide."
1244
+ },
1245
+ "shopping_error_discount_already_redeemed": {
1246
+ "other": "Ce code promo a déjà été utilisé."
1247
+ },
1248
+ "shopping_error_plan_already_owned": {
1249
+ "other": "Vous avez déjà ce plan."
1250
+ },
1251
+ "shopping_error_plan_expired": {
1252
+ "other": "Ce forfait n'est plus disponible."
1253
+ }
1254
+ }