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