trmnl-i18n 0.1.0 → 0.3.0
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +8 -10
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
- data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
- data/lib/trmnl/i18n/synchronization/processor.rb +56 -0
- data/lib/trmnl/i18n/synchronization/repo.rb +43 -0
- data/lib/trmnl/i18n/synchronization/value_reducer.rb +23 -0
- data/trmnl-i18n.gemspec +3 -3
- data.tar.gz.sig +0 -0
- metadata +28 -19
- metadata.gz.sig +0 -0
@@ -1,9 +1,10 @@
|
|
1
|
+
---
|
1
2
|
pt-BR:
|
2
|
-
|
3
|
+
locale_name: Portuguese (Brazil)
|
3
4
|
add: Adicionar
|
4
5
|
add_new: Adicionar novo
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Já tenho uma conta
|
6
|
+
ago: ago
|
7
|
+
already_have_account: Já tenho uma conta
|
7
8
|
back: Voltar
|
8
9
|
back_to_all_blog_posts: Voltar
|
9
10
|
blog: Blog
|
@@ -18,8 +19,8 @@ pt-BR:
|
|
18
19
|
copy: Copiar
|
19
20
|
copied_to_clipboard: Copiado!
|
20
21
|
copy_to_clipboard: Copiar para área de transferência
|
21
|
-
created: Created
|
22
|
-
create_an_account: Criar uma conta
|
22
|
+
created: Created
|
23
|
+
create_an_account: Criar uma conta
|
23
24
|
current_device: Dispositivo atual
|
24
25
|
days: dias
|
25
26
|
delete: Deletar
|
@@ -28,10 +29,10 @@ pt-BR:
|
|
28
29
|
edit: Configurações
|
29
30
|
email_address: E-mail
|
30
31
|
export: Export
|
31
|
-
fetching: Obtendo
|
32
|
+
fetching: Obtendo
|
32
33
|
first_name: Nome
|
33
|
-
forgot_password: Esqueci minha senha
|
34
|
-
forgot_password_title: Lá vamos nós de novo
|
34
|
+
forgot_password: Esqueci minha senha
|
35
|
+
forgot_password_title: Lá vamos nós de novo
|
35
36
|
get_started: Vamos começar!
|
36
37
|
identify: Identificar
|
37
38
|
import: Import
|
@@ -40,37 +41,45 @@ pt-BR:
|
|
40
41
|
keep_me_signed_in: Manter conectado
|
41
42
|
knowledge_base: Base de conhecimento
|
42
43
|
last_name: Sobrenome
|
44
|
+
learn_more: Learn more
|
43
45
|
loading: Carregando
|
44
46
|
login: Entrar
|
45
47
|
log_out: Sair
|
46
|
-
minimum_characters: caracteres pelo menos
|
47
|
-
mins: mins
|
48
|
-
my_playlist: Minha Playlist
|
48
|
+
minimum_characters: caracteres pelo menos
|
49
|
+
mins: mins
|
50
|
+
my_playlist: Minha Playlist
|
49
51
|
new_password: Nova senha
|
50
52
|
password: Senha
|
51
|
-
please_wait: Please Wait...
|
53
|
+
please_wait: Please Wait...
|
52
54
|
plugin_not_found: Plugin não encontrado
|
53
55
|
refresh_rates_hint: Saiba mais sobre taxas de atualização __aqui__.
|
54
56
|
reset_password: Redefinir minha senha
|
55
57
|
save: Salvar
|
56
58
|
section: Seção
|
57
|
-
sign_in: Entrar
|
58
|
-
sign_up: Cadastrar
|
59
|
+
sign_in: Entrar
|
60
|
+
sign_up: Cadastrar
|
59
61
|
something_went_wrong: Algo deu errado
|
60
|
-
|
62
|
+
tech_support: Support
|
61
63
|
update: Atualizar
|
62
64
|
view: Visualizar
|
63
|
-
welcome: Bem-vindo
|
64
|
-
|
65
|
-
|
65
|
+
welcome: Bem-vindo
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 0
|
66
70
|
account:
|
67
71
|
index:
|
68
72
|
title: Conta
|
69
73
|
tagline: Gerencie sua conta
|
74
|
+
api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
|
75
|
+
api_key_hint: See __the docs__ to learn how to configure your local environment.
|
76
|
+
api_key_label: The credential for authenticating local development tools
|
77
|
+
api_key_reset: Regenerate
|
78
|
+
api_key: API Key
|
70
79
|
email_address: E-mail
|
71
80
|
refer_and_earn: Recomende e Ganhe
|
72
81
|
refer_and_earn_hint: Presenteie um TRMNL com um cupom personalizado. Receba por uso, pago mensalmente.
|
73
|
-
refer_and_earn_redemptions: Resgates
|
82
|
+
refer_and_earn_redemptions: Resgates
|
74
83
|
refer_and_earn_request_code: Pedir um Código
|
75
84
|
device_invoice: Fatura do Dispositivo
|
76
85
|
device_invoice_label: Obtenha documentos comerciais para seu contador ou sua coleção de PDFs.
|
@@ -89,64 +98,75 @@ pt-BR:
|
|
89
98
|
time_zone_hint: Determina as taxas de atualização e horários de descanso do dispositivo.
|
90
99
|
locale: Idioma
|
91
100
|
locale_hint: Qual idioma você prefere? __Veja mais__.
|
92
|
-
|
93
|
-
# toast messages
|
94
101
|
update:
|
95
102
|
success: Perfil atualizado com sucesso
|
103
|
+
reset_api_key:
|
104
|
+
success: API key was regenerated successfully
|
96
105
|
dashboard:
|
97
106
|
index:
|
98
107
|
title: Dashboard
|
99
|
-
morning_salutation: Bom dia
|
100
|
-
afternoon_salutation: Boa tarde
|
101
|
-
evening_salutation: Boa noite
|
102
108
|
last_7_days: Últimos 7 dias
|
103
109
|
last_30_days: Últimos 30 dias
|
104
110
|
last_90_days: Últimos 90 dias
|
105
111
|
today: Hoje
|
106
112
|
yesterday: Ontem
|
107
|
-
health:
|
113
|
+
health:
|
108
114
|
bad: Plugins com problemas
|
109
115
|
good: Plugins funcionando
|
110
116
|
next_steps: Vamos lhe informar se algo mudar
|
111
|
-
news:
|
117
|
+
news:
|
112
118
|
title: Notícias
|
113
119
|
cta: Ver Tudo
|
114
|
-
|
120
|
+
playlist_items:
|
115
121
|
title: Playlist
|
116
122
|
cta: Editar Playlist
|
117
123
|
pieces_of_content_displayed: Telas exibidas
|
118
|
-
plugins:
|
124
|
+
plugins:
|
119
125
|
title: Plugins
|
120
126
|
cta: Ir para Plugins
|
121
127
|
connected: Conectados
|
122
128
|
new_and_popular: Novos e Populares
|
123
129
|
shop:
|
124
130
|
title: Loja
|
125
|
-
time_saved:
|
131
|
+
time_saved:
|
126
132
|
title: Tempo economizado
|
127
133
|
cta: Ler sobre
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Bom dia
|
136
|
+
afternoon_salutation: Boa tarde
|
137
|
+
evening_salutation: Boa noite
|
128
138
|
devices:
|
129
139
|
edit:
|
130
|
-
accepts_beta_firmware: Versões Antecipadas de Firmware
|
140
|
+
accepts_beta_firmware: Versões Antecipadas de Firmware
|
131
141
|
accepts_beta_firmware_hint: Ative para obter as últimas versões do firmware de dispositivo antes dos outros usuários.
|
132
142
|
back_to_devices: Voltar para Dispositivos
|
133
143
|
battery_consumption: Consumo da Bateria
|
134
144
|
battery_consumption_hint: Economize energia desfrute de mais bateria ativando o Modo de Suspensão.
|
135
|
-
developer_perks: Vantagens de Desenvolvedor
|
145
|
+
developer_perks: Vantagens de Desenvolvedor
|
136
146
|
developer_perks_hint: Opções abaixo requerem o __Add-on de Desenvolvedor__.
|
137
147
|
device_credentials: Credenciais do Dispositivo
|
138
148
|
device_credentials_hint: Veja o que você pode fazer com essas credenciais __aqui__
|
139
149
|
device_name: Nome do Dispositivo
|
140
150
|
device_name_hint: Usamos esse nome para tornar a interface do TRMNL mais confortável
|
151
|
+
device_model: Device Model
|
152
|
+
device_model_hint: Your hardware Model
|
153
|
+
device_model_switch_warning: This is a dangerous operation, learn more __here__
|
141
154
|
edit_device: Alterar Dispositivo
|
155
|
+
guest_mode: Guest Mode
|
156
|
+
guest_mode_hint: Choose what to display (and for how long) whenever guest mode is enabled.
|
157
|
+
guest_mode_item_placeholder: Choose an item
|
158
|
+
guest_mode_duration_placeholder: Choose a duration
|
142
159
|
identify: Identificar
|
143
160
|
identify_device: Identificar Dispositivo
|
144
161
|
identify_device_hint: Clique no botão abaixo para mostrar uma tela no dispositivo que ajuda a identificá-lo.
|
145
162
|
logs: Logs
|
146
163
|
logs_hint: Depure seu dispositivo e plugins com os logs de erro.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
147
165
|
mirror: Espelhar
|
148
166
|
mirror_device: Espelhar outro Dispositivo
|
149
167
|
mirror_device_hint: Forneça um ID de Dispositivo (compartilhável) para espelhar sua playlist. Sua playlist ainda será exibida.
|
168
|
+
mirror_stop: Disconnect Mirroring
|
169
|
+
mirror_sync: Sync Screens
|
150
170
|
ota_enabled: Ativar Atualizações OTA
|
151
171
|
ota_enabled_hint: Instalar novos firmwares automaticamente. Desative para usar seu próprio firmware.
|
152
172
|
sleep_mode: Modo de Suspensão
|
@@ -156,8 +176,10 @@ pt-BR:
|
|
156
176
|
special_function_hint: Configure uma função para o clique duplo do botão na traseira do seu dispositivo.
|
157
177
|
special_function_learn_more: Saiba mais sobre funções especiais __aqui__.
|
158
178
|
unlink: Desconectar
|
179
|
+
unlink_confirm: Are you sure? This will delete all underlying plugin settings and playlist items, so the device can be added to another account.
|
159
180
|
unlink_device: Desconectar Dispositivo
|
160
181
|
unlink_device_hint: Desconectar um TRMNL permite revendê-lo ou dá-lo a outra pessoa com segurança.
|
182
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
161
183
|
visibility: Visibilidade
|
162
184
|
visibility_hint: Torne seu TRMNL espelhável mudando a configuração abaixo.
|
163
185
|
your_device: Seu TRMNL
|
@@ -170,8 +192,6 @@ pt-BR:
|
|
170
192
|
title: Adicionar novo dispositivo
|
171
193
|
description: Coloque o ID do Dispositivo para adicionar um novo TRMNL à sua conta.
|
172
194
|
add_device: Adicionar novo dispositivo
|
173
|
-
|
174
|
-
# toast messages
|
175
195
|
associate:
|
176
196
|
error: Erro ao associar dispositivo
|
177
197
|
success: Dispositivo associado com sucesso
|
@@ -192,7 +212,7 @@ pt-BR:
|
|
192
212
|
success: Dispositivo trocado com sucesso
|
193
213
|
update:
|
194
214
|
error: Erro ao atualizar dispositivo
|
195
|
-
success:
|
215
|
+
success: Configurações do dispositivo %{device} atualizadas com sucesso
|
196
216
|
invoices:
|
197
217
|
rate_limit: Too many attempts, please wait and try again
|
198
218
|
invoice_not_found: Invoice not found
|
@@ -201,12 +221,14 @@ pt-BR:
|
|
201
221
|
title: Logs
|
202
222
|
all: Todos
|
203
223
|
device: Dispositivo
|
204
|
-
dump: Conteúdo
|
224
|
+
dump: Conteúdo
|
205
225
|
id: ID
|
206
226
|
private_plugins: Plugins Privados
|
207
227
|
source: Fonte
|
208
228
|
time: Data
|
209
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
210
232
|
form:
|
211
233
|
back_to_plugin_settings: Voltar para configurações do plugin
|
212
234
|
design_system: Utilize o nosso design system
|
@@ -218,14 +240,17 @@ pt-BR:
|
|
218
240
|
edit_markup_without_preview: Editar Markup (sem pré-visualização)
|
219
241
|
error_rendering_markup: Erro ao renderizar o markup
|
220
242
|
fix_indentation: Corrigir indentação
|
243
|
+
go_to_preview: Go To Preview
|
221
244
|
live_preview: Pré-visualização
|
222
245
|
no_changes_to_save: Não há alterações para salvar
|
246
|
+
pop_out_preview: Pop Out Preview
|
223
247
|
quickstart_examples: Exemplos Rápidos
|
224
248
|
quickstart_example_applied: Aplicado!
|
225
249
|
quickstart_use_this_example: Usar este exemplo
|
226
250
|
revert: Reverter
|
227
251
|
revert_confirm: Tem certeza que deseja reverter? Todas as mudanças não salvas serão perdidas.
|
228
252
|
save_changes: Salvar (⌘﹢S)
|
253
|
+
separate_preview: Preview is open in a separate window
|
229
254
|
merge_variables:
|
230
255
|
your_variables: Suas variáveis
|
231
256
|
no_merge_variables:
|
@@ -246,9 +271,11 @@ pt-BR:
|
|
246
271
|
error: Invalid OTP code
|
247
272
|
verify_otp:
|
248
273
|
verify: Verify
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
249
276
|
success: 2FA successful
|
250
277
|
error: Invalid OTP code
|
251
|
-
|
278
|
+
playlist_items:
|
252
279
|
index:
|
253
280
|
title: Playlist
|
254
281
|
tagline: Escolha o que é exibido no
|
@@ -262,20 +289,35 @@ pt-BR:
|
|
262
289
|
display_period_from: Exibir de
|
263
290
|
display_period_to: até
|
264
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
|
-
every:
|
266
|
-
|
292
|
+
every: Every
|
293
|
+
never_skip: Never skip screens
|
294
|
+
smart_playlist: Smart Playlist
|
295
|
+
smart_playlist_hint: Automatically skip screens whose contents haven't changed in a while.
|
296
|
+
skip_after:
|
297
|
+
one: Skip stale screens after 1 day
|
298
|
+
other: Skip stale screens after %{count} days
|
299
|
+
playlist_item:
|
300
|
+
adjust_schedule: Adjust schedule
|
267
301
|
delete: Tem certeza que deseja remover este item? O plugin continuará conectado, apenas não será exibido no seu dispositivo.
|
268
302
|
displayed_now: Exibindo agora
|
269
303
|
not_displayed_yet: Pendente
|
270
304
|
remove_from_playlist: Remover da playlist
|
271
|
-
|
272
|
-
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
273
307
|
create:
|
274
308
|
error: Falha ao atualizar a playlist
|
275
309
|
success: Playlist atualizada
|
276
310
|
destroy:
|
277
311
|
error: Erro ao remover item da playlist
|
278
312
|
success: Plugin removido da Playlist
|
313
|
+
toggle_visibility:
|
314
|
+
success: Playlist item %{change}
|
315
|
+
duplicate:
|
316
|
+
success: Playlist duplicated
|
317
|
+
sort:
|
318
|
+
success: Playlist order updated
|
319
|
+
set_preferences:
|
320
|
+
success: Smart playlist preference updated
|
279
321
|
update:
|
280
322
|
success: Ordem da Playlist atualizada
|
281
323
|
plugins:
|
@@ -286,7 +328,7 @@ pt-BR:
|
|
286
328
|
connected: Conectados
|
287
329
|
recipes: Receitas
|
288
330
|
recipes_hint: Plugins privados criados por membros da comunidade que podem ser instalados com 1 clique. __Saiba mais__.
|
289
|
-
search:
|
331
|
+
search:
|
290
332
|
placeholder: Buscar Plugins
|
291
333
|
my:
|
292
334
|
index:
|
@@ -302,10 +344,13 @@ pt-BR:
|
|
302
344
|
tagline: Outros usuários poderão instalar seu plugin.
|
303
345
|
name: Nome
|
304
346
|
category: Categoria
|
347
|
+
category_hint: Hold cmd or ctrl to choose up to 3
|
348
|
+
refresh_every: Supported Refresh Interval
|
349
|
+
refresh_every_hint: The fastest refresh interval your plugin can support.
|
305
350
|
description: Descrição
|
306
351
|
description_hint: Máximo de 50 caracteres
|
307
352
|
icon: Ícone
|
308
|
-
icon_hint: recomendado
|
353
|
+
icon_hint: recomendado 512x512px
|
309
354
|
installation_url: URL de Instalação
|
310
355
|
installation_url_hint: Saiba mais sobre o fluxo de instalação __aqui__.
|
311
356
|
installation_success_webhook_url: URL do Webhook de Instalação Bem Sucedida
|
@@ -314,6 +359,8 @@ pt-BR:
|
|
314
359
|
management_url_hint: Saiba mais sobre o fluxo de configuração __aqui__.
|
315
360
|
markup_url: URL de Geração de Telas
|
316
361
|
markup_url_hint: Saiba mais sobre a geração de telas __aqui__.
|
362
|
+
no_screen_padding: No Screen Padding
|
363
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
317
364
|
uninstallation_webhook_url: URL do Webhook de Desinstalação
|
318
365
|
edit:
|
319
366
|
title: Alterar Plugin
|
@@ -322,6 +369,12 @@ pt-BR:
|
|
322
369
|
description: Descrição
|
323
370
|
plugin_recipes:
|
324
371
|
connected: Recipe connected
|
372
|
+
connections:
|
373
|
+
one: Connection
|
374
|
+
other: Connections
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
325
378
|
new:
|
326
379
|
error: Receita não encontrada
|
327
380
|
plugin_settings:
|
@@ -330,14 +383,20 @@ pt-BR:
|
|
330
383
|
delete_are_you_sure: Tem certeza que deseja deletar essa configuração?
|
331
384
|
delete: Isso irá remover completamente as condfigurações do plugin. Para esconder o plugin do dispositivo, simplesmente remova-o da Playlist.
|
332
385
|
inactive: Inativo
|
333
|
-
no_plugin_settings_found: Nenhuma configuração encontrada.
|
386
|
+
no_plugin_settings_found: Nenhuma configuração encontrada.
|
334
387
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
335
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
336
389
|
form:
|
337
390
|
active_hint: Exibir ou esconder este plugin no seu dispositivo
|
391
|
+
advanced_settings: Advanced Settings
|
338
392
|
back_to_plugin: Voltar para %{plugin}
|
339
393
|
back_to_plugins: Voltar para Plugins
|
340
394
|
connect_with: Conectar com %{plugin}
|
395
|
+
debug_logs: Debug Logs
|
396
|
+
debug_logs_click_here: Click here
|
397
|
+
debug_logs_click_here_hint: to enable debug logs for this plugin instance.
|
398
|
+
debug_logs_enabled: Debug logs enabled for %{hours} hours.
|
399
|
+
debug_logs_enabled_link: View logs
|
341
400
|
disconnect_account: Desconectar Conta
|
342
401
|
manage_plugin: Configurar %{plugin}
|
343
402
|
force_refresh: Forçar Atualização
|
@@ -345,6 +404,11 @@ pt-BR:
|
|
345
404
|
force_refresh_click_here: Clique aqui
|
346
405
|
force_refresh_click_here_hint: para gerar uma nova tela imediatamente
|
347
406
|
learn_more: Saiba mais sobre esse plugin em nossa base de conhecimento
|
407
|
+
learn_more_fork: This plugin was forked from a Recipe.
|
408
|
+
learn_more_fork_original: See Original
|
409
|
+
learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
|
410
|
+
learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
|
411
|
+
learn_more_recipe_short: 'Note: this plugin is a Recipe.'
|
348
412
|
linked_account: Conta Vinculada
|
349
413
|
linked_account_success: Conta vinculada com sucesso com %{plugin_name}
|
350
414
|
link_oauth: Vincular Conta
|
@@ -355,6 +419,13 @@ pt-BR:
|
|
355
419
|
plugin_uuid: UUID do Plugin
|
356
420
|
plugin_uuid_hint: Use para enviar requisições para a API de Webhook.
|
357
421
|
preview: Pré-visualização - seu dispositivo mostrará dados reais
|
422
|
+
recipe_cta_heading_published: This plugin is a Recipe
|
423
|
+
recipe_cta_heading_in_review: Recipe in review
|
424
|
+
recipe_cta_heading_not_published: Publish as a Recipe?
|
425
|
+
recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
|
426
|
+
recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
|
427
|
+
recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
|
428
|
+
recipe_cta_confirm: Are you sure? Our team will review and get back to you within a couple days. You may continue making changes.
|
358
429
|
refresh_rate: Taxa de atualização
|
359
430
|
refresh_rate_hint: Defina com que frequência esse plugin obtém novos dados
|
360
431
|
refreshed: Atualizado
|
@@ -365,14 +436,13 @@ pt-BR:
|
|
365
436
|
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
366
437
|
refresh_paused_mashup: Refreshing Mashups
|
367
438
|
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
439
|
+
refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
|
368
440
|
visit_docs: Visitar Documentação
|
369
441
|
import:
|
370
442
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
371
443
|
missing_entry: The ZIP file does not contain %{filename}
|
372
444
|
entry_too_large: "%{filename} is too large"
|
373
445
|
malformed: "%{filename} is malformed"
|
374
|
-
|
375
|
-
# toast messages
|
376
446
|
create:
|
377
447
|
success: Plugin criado e adicionado à sua
|
378
448
|
playlist: playlist
|
@@ -383,17 +453,29 @@ pt-BR:
|
|
383
453
|
success: Configuração do plugin atualizada com sucesso
|
384
454
|
add_to_playlist:
|
385
455
|
success: Plugin adicionado à Playlist
|
386
|
-
|
387
456
|
referral_code:
|
388
457
|
create:
|
389
458
|
request_received: Request received, check your inbox
|
459
|
+
recipes:
|
460
|
+
index:
|
461
|
+
newest_to_oldest: Newest to Oldest
|
462
|
+
oldest_to_newest: Oldest to Newest
|
463
|
+
most_popular: Most Popular
|
464
|
+
install: Install
|
465
|
+
fork: Fork
|
466
|
+
schedules:
|
467
|
+
form:
|
468
|
+
add: Add a custom schedule
|
469
|
+
append: And during…
|
470
|
+
no_schedule: This screen will be shown at all times.
|
471
|
+
some_schedule: Only show this screen during…
|
472
|
+
to: to
|
473
|
+
copy_prompt: Copy schedule from…
|
390
474
|
upgrade:
|
391
475
|
index:
|
392
|
-
title:
|
476
|
+
title: 'Fazendo upgrade do dispositivo:'
|
393
477
|
tagline: Adquira plugins customizados e __mais__.
|
394
|
-
pay: Pagar
|
478
|
+
pay: Pagar
|
395
479
|
error: Dispositivo %{device_name} já possui upgrade, troque para outro dispositivo
|
396
|
-
|
397
|
-
# toast messages
|
398
480
|
confirm:
|
399
481
|
success: A Edição de Desenvolvedor está ativada agora
|