@shift72/core-template 0.3.0-beta.3 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +46 -1
  2. package/kibble.json +19 -18
  3. package/package.json +2 -2
  4. package/site/ar_LB.all.json +2 -2
  5. package/site/da_DK.all.json +2 -2
  6. package/site/de_DE.all.json +2 -2
  7. package/site/ee_EE.all.json +2 -2
  8. package/site/el_EL.all.json +3 -3
  9. package/site/en_AU.all.json +7 -4
  10. package/site/es_ES.all.json +2 -2
  11. package/site/es_MX.all.json +2 -2
  12. package/site/fi_FI.all.json +2 -2
  13. package/site/fr_FR.all.json +2 -2
  14. package/site/hr_HR.all.json +1 -1
  15. package/site/hu_HU.all.json +3 -3
  16. package/site/it_IT.all.json +2 -2
  17. package/site/ja_JP.all.json +2 -2
  18. package/site/lt_LT.all.json +2 -2
  19. package/site/nl_BE.all.json +2 -2
  20. package/site/no_NO.all.json +2 -2
  21. package/site/pl_PL.all.json +7 -7
  22. package/site/pt_BR.all.json +1174 -0
  23. package/site/pt_PT.all.json +2 -2
  24. package/site/ru_RU.all.json +4 -4
  25. package/site/se_SE.all.json +2 -2
  26. package/site/static/styles/main.css.map +5 -1
  27. package/site/styles/_buttons.scss +1 -1
  28. package/site/styles/_carousel.scss +0 -11
  29. package/site/styles/_collections.scss +7 -6
  30. package/site/styles/_devices.scss +3 -0
  31. package/site/styles/_footer.scss +8 -5
  32. package/site/styles/_forms.scss +8 -5
  33. package/site/styles/_functions.scss +3 -2
  34. package/site/styles/_library.scss +1 -1
  35. package/site/styles/_meta-detail.scss +11 -16
  36. package/site/styles/_mixins.scss +1 -1
  37. package/site/styles/_nav.scss +16 -18
  38. package/site/styles/_pages.scss +18 -13
  39. package/site/styles/_shift72.scss +4 -0
  40. package/site/styles/_shopping.scss +1 -0
  41. package/site/styles/_social-media-buttons.scss +21 -0
  42. package/site/styles/_swiper.scss +3 -0
  43. package/site/styles/_variables.scss +15 -12
  44. package/site/templates/common/social-media-buttons.jet +10 -1
  45. package/site/templates/film/item.jet +1 -1
  46. package/site/templates/footer/app-badges.jet +20 -12
  47. package/site/templates/footer/footer.jet +1 -1
  48. package/site/templates/nav/user_logged_out.jet +4 -2
  49. package/site/templates/nav.jet +1 -0
  50. package/site/tr_TR.all.json +1 -1
  51. package/site/uk_UA.all.json +5 -5
  52. package/site/zh_TW.all.json +2 -2
@@ -0,0 +1,1174 @@
1
+ {
2
+ "site_owner": {
3
+ "other": "ABC Cinemas"
4
+ },
5
+ "settings_title": {
6
+ "other": "Settings"
7
+ },
8
+ "powered_by": {
9
+ "other": "Powered by"
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 partnership with"
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": "English"
28
+ },
29
+ "fr": {
30
+ "other": "French"
31
+ },
32
+ "episode_name": {
33
+ "other": "Episódio"
34
+ },
35
+ "season_name": {
36
+ "other": "Temporada"
37
+ },
38
+ "seasons": {
39
+ "one": "uma temporada",
40
+ "other": "{{.Count}} temporadas"
41
+ },
42
+ "tvseason": {
43
+ "other": "{{.ShowInfo.Title}} Séries {{.Season.SeasonNumber}}"
44
+ },
45
+ "tvseason_html": {
46
+ "other": "{{.ShowInfo.Title}} <span> Séries {{.Season.SeasonNumber}}</span>"
47
+ },
48
+ "tvepisode": {
49
+ "other": "{{.Episode.Title}}"
50
+ },
51
+ "tvseason_number": {
52
+ "other": "Séries {{.Season.SeasonNumber}}"
53
+ },
54
+ "episode_count": {
55
+ "one": "1 Episódio",
56
+ "other": "{{.Count}} Episódios"
57
+ },
58
+ "date_day": {
59
+ "other": "Dia"
60
+ },
61
+ "date_month": {
62
+ "other": "Mês"
63
+ },
64
+ "date_year": {
65
+ "other": "Ano"
66
+ },
67
+ "404_page_header": {
68
+ "other": "Esta página não existe..."
69
+ },
70
+ "404_page_content": {
71
+ "other": "<p>Desculpe-nos, parece que a página que você está procurando não existe.</p><p>Ela pode ter sido removida, ou talvez você tenha digitado algo errado.</p><p>Tente voltar para a Página Inicial para buscar o que você estava procurando.</p><p><a href=\"{{.URL}}\">Voltar a Página Inicial</a></p>"
72
+ },
73
+ "nav_homepage": {
74
+ "other": "ABC Cinemas"
75
+ },
76
+ "nav_signin": {
77
+ "other": "Entrar"
78
+ },
79
+ "nav_signup": {
80
+ "other": "Criar Conta"
81
+ },
82
+ "nav_signed_in_as": {
83
+ "other": "Conectado como"
84
+ },
85
+ "nav_library": {
86
+ "other": "Minha Biblioteca"
87
+ },
88
+ "nav_devices": {
89
+ "other": "Meus Dispositivos"
90
+ },
91
+ "nav_wishlist": {
92
+ "other": "Minha Lista"
93
+ },
94
+ "nav_account": {
95
+ "other": "Minha Conta"
96
+ },
97
+ "nav_signout": {
98
+ "other": "Sair"
99
+ },
100
+ "header_banner": {
101
+ "other": "ABC Cinemas – 21st Film Festival, June 1 – 6, 2021"
102
+ },
103
+ "play_trailer": {
104
+ "other": "Trailer"
105
+ },
106
+ "runtime_hours": {
107
+ "other": "h"
108
+ },
109
+ "runtime_minutes": {
110
+ "other": "m"
111
+ },
112
+ "datetime_today": {
113
+ "other": "hoje {{.Date}}"
114
+ },
115
+ "datetime_tomorrow": {
116
+ "other": "amanhã {{.Date}}"
117
+ },
118
+ "datetime_yesterday": {
119
+ "other": "ontem {{.Date}}"
120
+ },
121
+ "datetime_next": {
122
+ "other": "{{.Date}}"
123
+ },
124
+ "datetime_last": {
125
+ "other": "último(a) {{.Date}}"
126
+ },
127
+ "search_control_placeholder": {
128
+ "other": "Buscar"
129
+ },
130
+ "search_control_submit": {
131
+ "other": "Buscar"
132
+ },
133
+ "play_button_watch": {
134
+ "other": "Assistir Agora"
135
+ },
136
+ "play_button_resume": {
137
+ "other": "Continuar"
138
+ },
139
+ "social_media_buttons_title": {
140
+ "other": "Compartilhar"
141
+ },
142
+ "accept_invite_page_header": {
143
+ "other": "Bem-vindo(a) a"
144
+ },
145
+ "acceptinvite_form_invalid_reset_password_token": {
146
+ "other": "Parece que você já aceitou esse convite, você deve <a href=\"{{.SigninURL}}\">entrar em sua conta</a>. Se você esqueceu sua senha, você também pode <a href=\"{{.ForgotPasswordURL}}\">alterar sua senha</a>."
147
+ },
148
+ "acceptinvite_complete": {
149
+ "other": "Obrigado! Sua conta foi criada."
150
+ },
151
+ "acceptinvite_form_submit": {
152
+ "other": "Aceitar Convite"
153
+ },
154
+ "acceptinvite_agreement": {
155
+ "other": "Ao clicar em \"Aceitar Convite\" você concorda que leu e aceitou os nossos <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termos e condições</a> e <a href=\"{{.PrivacyPolicyURL}}\" target=\"_blank\">política de privacidade</a>."
156
+ },
157
+ "signup_page_header": {
158
+ "other": "Criar nova conta"
159
+ },
160
+ "signup_form_name": {
161
+ "other": "Nome"
162
+ },
163
+ "signup_form_email": {
164
+ "other": "E-mail"
165
+ },
166
+ "signup_form_password": {
167
+ "other": "Senha"
168
+ },
169
+ "signup_form_password_confirmation": {
170
+ "other": "Confirme sua senha"
171
+ },
172
+ "signup_form_gender": {
173
+ "other": "Gênero"
174
+ },
175
+ "signup_form_dob": {
176
+ "other": "Data de nascimento"
177
+ },
178
+ "signup_form_submit": {
179
+ "other": "Enviar"
180
+ },
181
+ "signin_page_header": {
182
+ "other": "Entrar"
183
+ },
184
+ "signin_form_email": {
185
+ "other": "E-mail"
186
+ },
187
+ "signin_form_password": {
188
+ "other": "Senha"
189
+ },
190
+ "signin_form_remember": {
191
+ "other": "Lembrar-me"
192
+ },
193
+ "signin_form_submit": {
194
+ "other": "Enviar"
195
+ },
196
+ "signin_page_forgotpassword": {
197
+ "other": "Esqueceu sua senha?"
198
+ },
199
+ "signin_page_createnewaccount": {
200
+ "other": "Não tem uma conta? Criar uma conta"
201
+ },
202
+ "signup_page_alreadyhaveanaccount": {
203
+ "other": "Já possui uma conta? Acessar sua conta"
204
+ },
205
+ "signup_form_error_email_already_in_use": {
206
+ "other": "Esse endereço de e-mail já está em uso."
207
+ },
208
+ "signin_form_error_incorrect_credentials": {
209
+ "other": "O nome de usuário(a) ou senha estão incorretos."
210
+ },
211
+ "signin_form_error_ip_throttled": {
212
+ "other": "You have failed to sign in too many times. Please try again later."
213
+ },
214
+ "signin_form_error_account_suspended": {
215
+ "other": "Your account has been temporarily suspended. Please contact an admin if you believe this is in error."
216
+ },
217
+ "signup_form_error_forbidden": {
218
+ "other": "Ocorreu um erro."
219
+ },
220
+ "combined_auth_continue": {
221
+ "other": "Continuar"
222
+ },
223
+ "combined_auth_change": {
224
+ "other": "mudar"
225
+ },
226
+ "combined_auth_signin": {
227
+ "other": "Entrar"
228
+ },
229
+ "combined_auth_signup": {
230
+ "other": "Criar conta"
231
+ },
232
+ "combined_auth_signin_password": {
233
+ "other": "Por favor, insira sua senha para entrar em sua conta."
234
+ },
235
+ "combined_auth_signin_error_incorrect_credentials": {
236
+ "other": "A senha fornecida está incorreta."
237
+ },
238
+ "combined_auth_error_forbidden": {
239
+ "other": "Ocorreu um erro."
240
+ },
241
+ "forgotpassword_page_header": {
242
+ "other": "Alterar senha"
243
+ },
244
+ "forgotpassword_form_email": {
245
+ "other": "E-mail"
246
+ },
247
+ "forgotpassword_form_submit": {
248
+ "other": "Alterar"
249
+ },
250
+ "forgotpassword_form_error_email_doesnt_exist": {
251
+ "other": "Não existe uma conta com esse endereço de e-mail."
252
+ },
253
+ "forgotpassword_form_error_account_suspended": {
254
+ "other": "Essa conta foi suspensa."
255
+ },
256
+ "forgotpassword_complete": {
257
+ "other": "Obrigado. Você deve receber um e-mail para alteração de senha na sua caixa de entrada."
258
+ },
259
+ "forgotpassword_form_error_forbidden": {
260
+ "other": "Ocorreu um erro."
261
+ },
262
+ "resetpassword_page_header": {
263
+ "other": "Alterar sua senha"
264
+ },
265
+ "resetpassword_form_invalid_reset_password_token": {
266
+ "other": "Parece que esse pedido para alteração de senha é inválido. Por favor, faça uma nova solicitação em <a href=\"{{.URL}}\">Esqueci minha senha</a>."
267
+ },
268
+ "resetpassword_form_password": {
269
+ "other": "Nova senha"
270
+ },
271
+ "resetpassword_form_password2": {
272
+ "other": "Confirmar nova senha"
273
+ },
274
+ "resetpassword_form_submit": {
275
+ "other": "Alterar"
276
+ },
277
+ "resetpassword_complete": {
278
+ "other": "Obrigado. Sua senha foi alterada e você está conectado(a)."
279
+ },
280
+ "resetpassword_form_error_invalid_reset_password_token": {
281
+ "other": "O pedido para alteração de senha é inválido, por favor tente novamente mais tarde."
282
+ },
283
+ "resetpassword_form_error_reset_password_token_expired": {
284
+ "other": "O token para alteração de senha expirou. Por favor, solicite novamente."
285
+ },
286
+ "account_page_header": {
287
+ "other": "Minha conta"
288
+ },
289
+ "account_form_name": {
290
+ "other": "Nome"
291
+ },
292
+ "account_form_email": {
293
+ "other": "E-mail"
294
+ },
295
+ "account_form_password": {
296
+ "other": "Senha"
297
+ },
298
+ "account_form_change_password": {
299
+ "other": "Alterar"
300
+ },
301
+ "account_form_gender": {
302
+ "other": "Gênero"
303
+ },
304
+ "account_form_dob": {
305
+ "other": "Data de Nascimento"
306
+ },
307
+ "account_form_submit": {
308
+ "other": "Atualizar"
309
+ },
310
+ "account_form_submitted": {
311
+ "other": "Atualizado"
312
+ },
313
+ "account_form_password_changed": {
314
+ "other": "Atualizado"
315
+ },
316
+ "account_form_error_incorrect_password": {
317
+ "other": "Senha incorreta."
318
+ },
319
+ "account_form_pin_code": {
320
+ "other": "PIN"
321
+ },
322
+ "account_form_pin_code_not_set": {
323
+ "other": "You don't have a PIN set, which is required for purchasing, renting and watching some titles."
324
+ },
325
+ "account_form_set_pin": {
326
+ "other": "Set PIN"
327
+ },
328
+ "account_form_pin_changed": {
329
+ "other": "Updated"
330
+ },
331
+ "account_form_change_pin": {
332
+ "other": "Change PIN"
333
+ },
334
+ "user_set_pin_header": {
335
+ "other": "Set your PIN"
336
+ },
337
+ "user_set_pin_button": {
338
+ "other": "Set PIN"
339
+ },
340
+ "user_submit_pin_heading": {
341
+ "other": "Enter your PIN to {{.Action}} this restricted content"
342
+ },
343
+ "user_error_wrong_pin_retry": {
344
+ "other": "Oops, you have entered an incorrect PIN"
345
+ },
346
+ "user_error_too_many_pin_errors": {
347
+ "other": "<p> Parece que você está tendo problemas. </p> <p> Redefina seu PIN ou entre em contato conosco para <a href=\"{{.HelpURL}}\" target=\"_blank\"> ajuda </a>"
348
+ },
349
+ "user_submit_pin_button": {
350
+ "other": "Enter"
351
+ },
352
+ "user_reset_pin_button": {
353
+ "other": "Reset PIN"
354
+ },
355
+ "signup_form_optin": {
356
+ "other": "Inscreva-se na nossa newsletter"
357
+ },
358
+ "passwordconfirmation_modal_header": {
359
+ "other": "Confirme sua senha"
360
+ },
361
+ "passwordconfirmation_modal_label": {
362
+ "other": "Por favor, insira sua senha para atualizar seu cadastro."
363
+ },
364
+ "passwordconfirmation_modal_confirm": {
365
+ "other": "Confirmar"
366
+ },
367
+ "changepassword_modal_header": {
368
+ "other": "Alterar senha"
369
+ },
370
+ "changepassword_modal_currentpassword": {
371
+ "other": "Sua senha atual"
372
+ },
373
+ "changepassword_modal_password": {
374
+ "other": "Sua nova senha"
375
+ },
376
+ "changepassword_modal_password2": {
377
+ "other": "Confirmar nova senha"
378
+ },
379
+ "changepassword_modal_submit": {
380
+ "other": "Alterar"
381
+ },
382
+ "changepassword_modal_error_incorrect_password": {
383
+ "other": "Senha incorreta."
384
+ },
385
+ "userlibrary_page_header": {
386
+ "other": "Minha Biblioteca"
387
+ },
388
+ "userlibrary_empty_header": {
389
+ "other": "Sua biblioteca está vazia."
390
+ },
391
+ "userlibrary_empty_content": {
392
+ "other": "Preencha-a <a href=\"{{.HomeURL}}\">navegando</a> em nossa programação."
393
+ },
394
+ "searchresults_page_header": {
395
+ "other": "Resultados da busca"
396
+ },
397
+ "searchresults_load_more": {
398
+ "other": "Carregar {{.Count}} mais"
399
+ },
400
+ "searchresults_total": {
401
+ "one": "Encontrado 1 resultado para \"{{.Query}}\".",
402
+ "other": "Encontrado {{.Count}} resultado para \"{{.Query}}\"."
403
+ },
404
+ "searchresults_empty_header": {
405
+ "other": "Não foram encontrados resultados para \"{{.Query}}\""
406
+ },
407
+ "searchresults_empty_content": {
408
+ "other": "Tente fazer outra busca ou <a href=\"{{.HomeURL}}\">navegue pelo nosso conteúdo</a> para encontrar o que está procurando."
409
+ },
410
+ "validation_name_required": {
411
+ "other": "Por favor, insira seu nome."
412
+ },
413
+ "validation_email_required": {
414
+ "other": "Por favor, insira seu e-mail"
415
+ },
416
+ "validation_email_email": {
417
+ "other": "Por favor, insira um e-mail válido."
418
+ },
419
+ "validation_currentpassword_required": {
420
+ "other": "Por favor, insira sua senha atual."
421
+ },
422
+ "validation_password_required": {
423
+ "other": "Por favor, insira uma senha"
424
+ },
425
+ "validation_password2_required": {
426
+ "other": "Por favor, confirme sua senha."
427
+ },
428
+ "validation_password2_match": {
429
+ "other": "Suas senhas não conferem."
430
+ },
431
+ "validation_password_minlength": {
432
+ "other": "Por favor, sua senha deve ter pelo menos {{.Count}} caracteres."
433
+ },
434
+ "validation_promocode_required": {
435
+ "other": "Por favor, insira um código promocional"
436
+ },
437
+ "validation_pincode_required": {
438
+ "other": "Por favor, insira um código PIN."
439
+ },
440
+ "validation_pincode1_required": {
441
+ "other": "Please enter a valid PIN code."
442
+ },
443
+ "validation_pincode2_required": {
444
+ "other": "Please enter a valid PIN code."
445
+ },
446
+ "validation_pincode1_pattern": {
447
+ "other": "Please enter a valid PIN code."
448
+ },
449
+ "validation_pincode2_pattern": {
450
+ "other": "Please enter a valid PIN code."
451
+ },
452
+ "validation_pincode2_match": {
453
+ "other": "PIN code does not match."
454
+ },
455
+ "validation_gender_required": {
456
+ "other": "Por favor, selecione o gênero com o qual você se identifica mais."
457
+ },
458
+ "validation_dob_required": {
459
+ "other": "Por favor, insira sua data de nascimento"
460
+ },
461
+ "validation_dob_date": {
462
+ "other": "Por favor, insira uma data de nascimento válida."
463
+ },
464
+ "shopping_info_subtitle_hd": {
465
+ "other": "Vídeo sob demanda HD."
466
+ },
467
+ "shopping_info_subtitle_sd": {
468
+ "other": "Vídeo sob demanda SD."
469
+ },
470
+ "shopping_info_subtitle_wallet": {
471
+ "other": "Os créditos em sua Carteira podem ser usados para a compra ou aluguel de qualquer conteúdo no ScreenPlus."
472
+ },
473
+ "shopping_info_subtitle_help": {
474
+ "other": "Veja aqui os requisitos de sistema."
475
+ },
476
+ "shopping_info_ownership_buy": {
477
+ "other": "compra"
478
+ },
479
+ "shopping_info_ownership_rent": {
480
+ "other": "aluguel"
481
+ },
482
+ "shopping_info_sd_only": {
483
+ "other": "Limitado apenas à reprodução SD."
484
+ },
485
+ "shopping_info_release_date_title": {
486
+ "other": "Lançamentos {{.Date}}."
487
+ },
488
+ "shopping_info_release_date_explanation_rent": {
489
+ "other": "Você pode alugar agora, mas não poderá assistir até a data."
490
+ },
491
+ "shopping_info_release_date_explanation_buy": {
492
+ "other": "Você pode comprar agora, mas não poderá assistir até a data."
493
+ },
494
+ "shopping_info_available_until_date_title": {
495
+ "other": "Disponível até {{.Date}}."
496
+ },
497
+ "shopping_info_available_until_date_explanation_rent": {
498
+ "other": "Você não poderá assistir ao conteúdo após esta data."
499
+ },
500
+ "shopping_info_available_until_date_explanation_buy": {
501
+ "other": "Você não poderá assistir ao conteúdo após esta data."
502
+ },
503
+ "duration_hour": {
504
+ "one": "1 hour",
505
+ "other": "{{.Count}} hours"
506
+ },
507
+ "duration_day": {
508
+ "one": "1 day",
509
+ "other": "{{.Count}} days"
510
+ },
511
+ "shopping_info_rental_period_duration": {
512
+ "other": "Aluguel de {{.Count}} dias."
513
+ },
514
+ "shopping_info_watch_window_duration": {
515
+ "other": "Período de reprodução de {{.Count}} horas."
516
+ },
517
+ "shopping_info_watch_window_explanation_film": {
518
+ "one": "Uma vez alugado, o filme estará disponível na sua conta por um dia.",
519
+ "other": "Uma vez alugado, o filme estará disponível na sua conta por {{.Count}} dias."
520
+ },
521
+ "shopping_info_watch_window_explanation2_film": {
522
+ "one": "Ao clicar no play, o período de reprodução se inicia e você tem uma hora para assistir o filme quantas vezes quiser.",
523
+ "other": "Ao clicar no play, o período de reprodução se inicia e você tem {{.Count}} horas para assistir o filme quantas vezes quiser."
524
+ },
525
+ "shopping_info_watch_window_explanation_bundle": {
526
+ "one": "Uma vez alugados, os filmes do pacote estarão disponíveis na sua conta por um dia.",
527
+ "other": "Uma vez alugados, os filmes do pacote estarão disponíveis na sua conta por {{.Count}} dias."
528
+ },
529
+ "shopping_info_watch_window_explanation2_bundle": {
530
+ "one": "Ao clicar no play, o período de reprodução se inicia e você tem uma hora para assistir o filme quantas vezes quiser.",
531
+ "other": "Ao clicar no play, o período de reprodução se inicia e você tem {{.Count}} horas para assistir o filme quantas vezes quiser."
532
+ },
533
+ "shopping_info_watch_window_explanation_season": {
534
+ "one": "Uma vez alugada, sua temporada estará disponível na sua conta por um dia. ",
535
+ "other": "Uma vez alugada, sua temporada estará disponível na sua conta por {{.Count}} dias."
536
+ },
537
+ "shopping_info_watch_window_explanation2_season": {
538
+ "one": "Ao clicar no play, o período de reprodução se inicia e você tem uma hora para assistir o episódio quantas vezes quiser.",
539
+ "other": "Ao clicar no play, o período de reprodução se inicia e você tem {{.Count}} horas para assistir o episódio quantas vezes quiser."
540
+ },
541
+ "shopping_info_credit_bonus_title": {
542
+ "other": "{{.BonusPercentage}}% Bônus"
543
+ },
544
+ "shopping_enter_card_prompt": {
545
+ "other": "Preencha abaixo os dados do seu cartão para completar sua {{.Verb}}."
546
+ },
547
+ "shopping_terms": {
548
+ "other": "Ao realizar essa transação, eu aceito os <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\" tabindex=\"-1\">termos e condições</a>."
549
+ },
550
+ "shopping_discount_applied": {
551
+ "other": "{{.DiscountAmount}} de desconto aplicado."
552
+ },
553
+ "shopping_discount_apply": {
554
+ "other": "Aplicar"
555
+ },
556
+ "shopping_discount_code": {
557
+ "other": "Insira um código promocional."
558
+ },
559
+ "shopping_discount_have_code": {
560
+ "other": "Eu tenho um código promocional."
561
+ },
562
+ "shopping_price_you_pay": {
563
+ "other": "Você paga"
564
+ },
565
+ "shopping_price_nothing": {
566
+ "other": "Nada"
567
+ },
568
+ "shopping_price_free": {
569
+ "other": "Gratuito"
570
+ },
571
+ "shopping_auth_directions": {
572
+ "other": "Uma conta é necessária primeiro. Por favor, insira seu endereço de e-mail."
573
+ },
574
+ "shopping_error_in_library": {
575
+ "other": "{{.Title}} já está na sua biblioteca."
576
+ },
577
+ "shopping_error_missing_card": {
578
+ "other": "Por favor, insira os dados do seu cartão de crédito."
579
+ },
580
+ "shopping_error_title": {
581
+ "other": "Ocorreu um erro."
582
+ },
583
+ "shopping_error_incorrect_cvc": {
584
+ "other": "Por favor, insira um CVV válido."
585
+ },
586
+ "shopping_error_invalid_cvc": {
587
+ "other": "Por favor, insira um CVV válido."
588
+ },
589
+ "shopping_error_incorrect_number": {
590
+ "other": "Por favor, insira um número de cartão de crédito válido."
591
+ },
592
+ "shopping_error_invalid_number": {
593
+ "other": "Por favor, insira um número de cartão de crédito válido."
594
+ },
595
+ "shopping_error_card_declined": {
596
+ "other": "O cartão de crédito foi recusado."
597
+ },
598
+ "shopping_error_invalid_expiry_month": {
599
+ "other": "Por favor, insira uma data de validade válida."
600
+ },
601
+ "shopping_error_invalid_expiry_year": {
602
+ "other": "Por favor, insira uma data de validade válida."
603
+ },
604
+ "shopping_error_expired_card": {
605
+ "other": "O cartão de crédito está vencido."
606
+ },
607
+ "shopping_error_creditcard_country_mismatch": {
608
+ "other": "Sua {{.Ownership}} não foi bem-sucedida. Você deve estar no mesmo país onde seu cartão de crédito foi emitido. Por favor, use outro cartão de crédito para este pagamento."
609
+ },
610
+ "shopping_error_proxy_detected": {
611
+ "other": "Sua {{.Ownership}} não foi bem-sucedida. Nós detectamos que você está utilizando um desbloqueador ou proxy. Por favor, desligue esses dispositivos e tente novamente."
612
+ },
613
+ "shopping_error_discount_worn_out": {
614
+ "other": "Este código promocional não pode mais ser usado."
615
+ },
616
+ "shopping_error_discount_blank": {
617
+ "other": "Por favor, insira um código promocional válido"
618
+ },
619
+ "shopping_error_discount_not_applied": {
620
+ "other": "Por favor, insira um código promocional válido"
621
+ },
622
+ "shopping_error_discount_invalid": {
623
+ "other": "Por favor, insira um código promocional válido"
624
+ },
625
+ "shopping_error_discount_disabled": {
626
+ "other": "Por favor, insira um código promocional válido."
627
+ },
628
+ "shopping_error_discount_already_applied": {
629
+ "other": "Um código promocional já foi usado para essa sessão."
630
+ },
631
+ "shopping_error_discount_already_redeemed": {
632
+ "other": "Este código promocional já foi utilizado."
633
+ },
634
+ "shopping_error_discount_used_previously": {
635
+ "other": "Este código promocional já foi utilizado."
636
+ },
637
+ "shopping_error_discount_max_limit": {
638
+ "other": "Este código promocional já não pode ser utilizado."
639
+ },
640
+ "shopping_error_discount_expired": {
641
+ "other": "Este código promocional já expirou."
642
+ },
643
+ "shopping_error_discount_invalid_ownership_buy": {
644
+ "other": "Este código promocional não pode ser usado para compra."
645
+ },
646
+ "shopping_error_discount_invalid_ownership_rent": {
647
+ "other": "Este código promocional não pode ser usado para locação."
648
+ },
649
+ "shopping_error_discount_invalid_item": {
650
+ "other": "Este código promocional não pode ser usado para este item."
651
+ },
652
+ "shopping_error_discount_invalid_pricing_region": {
653
+ "other": "Este código promocional não pode ser usado no seu país."
654
+ },
655
+ "shopping_error_discounts_not_allowed": {
656
+ "other": "Este código promocional não pode ser usado."
657
+ },
658
+ "shopping_error_discount_disallowed_on_bundles": {
659
+ "other": "Este código promocional não pode ser usado em pacotes."
660
+ },
661
+ "shopping_error_payment_intent_authentication_failure": {
662
+ "other": "Seu cartão de crédito foi recusado. Por favor, tente novamente."
663
+ },
664
+ "shopping_complete_rental": {
665
+ "other": "Successo!"
666
+ },
667
+ "shopping_complete_rental_period": {
668
+ "one": "Agora você pode assistir quantas vezes quiser durante o próximo dia.",
669
+ "other": "Agora você pode assistir quantas vezes quiser durante os próximos {{.Count}} dias."
670
+ },
671
+ "shopping_complete_purchase": {
672
+ "other": "Obrigado por comprar {{.Title}}."
673
+ },
674
+ "shopping_complete_credit_purchase": {
675
+ "other": "Obrigado por comprar {{.Title}}, {{.CreditTotal}} foram adicionados à sua conta."
676
+ },
677
+ "shopping_complete_purchase_coming_soon": {
678
+ "other": "Você poderá assistir a partir de {{.Date}}."
679
+ },
680
+ "shopping_complete_receipt": {
681
+ "other": "Um comprovante foi enviado por e-mail."
682
+ },
683
+ "shopping_complete_library_link": {
684
+ "other": "Ver sua biblioteca"
685
+ },
686
+ "shopping_complete_rental_watch_window_start": {
687
+ "one": "Você pode começar a assistir durante o próximo dia.",
688
+ "other": "Você pode começar a assistir durante os próximos{{.Count}} dias."
689
+ },
690
+ "shopping_complete_rental_watch_window_end": {
691
+ "one": "Quando a reprodução iniciar, você terá uma hora para assistir quantas vezes quiser.",
692
+ "other": "Quando a reprodução iniciar, você terá {{.Count}} horas para assistir quantas vezes quiser."
693
+ },
694
+ "shopping_complete_rental_coming_soon": {
695
+ "one": "Você poderá assistir a partir de {{.Date}}. e sua locação continuará ativa por um dia.",
696
+ "other": "Você poderá assistir a partir de {{.Date}}, e sua locação continuará ativa por {{.Count}} dias."
697
+ },
698
+ "shopping_complete_rental_coming_soon_watch_window_start": {
699
+ "one": "Você poderá assistir a partir de {{.Date}}, e sua locação continuará ativa por um dia.",
700
+ "other": "Você poderá assistir a partir de {{.Date}}, e sua locação continuará ativa por {{.Count}} dias."
701
+ },
702
+ "shopping_action_rent": {
703
+ "other": "Alugar"
704
+ },
705
+ "shopping_action_buy": {
706
+ "other": "Comprar"
707
+ },
708
+ "shopping_payment_method_header": {
709
+ "other": "Payment methods"
710
+ },
711
+ "shopping_payment_method_credit_card": {
712
+ "other": "Credit card"
713
+ },
714
+ "shopping_payment_method_giropay": {
715
+ "other": "Giropay"
716
+ },
717
+ "shopping_error_stripe_unknown_error": {
718
+ "other": "Something went wrong with this payment. Please try again later."
719
+ },
720
+ "shopping_error_payment_complete_failed": {
721
+ "other": "The payment was declined. Close this window and try again."
722
+ },
723
+ "meta_detail_cast_title": {
724
+ "other": "Elenco"
725
+ },
726
+ "meta_detail_crew_title": {
727
+ "other": "Equipe"
728
+ },
729
+ "meta_detail_languages": {
730
+ "one": "Idioma",
731
+ "other": "Idiomas"
732
+ },
733
+ "meta_detail_studios": {
734
+ "one": "Estúdio",
735
+ "other": "Estúdios"
736
+ },
737
+ "meta_detail_countries": {
738
+ "one": "País",
739
+ "other": "Países"
740
+ },
741
+ "meta_detail_subtitles": {
742
+ "other": "Legendas"
743
+ },
744
+ "meta_detail_episodes_title": {
745
+ "other": "Episódios"
746
+ },
747
+ "meta_detail_bonus_title": {
748
+ "other": "Conteúdo Adicional"
749
+ },
750
+ "meta_detail_recommendations_title": {
751
+ "other": "Você também pode gostar de..."
752
+ },
753
+ "meta_detail_bundle_items_title": {
754
+ "other": "Conteúdo incluso nesse pacote"
755
+ },
756
+ "bundle_items_all_films": {
757
+ "other": "{{.Count}} filmes"
758
+ },
759
+ "bundle_items_all_seasons": {
760
+ "other": "{{.Count}} temporada"
761
+ },
762
+ "bundle_items_mixed": {
763
+ "other": "{{.Count}} filmes e temporadas"
764
+ },
765
+ "userwishlist_page_header": {
766
+ "other": "Minha Lista"
767
+ },
768
+ "userwishlist_slider_header": {
769
+ "other": "Minha Lista"
770
+ },
771
+ "userwishlist_empty_header": {
772
+ "other": "Sua lista está vazia."
773
+ },
774
+ "userwishlist_empty_content": {
775
+ "other": "Preencha-a <a href=\"{{.HomeURL}}\">navegando</a> na nossa programação."
776
+ },
777
+ "userwishlist_button_add": {
778
+ "other": "Adicionar à minha lista"
779
+ },
780
+ "userwishlist_button_remove": {
781
+ "other": "Minha Lista"
782
+ },
783
+ "userwishlist_button_add_compact": {
784
+ "other": "Minha Lista"
785
+ },
786
+ "userwishlist_button_remove_compact": {
787
+ "other": "Minha Lista"
788
+ },
789
+ "activatedevice_page_header": {
790
+ "other": "Dispositivo Ativado"
791
+ },
792
+ "activatedevice_page_content": {
793
+ "other": "Siga as instruções no seu dispositivo para obter um código PIN. O computador e o dispositivo devem estar conectados à Internet para ativar."
794
+ },
795
+ "activatedevice_form_pin": {
796
+ "other": "Código PIN"
797
+ },
798
+ "activatedevice_form_submit": {
799
+ "other": "Ativar"
800
+ },
801
+ "activatedevice_form_error_invalid_code": {
802
+ "other": "Código PIN não encontrado, tente novamente."
803
+ },
804
+ "activatedevice_form_error_pin_not_found": {
805
+ "other": "Código PIN não encontrado, tente novamente."
806
+ },
807
+ "activatedevice_signin_prompt": {
808
+ "other": "Faça login antes de ativar seu dispositivo."
809
+ },
810
+ "activatedevice_page_activated": {
811
+ "other": "Obrigado por ativar {{.DeviceName}}. Agora você pode navegar na sua biblioteca na televisão ou dispositivo."
812
+ },
813
+ "userdevices_page_header": {
814
+ "other": "Dispositivos"
815
+ },
816
+ "userdevices_page_content": {
817
+ "one": "Dispositivos serão automaticamente adicionados aqui quando você usá-los. Você pode adicionar apenas um dispositivo.",
818
+ "other": "Dispositivos serão automaticamente adicionados aqui quando você usá-los. Você pode adicionar até {{.Count}} dispositivos."
819
+ },
820
+ "userdevices_empty_content": {
821
+ "other": "Você possui 0 dispositivos registrados."
822
+ },
823
+ "userdevices_header_type": {
824
+ "other": "Tipo de Dispositivo"
825
+ },
826
+ "userdevices_header_description": {
827
+ "other": "Descrição"
828
+ },
829
+ "userdevices_device_added": {
830
+ "other": "Adicionado em {{.Date}}"
831
+ },
832
+ "userdevices_device_actions_delete": {
833
+ "other": "Remover"
834
+ },
835
+ "userdevices_device_actions_cancel": {
836
+ "other": "Cancelar"
837
+ },
838
+ "userdevices_device_actions_confirm": {
839
+ "other": "Sim, remover dispositivo"
840
+ },
841
+ "userdevices_device_deleted": {
842
+ "other": "(Removido)"
843
+ },
844
+ "userdevices_delete_limits": {
845
+ "other": "You can remove {{.Limit}} device(s) from this list every {{.Period}} day(s)."
846
+ },
847
+ "userdevices_delete_limit_reached": {
848
+ "other": "You have reached this limit and can't remove any devices right now. You can delete a device in {{.Days}} day(s)."
849
+ },
850
+ "playlist_page_header": {
851
+ "other": "Playlist"
852
+ },
853
+ "playlist_sign_in_warning": {
854
+ "other": "Faça login para assistir TV ao vivo."
855
+ },
856
+ "playlist_share_title": {
857
+ "other": "Playlist"
858
+ },
859
+ "playlist_up_next_title": {
860
+ "other": "Próximo"
861
+ },
862
+ "pricing_ownership_buy": {
863
+ "other": "Comprar"
864
+ },
865
+ "pricing_ownership_rent": {
866
+ "other": "Alugar"
867
+ },
868
+ "classification_intro": {
869
+ "other": "Classificação:"
870
+ },
871
+ "classification_divider": {
872
+ "other": "-"
873
+ },
874
+ "classification_outro": {
875
+ "other": ""
876
+ },
877
+ "cookie_banner_message": {
878
+ "other": "Esse site utiliza cookies para melhorar sua experiência. Ao usar esse site, você aceita nosso <a href=\"{{.CookiePolicyURL}}\">uso cookies</a>."
879
+ },
880
+ "cookie_banner_accept": {
881
+ "other": "Eu Aceito"
882
+ },
883
+ "all_rights_reserved": {
884
+ "other": "Todos os direitos reservados. Nenhuma parte desse site pode ser reproduzida sem permissão por escrito."
885
+ },
886
+ "users_gender_none": {
887
+ "other": "Não especificado"
888
+ },
889
+ "users_gender_female": {
890
+ "other": "Feminino"
891
+ },
892
+ "users_gender_male": {
893
+ "other": "Masculino"
894
+ },
895
+ "users_gender_diverse": {
896
+ "other": "Diverso"
897
+ },
898
+ "users_gender_other": {
899
+ "other": "Outro"
900
+ },
901
+ "plan_label_owned": {
902
+ "other": ""
903
+ },
904
+ "pricing_quality_hd": {
905
+ "other": "pricing_quality_hd"
906
+ },
907
+ "pricing_quality_sd": {
908
+ "other": "pricing_quality_sd"
909
+ },
910
+ "pricing_quality_hd_only": {
911
+ "other": "pricing_quality_hd_only"
912
+ },
913
+ "pricing_quality_sd_only": {
914
+ "other": "pricing_quality_sd_only"
915
+ },
916
+ "shopping_card_save_card": {
917
+ "other": "Salve este cartão para uso futuro."
918
+ },
919
+ "shopping_card_button_change": {
920
+ "other": "Mostrar todos os cartões salvos."
921
+ },
922
+ "shopping_card_existing_description": {
923
+ "other": "{{.Card.Brand}} terminando em {{.Card.Number}}"
924
+ },
925
+ "shopping_card_existing_expiry": {
926
+ "other": "(expira {{.Card.Expiry}})"
927
+ },
928
+ "shopping_card_existing_expired": {
929
+ "other": "(expirado)"
930
+ },
931
+ "shopping_card_use_other": {
932
+ "other": "Use um novo cartão."
933
+ },
934
+ "shopping_card_use_new_card": {
935
+ "other": "Mudar cartão."
936
+ },
937
+ "shopping_card_update_reason_none": {
938
+ "other": "shopping_card_update_reason_none"
939
+ },
940
+ "shopping_card_new_subscription": {
941
+ "other": "This card will saved and be charged regularly"
942
+ },
943
+ "shopping_card_change": {
944
+ "other": "O cartão de crédito não está correto? <a href=\"{{.SubscriptionsURL}}\"> Clique aqui para atualizar seu cartão. </a>"
945
+ },
946
+ "shopping_info_ownership_plan": {
947
+ "other": "shopping_info_ownership_plan"
948
+ },
949
+ "shopping_price_title_plan": {
950
+ "other": "shopping_price_title_plan"
951
+ },
952
+ "shopping_price_plan_note": {
953
+ "other": "shopping_price_plan_note"
954
+ },
955
+ "shopping_price_plan_note_interval": {
956
+ "other": "shopping_price_plan_note_interval"
957
+ },
958
+ "shopping_enter_card_prompt_plan": {
959
+ "other": "shopping_enter_card_prompt_plan"
960
+ },
961
+ "shopping_action_credit": {
962
+ "other": "shopping_action_credit"
963
+ },
964
+ "shopping_action_plan": {
965
+ "other": "shopping_action_plan"
966
+ },
967
+ "shopping_complete_subscription": {
968
+ "other": "shopping_complete_subscription"
969
+ },
970
+ "shopping_complete_subscription_browse": {
971
+ "other": "shopping_complete_subscription_browse"
972
+ },
973
+ "shopping_info_rental_period_coming_soon": {
974
+ "other": "a partir da data e horário do lançamento.."
975
+ },
976
+ "shopping_info_plan_offer": {
977
+ "other": "shopping_info_plan_offer"
978
+ },
979
+ "shopping_info_trial_period_offer": {
980
+ "other": "shopping_info_trial_period_offer"
981
+ },
982
+ "usersubscriptions_change_payment_method_change": {
983
+ "other": "usersubscriptions_change_payment_method_change"
984
+ },
985
+ "usersubscriptions_change_payment_method_modal_title": {
986
+ "other": "usersubscriptions_change_payment_method_modal_title"
987
+ },
988
+ "usersubscriptions_change_payment_method_modal_submit": {
989
+ "other": "usersubscriptions_change_payment_method_modal_submit"
990
+ },
991
+ "usersubscriptions_subscription_expiry": {
992
+ "other": "usersubscriptions_subscription_expiry"
993
+ },
994
+ "usersubscriptions_subscription_status_cancelled": {
995
+ "other": "usersubscriptions_subscription_status_cancelled"
996
+ },
997
+ "usersubscriptions_subscription_status_errored": {
998
+ "other": "usersubscriptions_subscription_status_errored"
999
+ },
1000
+ "usersubscriptions_subscription_status_past_due": {
1001
+ "other": "usersubscriptions_subscription_status_past_due"
1002
+ },
1003
+ "usersubscriptions_subscription_status_trialing": {
1004
+ "other": "usersubscriptions_subscription_status_trialing"
1005
+ },
1006
+ "usersubscriptions_subscription_unsubscribe": {
1007
+ "other": "usersubscriptions_subscription_unsubscribe"
1008
+ },
1009
+ "usersubscriptions_unsubscribe_modal_cancel": {
1010
+ "other": "usersubscriptions_unsubscribe_modal_cancel"
1011
+ },
1012
+ "usersubscriptions_unsubscribe_modal_confirm": {
1013
+ "other": "usersubscriptions_unsubscribe_modal_confirm"
1014
+ },
1015
+ "usersubscriptions_unsubscribe_modal_title": {
1016
+ "other": "usersubscriptions_unsubscribe_modal_title"
1017
+ },
1018
+ "usersubscriptions_unsubscribe_modal_body": {
1019
+ "other": "usersubscriptions_unsubscribe_modal_body"
1020
+ },
1021
+ "availability_coming_soon": {
1022
+ "other": "Em breve"
1023
+ },
1024
+ "availability_renting": {
1025
+ "other": "Alugando"
1026
+ },
1027
+ "availability_not_available": {
1028
+ "other": "availability_not_available"
1029
+ },
1030
+ "availability_in_watch_window": {
1031
+ "other": "availability_in_watch_window"
1032
+ },
1033
+ "availability_sold_out": {
1034
+ "other": "Esgotado"
1035
+ },
1036
+ "availability_available_till": {
1037
+ "other": "Disponível até {{.ExpiryDate}}"
1038
+ },
1039
+ "availability_not_available_in_country": {
1040
+ "other": "Não disponível"
1041
+ },
1042
+ "availability_available": {
1043
+ "other": "Disponível em {{.ReleaseDate}}"
1044
+ },
1045
+ "availability_expires": {
1046
+ "other": "Expires {{.Expiry}}"
1047
+ },
1048
+ "availability_expired": {
1049
+ "other": "Expired"
1050
+ },
1051
+ "modal_cancel": {
1052
+ "other": "Cancelar"
1053
+ },
1054
+ "play": {
1055
+ "other": "Assistir"
1056
+ },
1057
+ "combined_auth_signin_prompt": {
1058
+ "other": "Entrar"
1059
+ },
1060
+ "combined_auth_signup_prompt": {
1061
+ "other": "Inscrever-se"
1062
+ },
1063
+ "combined_auth_terms": {
1064
+ "other": "Eu aceito todos os <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termos e condições</a>."
1065
+ },
1066
+ "signup_terms": {
1067
+ "other": "Eu aceito todos os <a href=\"{{.TermsAndConditionsURL}}\" target=\"_blank\">termos e condições</a>."
1068
+ },
1069
+ "validation_terms_required": {
1070
+ "other": "Você deve aceitar os termos e condições."
1071
+ },
1072
+ "shopping_error_item_limit_exceeded": {
1073
+ "other": "Infelizmente, {{.Title}} já está esgotado."
1074
+ },
1075
+ "changepincode_modal_header": {
1076
+ "other": "Change your PIN"
1077
+ },
1078
+ "changepincode_modal_currentpassword": {
1079
+ "other": "Your current password"
1080
+ },
1081
+ "changepincode_modal_pincode1": {
1082
+ "other": "Your new 4 digit PIN"
1083
+ },
1084
+ "changepincode_modal_pincode2": {
1085
+ "other": "Confirm your new 4 digit PIN"
1086
+ },
1087
+ "changepincode_modal_submit": {
1088
+ "other": "Set PIN"
1089
+ },
1090
+ "changepincode_modal_error_wrong_password": {
1091
+ "other": "That password is incorrect."
1092
+ },
1093
+ "user_set_pin_intro": {
1094
+ "other": "You need a PIN to {{.Action}} restricted content"
1095
+ },
1096
+ "user_error_wrong_pin_reset": {
1097
+ "other": "Click here to reset your PIN"
1098
+ },
1099
+ "user_error_too_many_pin_errors_help_page_link": {
1100
+ "other": ""
1101
+ },
1102
+ "shopping_error_age_restricted": {
1103
+ "other": "This content is age restricted."
1104
+ },
1105
+ "shopping_error_close_button": {
1106
+ "other": "OK"
1107
+ },
1108
+ "wcag_skip_links_header": {
1109
+ "other": "Accessibility Links"
1110
+ },
1111
+ "wcag_skip_links_content": {
1112
+ "other": "Skip to Content"
1113
+ },
1114
+ "wcag_skip_links_footer": {
1115
+ "other": "Skip to Footer"
1116
+ },
1117
+ "wcag_homepage_h1": {
1118
+ "other": "Homepage"
1119
+ },
1120
+ "wcag_carousel_h2": {
1121
+ "other": "Carousel"
1122
+ },
1123
+ "wcag_collections_h2": {
1124
+ "other": "Collections"
1125
+ },
1126
+ "wcag_aria_label_footer": {
1127
+ "other": "Footer"
1128
+ },
1129
+ "wcag_aria_label_nav_main": {
1130
+ "other": "Main"
1131
+ },
1132
+ "wcag_aria_label_nav_sub": {
1133
+ "other": "Sub"
1134
+ },
1135
+ "wcag_aria_label_toggle_nav": {
1136
+ "other": "Toggle Navigation"
1137
+ },
1138
+ "wcag_aria_label_bundle_items": {
1139
+ "other": "Bundle Items"
1140
+ },
1141
+ "wcag_aria_label_carousel": {
1142
+ "other": "Carousel"
1143
+ },
1144
+ "wcag_aria_label_page_collection": {
1145
+ "other": "Page Collection"
1146
+ },
1147
+ "wcag_aria_label_collection_list": {
1148
+ "other": "Collection List"
1149
+ },
1150
+ "wcag_aria_label_collection_slider": {
1151
+ "other": "Collection Slider"
1152
+ },
1153
+ "wcag_aria_label_wishlist": {
1154
+ "other": "Wishlist"
1155
+ },
1156
+ "wcag_aria_label_facebook": {
1157
+ "other": "Share on Facebook"
1158
+ },
1159
+ "wcag_aria_label_twitter": {
1160
+ "other": "Share on Twitter"
1161
+ },
1162
+ "wcag_aria_label_linkedin": {
1163
+ "other": "Share on LinkedIn"
1164
+ },
1165
+ "app_badge_title": {
1166
+ "other": "Download the app to view your purchased content!"
1167
+ },
1168
+ "app_badge_ios": {
1169
+ "other": "Download on the App Store"
1170
+ },
1171
+ "app_badge_android": {
1172
+ "other": "Get it on Google Play"
1173
+ }
1174
+ }