trmnl-i18n 0.2.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 +4 -4
- data/README.adoc +4 -4
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +16 -2
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +14 -0
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +14 -0
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +199 -27
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +199 -27
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +203 -31
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +172 -0
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +172 -0
- data/lib/trmnl/i18n/locales/web_ui/da.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +202 -117
- data/lib/trmnl/i18n/locales/web_ui/de.yml +202 -117
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +95 -12
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +170 -85
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/he.yml +95 -10
- data/lib/trmnl/i18n/locales/web_ui/id.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/it.yml +150 -65
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +177 -92
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/no.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +92 -9
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +94 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +93 -8
- data/trmnl-i18n.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +10 -3
- metadata.gz.sig +0 -0
@@ -1,5 +1,6 @@
|
|
1
1
|
---
|
2
2
|
pt-BR:
|
3
|
+
locale_name: Portuguese (Brazil)
|
3
4
|
add: Adicionar
|
4
5
|
add_new: Adicionar novo
|
5
6
|
ago: ago
|
@@ -40,6 +41,7 @@ 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
|
@@ -57,10 +59,14 @@ pt-BR:
|
|
57
59
|
sign_in: Entrar
|
58
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
65
|
welcome: Bem-vindo
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 0
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: Conta
|
@@ -99,9 +105,6 @@ pt-BR:
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: Dashboard
|
102
|
-
morning_salutation: Bom dia
|
103
|
-
afternoon_salutation: Boa tarde
|
104
|
-
evening_salutation: Boa noite
|
105
108
|
last_7_days: Últimos 7 dias
|
106
109
|
last_30_days: Últimos 30 dias
|
107
110
|
last_90_days: Últimos 90 dias
|
@@ -114,7 +117,7 @@ pt-BR:
|
|
114
117
|
news:
|
115
118
|
title: Notícias
|
116
119
|
cta: Ver Tudo
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: Playlist
|
119
122
|
cta: Editar Playlist
|
120
123
|
pieces_of_content_displayed: Telas exibidas
|
@@ -128,6 +131,10 @@ pt-BR:
|
|
128
131
|
time_saved:
|
129
132
|
title: Tempo economizado
|
130
133
|
cta: Ler sobre
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Bom dia
|
136
|
+
afternoon_salutation: Boa tarde
|
137
|
+
evening_salutation: Boa noite
|
131
138
|
devices:
|
132
139
|
edit:
|
133
140
|
accepts_beta_firmware: Versões Antecipadas de Firmware
|
@@ -141,15 +148,25 @@ pt-BR:
|
|
141
148
|
device_credentials_hint: Veja o que você pode fazer com essas credenciais __aqui__
|
142
149
|
device_name: Nome do Dispositivo
|
143
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__
|
144
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
|
145
159
|
identify: Identificar
|
146
160
|
identify_device: Identificar Dispositivo
|
147
161
|
identify_device_hint: Clique no botão abaixo para mostrar uma tela no dispositivo que ajuda a identificá-lo.
|
148
162
|
logs: Logs
|
149
163
|
logs_hint: Depure seu dispositivo e plugins com os logs de erro.
|
164
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
165
|
mirror: Espelhar
|
151
166
|
mirror_device: Espelhar outro Dispositivo
|
152
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
|
153
170
|
ota_enabled: Ativar Atualizações OTA
|
154
171
|
ota_enabled_hint: Instalar novos firmwares automaticamente. Desative para usar seu próprio firmware.
|
155
172
|
sleep_mode: Modo de Suspensão
|
@@ -159,8 +176,10 @@ pt-BR:
|
|
159
176
|
special_function_hint: Configure uma função para o clique duplo do botão na traseira do seu dispositivo.
|
160
177
|
special_function_learn_more: Saiba mais sobre funções especiais __aqui__.
|
161
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.
|
162
180
|
unlink_device: Desconectar Dispositivo
|
163
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__.
|
164
183
|
visibility: Visibilidade
|
165
184
|
visibility_hint: Torne seu TRMNL espelhável mudando a configuração abaixo.
|
166
185
|
your_device: Seu TRMNL
|
@@ -208,6 +227,8 @@ pt-BR:
|
|
208
227
|
source: Fonte
|
209
228
|
time: Data
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: Voltar para configurações do plugin
|
213
234
|
design_system: Utilize o nosso design system
|
@@ -250,9 +271,11 @@ pt-BR:
|
|
250
271
|
error: Invalid OTP code
|
251
272
|
verify_otp:
|
252
273
|
verify: Verify
|
274
|
+
reset: Reset MFA
|
275
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
253
276
|
success: 2FA successful
|
254
277
|
error: Invalid OTP code
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: Playlist
|
258
281
|
tagline: Escolha o que é exibido no
|
@@ -266,18 +289,35 @@ pt-BR:
|
|
266
289
|
display_period_from: Exibir de
|
267
290
|
display_period_to: até
|
268
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
269
|
-
every:
|
270
|
-
|
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
|
271
301
|
delete: Tem certeza que deseja remover este item? O plugin continuará conectado, apenas não será exibido no seu dispositivo.
|
272
302
|
displayed_now: Exibindo agora
|
273
303
|
not_displayed_yet: Pendente
|
274
304
|
remove_from_playlist: Remover da playlist
|
305
|
+
hide_playlist: Hide this item
|
306
|
+
show_playlist: Show this item
|
275
307
|
create:
|
276
308
|
error: Falha ao atualizar a playlist
|
277
309
|
success: Playlist atualizada
|
278
310
|
destroy:
|
279
311
|
error: Erro ao remover item da playlist
|
280
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
|
281
321
|
update:
|
282
322
|
success: Ordem da Playlist atualizada
|
283
323
|
plugins:
|
@@ -304,10 +344,13 @@ pt-BR:
|
|
304
344
|
tagline: Outros usuários poderão instalar seu plugin.
|
305
345
|
name: Nome
|
306
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.
|
307
350
|
description: Descrição
|
308
351
|
description_hint: Máximo de 50 caracteres
|
309
352
|
icon: Ícone
|
310
|
-
icon_hint: recomendado
|
353
|
+
icon_hint: recomendado 512x512px
|
311
354
|
installation_url: URL de Instalação
|
312
355
|
installation_url_hint: Saiba mais sobre o fluxo de instalação __aqui__.
|
313
356
|
installation_success_webhook_url: URL do Webhook de Instalação Bem Sucedida
|
@@ -316,6 +359,8 @@ pt-BR:
|
|
316
359
|
management_url_hint: Saiba mais sobre o fluxo de configuração __aqui__.
|
317
360
|
markup_url: URL de Geração de Telas
|
318
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.
|
319
364
|
uninstallation_webhook_url: URL do Webhook de Desinstalação
|
320
365
|
edit:
|
321
366
|
title: Alterar Plugin
|
@@ -324,6 +369,12 @@ pt-BR:
|
|
324
369
|
description: Descrição
|
325
370
|
plugin_recipes:
|
326
371
|
connected: Recipe connected
|
372
|
+
connections:
|
373
|
+
one: Connection
|
374
|
+
other: Connections
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
327
378
|
new:
|
328
379
|
error: Receita não encontrada
|
329
380
|
plugin_settings:
|
@@ -337,9 +388,15 @@ pt-BR:
|
|
337
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
338
389
|
form:
|
339
390
|
active_hint: Exibir ou esconder este plugin no seu dispositivo
|
391
|
+
advanced_settings: Advanced Settings
|
340
392
|
back_to_plugin: Voltar para %{plugin}
|
341
393
|
back_to_plugins: Voltar para Plugins
|
342
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
|
343
400
|
disconnect_account: Desconectar Conta
|
344
401
|
manage_plugin: Configurar %{plugin}
|
345
402
|
force_refresh: Forçar Atualização
|
@@ -347,6 +404,11 @@ pt-BR:
|
|
347
404
|
force_refresh_click_here: Clique aqui
|
348
405
|
force_refresh_click_here_hint: para gerar uma nova tela imediatamente
|
349
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.'
|
350
412
|
linked_account: Conta Vinculada
|
351
413
|
linked_account_success: Conta vinculada com sucesso com %{plugin_name}
|
352
414
|
link_oauth: Vincular Conta
|
@@ -357,6 +419,13 @@ pt-BR:
|
|
357
419
|
plugin_uuid: UUID do Plugin
|
358
420
|
plugin_uuid_hint: Use para enviar requisições para a API de Webhook.
|
359
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.
|
360
429
|
refresh_rate: Taxa de atualização
|
361
430
|
refresh_rate_hint: Defina com que frequência esse plugin obtém novos dados
|
362
431
|
refreshed: Atualizado
|
@@ -367,6 +436,7 @@ pt-BR:
|
|
367
436
|
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
437
|
refresh_paused_mashup: Refreshing Mashups
|
369
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.
|
370
440
|
visit_docs: Visitar Documentação
|
371
441
|
import:
|
372
442
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
@@ -386,6 +456,21 @@ pt-BR:
|
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
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…
|
389
474
|
upgrade:
|
390
475
|
index:
|
391
476
|
title: 'Fazendo upgrade do dispositivo:'
|
@@ -1,5 +1,6 @@
|
|
1
1
|
---
|
2
2
|
raw:
|
3
|
+
locale_name: locale_name
|
3
4
|
add: add
|
4
5
|
add_new: add_new
|
5
6
|
ago: ago
|
@@ -40,6 +41,7 @@ raw:
|
|
40
41
|
keep_me_signed_in: keep_me_signed_in
|
41
42
|
knowledge_base: knowledge_base
|
42
43
|
last_name: last_name
|
44
|
+
learn_more: learn_more
|
43
45
|
loading: loading
|
44
46
|
login: login
|
45
47
|
log_out: log_out
|
@@ -57,10 +59,14 @@ raw:
|
|
57
59
|
sign_in: sign_in
|
58
60
|
sign_up: sign_up
|
59
61
|
something_went_wrong: something_went_wrong
|
60
|
-
|
62
|
+
tech_support: support
|
61
63
|
update: update
|
62
64
|
view: view
|
63
65
|
welcome: welcome
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 0
|
64
70
|
account:
|
65
71
|
index:
|
66
72
|
title: account.index.title
|
@@ -99,9 +105,6 @@ raw:
|
|
99
105
|
dashboard:
|
100
106
|
index:
|
101
107
|
title: dashboard.index.title
|
102
|
-
morning_salutation: dashboard.index.morning
|
103
|
-
afternoon_salutation: dashboard.index.afternoon
|
104
|
-
evening_salutation: dashboard.index.evening
|
105
108
|
last_7_days: dashboard.index.last_7_days
|
106
109
|
last_30_days: dashboard.index.last_30_days
|
107
110
|
last_90_days: dashboard.index.last_90_days
|
@@ -114,7 +117,7 @@ raw:
|
|
114
117
|
news:
|
115
118
|
title: dashboard.news.title
|
116
119
|
cta: dashboard.news.cta
|
117
|
-
|
120
|
+
playlist_items:
|
118
121
|
title: dashboard.playlists.title
|
119
122
|
cta: dashboard.playlists.cta
|
120
123
|
pieces_of_content_displayed: dashboard.playlists.pieces_of_content_displayed
|
@@ -128,6 +131,10 @@ raw:
|
|
128
131
|
time_saved:
|
129
132
|
title: dashboard.time_saved.title
|
130
133
|
cta: dashboard.time_saved.cta
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: dashboard.welcome_message.morning_salutation
|
136
|
+
afternoon_salutation: dashboard.welcome_message.afternoon_salutation
|
137
|
+
evening_salutation: dashboard.welcome_message.evening_salutation
|
131
138
|
devices:
|
132
139
|
edit:
|
133
140
|
accepts_beta_firmware: devices.edit.accepts_beta_firmware
|
@@ -141,15 +148,25 @@ raw:
|
|
141
148
|
device_credentials_hint: device_credentials_hint __here__
|
142
149
|
device_name: devices.edit.device_name
|
143
150
|
device_name_hint: devices.edit.device_name_hint
|
151
|
+
device_model: devices.edit.device_model
|
152
|
+
device_model_hint: devices.edit.device_model_hint
|
153
|
+
device_model_switch_warning: devices.edit.device_model_switch_warning
|
144
154
|
edit_device: devices.edit.edit_device
|
155
|
+
guest_mode: devices.edit.guest_mode
|
156
|
+
guest_mode_hint: devices.edit.guest_mode_hint
|
157
|
+
guest_mode_item_placeholder: devices.edit.guest_mode_item_placeholder
|
158
|
+
guest_mode_duration_placeholder: devices.edit.guest_mode_duration_placeholder
|
145
159
|
identify: devices.edit.identify
|
146
160
|
identify_device: devices.edit.identify_device
|
147
161
|
identify_device_hint: devices.edit.identify_device_hint
|
148
162
|
logs: devices.edit.logs
|
149
163
|
logs_hint: devices.edit.logs_hint
|
164
|
+
low_battery_email_notification: devices.edit.low_battery_email_notification
|
150
165
|
mirror: devices.edit.mirror
|
151
166
|
mirror_device: devices.edit.mirror_device
|
152
167
|
mirror_device_hint: devices.edit.mirror_device_hint
|
168
|
+
mirror_stop: devices.edit.mirror_stop
|
169
|
+
mirror_sync: devices.edit.mirror_sync
|
153
170
|
ota_enabled: devices.edit.ota_enabled
|
154
171
|
ota_enabled_hint: devices.edit.ota_enabled_hint
|
155
172
|
sleep_mode: devices.edit.sleep_mode
|
@@ -159,8 +176,10 @@ raw:
|
|
159
176
|
special_function_hint: devices.edit.special_function_hint
|
160
177
|
special_function_learn_more: devices.edit.special_function_learn_more
|
161
178
|
unlink: devices.edit.unlink
|
179
|
+
unlink_confirm: devices.edit.unlink_confirm
|
162
180
|
unlink_device: devices.edit.unlink_device
|
163
181
|
unlink_device_hint: devices.edit.unlink_device_hint
|
182
|
+
unlink_device_learn_more: devices.edit.unlink_device_learn_more
|
164
183
|
visibility: devices.edit.visibility
|
165
184
|
visibility_hint: devices.edit.visibility_hint
|
166
185
|
your_device: devices.edit.your_device
|
@@ -208,6 +227,8 @@ raw:
|
|
208
227
|
source: logs.index.source
|
209
228
|
time: logs.index.time
|
210
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: markups.console_logs.js_logs
|
211
232
|
form:
|
212
233
|
back_to_plugin_settings: markups.form.back_to_plugin_settings
|
213
234
|
design_system: markups.form.design_system
|
@@ -250,9 +271,11 @@ raw:
|
|
250
271
|
error: mfa.enable_otp_verify.error
|
251
272
|
verify_otp:
|
252
273
|
verify: mfa.verify_otp.verify
|
274
|
+
reset: mfa.verify_otp.reset
|
275
|
+
reset_instructions: mfa.verify_otp.reset_instructions
|
253
276
|
success: mfa.verify_otp.success
|
254
277
|
error: mfa.verify_otp.error
|
255
|
-
|
278
|
+
playlist_items:
|
256
279
|
index:
|
257
280
|
title: playlists.index.title
|
258
281
|
tagline: playlists.index.tagline
|
@@ -267,17 +290,34 @@ raw:
|
|
267
290
|
display_period_to: playlists.index.display_period_to
|
268
291
|
display_period_validation: playlists.index.display_period_validation
|
269
292
|
every: playlists.index.every
|
270
|
-
|
293
|
+
never_skip: playlist_items.index.never_skip
|
294
|
+
smart_playlist: playlist_items.index.smart_playlist
|
295
|
+
smart_playlist_hint: playlist_items.index.smart_playlist_hint
|
296
|
+
skip_after:
|
297
|
+
one: playlist_items.index.skip_after.one
|
298
|
+
other: playlist_items.index.skip_after.other
|
299
|
+
playlist_item:
|
300
|
+
adjust_schedule: playlist_items.playlist_item.adjust_schedule
|
271
301
|
delete: playlists.playlist.delete
|
272
302
|
displayed_now: playlists.playlist.displayed_now
|
273
303
|
not_displayed_yet: playlists.playlist.not_displayed_yet
|
274
304
|
remove_from_playlist: playlists.playlist.remove_from_playlist
|
305
|
+
hide_playlist: playlists.playlist.hide_playlist
|
306
|
+
show_playlist: playlists.playlist.show_playlist
|
275
307
|
create:
|
276
308
|
error: playlists.create.error
|
277
309
|
success: playlists.create.success
|
278
310
|
destroy:
|
279
311
|
error: playlists.destroy.error
|
280
312
|
success: playlists.destroy.success
|
313
|
+
toggle_visibility:
|
314
|
+
success: playlists.toggle_visibility.success
|
315
|
+
duplicate:
|
316
|
+
success: playlists.duplicate.success
|
317
|
+
sort:
|
318
|
+
success: playlists.sort.success
|
319
|
+
set_preferences:
|
320
|
+
success: playlist_items.set_preferences.success
|
281
321
|
update:
|
282
322
|
success: playlists.update.success
|
283
323
|
plugins:
|
@@ -304,6 +344,9 @@ raw:
|
|
304
344
|
tagline: plugins.new.tagline
|
305
345
|
name: plugins.new.name
|
306
346
|
category: plugins.new.category
|
347
|
+
category_hint: plugins.new.category_hint
|
348
|
+
refresh_every: plugins.new.refresh_every
|
349
|
+
refresh_every_hint: plugins.new.refresh_every_hint
|
307
350
|
description: plugins.new.description
|
308
351
|
description_hint: plugins.new.description_hint
|
309
352
|
icon: plugins.new.icon
|
@@ -316,9 +359,9 @@ raw:
|
|
316
359
|
management_url_hint: plugins.new.management_url_hint __here__.
|
317
360
|
markup_url: plugins.new.markup_url
|
318
361
|
markup_url_hint: plugins.new.markup_url_hint __here__.
|
362
|
+
no_screen_padding: plugins.new.no_screen_padding
|
363
|
+
no_screen_padding_hint: plugins.new.no_screen_padding_hint
|
319
364
|
uninstallation_webhook_url: plugins.new.uninstallation_webhook_url
|
320
|
-
no_screen_padding: No Screen Padding
|
321
|
-
no_screen_padding_hint: This setting allows you to remove the outermost padding and use fullscreen mode.
|
322
365
|
edit:
|
323
366
|
title: plugins.edit.title
|
324
367
|
tagline: plugins.edit.tagline
|
@@ -326,6 +369,12 @@ raw:
|
|
326
369
|
description: plugins.edit.description
|
327
370
|
plugin_recipes:
|
328
371
|
connected: plugin_recipes.connected
|
372
|
+
connections:
|
373
|
+
one: plugin_recipes.connections.one
|
374
|
+
other: plugin_recipes.connections.many
|
375
|
+
forks:
|
376
|
+
one: plugin_recipes.forks.one
|
377
|
+
other: plugin_recipes.forks.many
|
329
378
|
new:
|
330
379
|
error: plugin_recipes.new.error
|
331
380
|
plugin_settings:
|
@@ -339,9 +388,15 @@ raw:
|
|
339
388
|
reset_credentials: plugin_settings.reset_credentials
|
340
389
|
form:
|
341
390
|
active_hint: plugin_settings.form.active_hint
|
391
|
+
advanced_settings: plugin_settings.form.advanced_settings
|
342
392
|
back_to_plugin: plugin_settings.form.back_to_plugin
|
343
393
|
back_to_plugins: plugin_settings.form.back_to_plugins
|
344
394
|
connect_with: plugin_settings.form.connect_with
|
395
|
+
debug_logs: plugin_settings.form.debug_logs
|
396
|
+
debug_logs_click_here: plugin_settings.form.debug_logs_click_here
|
397
|
+
debug_logs_click_here_hint: plugin_settings.form.debug_logs_click_here_hint
|
398
|
+
debug_logs_enabled: plugin_settings.form.debug_logs_enabled
|
399
|
+
debug_logs_enabled_link: plugin_settings.form.debug_logs_enabled_link
|
345
400
|
disconnect_account: plugin_settings.form.disconnect_account
|
346
401
|
manage_plugin: plugin_settings.form.manage_plugin
|
347
402
|
force_refresh: plugin_settings.form.force_refresh
|
@@ -349,6 +404,11 @@ raw:
|
|
349
404
|
force_refresh_click_here: plugin_settings.form.force_refresh_click_here
|
350
405
|
force_refresh_click_here_hint: plugin_settings.form.force_refresh_click_here_hint
|
351
406
|
learn_more: plugin_settings.form.learn_more
|
407
|
+
learn_more_fork: plugin_settings.form.learn_more_fork
|
408
|
+
learn_more_fork_original: plugin_settings.form.learn_more_fork_original
|
409
|
+
learn_more_recipe_author: plugin_settings.form.learn_more_recipe_author
|
410
|
+
learn_more_recipe_long: plugin_settings.form.learn_more_recipe_long
|
411
|
+
learn_more_recipe_short: plugin_settings.form.learn_more_recipe_short
|
352
412
|
linked_account: plugin_settings.form.linked_account
|
353
413
|
linked_account_success: plugin_settings.form.linked_account_success
|
354
414
|
link_oauth: plugin_settings.form.link_oauth
|
@@ -359,6 +419,13 @@ raw:
|
|
359
419
|
plugin_uuid: plugin_settings.form.plugin_uuid
|
360
420
|
plugin_uuid_hint: plugin_settings.form.plugin_uuid_hint
|
361
421
|
preview: plugin_settings.form.preview
|
422
|
+
recipe_cta_heading_published: plugin_settings.form.recipe_cta_heading_published
|
423
|
+
recipe_cta_heading_in_review: plugin_settings.form.recipe_cta_heading_in_review
|
424
|
+
recipe_cta_heading_not_published: plugin_settings.form.recipe_cta_heading_not_published
|
425
|
+
recipe_cta_body_published: plugin_settings.form.recipe_cta_body_published
|
426
|
+
recipe_cta_body_in_review: plugin_settings.form.recipe_cta_body_in_review
|
427
|
+
recipe_cta_body_not_published: plugin_settings.form.recipe_cta_body_not_published
|
428
|
+
recipe_cta_confirm: plugin_settings.form.recipe_cta_confirm
|
362
429
|
refresh_rate: plugin_settings.form.refresh_rate
|
363
430
|
refresh_rate_hint: plugin_settings.form.refresh_rate_hint
|
364
431
|
refreshed: plugin_settings.form.refreshed
|
@@ -369,6 +436,7 @@ raw:
|
|
369
436
|
refresh_paused_hint: plugin_settings.form.refresh_paused_hint
|
370
437
|
refresh_paused_mashup: plugin_settings.form.refresh_paused_mashup
|
371
438
|
refresh_paused_mashup_hint: plugin_settings.form.refresh_paused_mashup_hint
|
439
|
+
refresh_stopped: plugin_settings.form.refresh_stopped
|
372
440
|
visit_docs: plugin_settings.form.visit_docs
|
373
441
|
import:
|
374
442
|
archive_too_large: plugin_settings.import.archive_too_large
|
@@ -388,6 +456,21 @@ raw:
|
|
388
456
|
referral_code:
|
389
457
|
create:
|
390
458
|
request_received: referral_code.create.request_received
|
459
|
+
recipes:
|
460
|
+
index:
|
461
|
+
newest_to_oldest: recipes.index.newest_to_oldest
|
462
|
+
oldest_to_newest: recipes.index.oldest_to_newest
|
463
|
+
most_popular: recipes.index.most_popular
|
464
|
+
install: recipes.index.install
|
465
|
+
fork: recipes.index.fork
|
466
|
+
schedules:
|
467
|
+
form:
|
468
|
+
add: schedules.form.add
|
469
|
+
append: schedules.form.append
|
470
|
+
no_schedule: schedules.form.no_schedule
|
471
|
+
some_schedule: schedules.form.some_schedule
|
472
|
+
to: schedules.form.to
|
473
|
+
copy_prompt: schedules.form.copy_prompt
|
391
474
|
upgrade:
|
392
475
|
index:
|
393
476
|
title: upgrade.index.title
|