trmnl-i18n 0.2.0 → 0.4.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 +11 -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 +107 -9
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +215 -117
- data/lib/trmnl/i18n/locales/web_ui/de.yml +215 -117
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +492 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +109 -13
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +183 -85
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/he.yml +109 -11
- data/lib/trmnl/i18n/locales/web_ui/id.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/it.yml +163 -65
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +190 -92
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/no.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +674 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +105 -9
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +492 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +108 -10
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +107 -9
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +106 -8
- data/lib/trmnl/i18n/railtie.rb +1 -5
- data/lib/trmnl/i18n.rb +7 -0
- 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
|
@@ -12,6 +13,7 @@ pt-BR:
|
|
12
13
|
change_password: Mudar Senha
|
13
14
|
charge_level: Nível de Carga
|
14
15
|
charged: carregado
|
16
|
+
charging: Charging
|
15
17
|
close: Fechar
|
16
18
|
confirm_change_password: Mudar minha senha
|
17
19
|
confirm_password: Confirmar nova senha
|
@@ -40,6 +42,7 @@ pt-BR:
|
|
40
42
|
keep_me_signed_in: Manter conectado
|
41
43
|
knowledge_base: Base de conhecimento
|
42
44
|
last_name: Sobrenome
|
45
|
+
learn_more: Learn more
|
43
46
|
loading: Carregando
|
44
47
|
login: Entrar
|
45
48
|
log_out: Sair
|
@@ -57,10 +60,14 @@ pt-BR:
|
|
57
60
|
sign_in: Entrar
|
58
61
|
sign_up: Cadastrar
|
59
62
|
something_went_wrong: Algo deu errado
|
60
|
-
|
63
|
+
tech_support: Support
|
61
64
|
update: Atualizar
|
62
65
|
view: Visualizar
|
63
66
|
welcome: Bem-vindo
|
67
|
+
time:
|
68
|
+
formats:
|
69
|
+
shorter: "%-H:%M"
|
70
|
+
start_of_week: 0
|
64
71
|
account:
|
65
72
|
index:
|
66
73
|
title: Conta
|
@@ -99,9 +106,6 @@ pt-BR:
|
|
99
106
|
dashboard:
|
100
107
|
index:
|
101
108
|
title: Dashboard
|
102
|
-
morning_salutation: Bom dia
|
103
|
-
afternoon_salutation: Boa tarde
|
104
|
-
evening_salutation: Boa noite
|
105
109
|
last_7_days: Últimos 7 dias
|
106
110
|
last_30_days: Últimos 30 dias
|
107
111
|
last_90_days: Últimos 90 dias
|
@@ -114,7 +118,7 @@ pt-BR:
|
|
114
118
|
news:
|
115
119
|
title: Notícias
|
116
120
|
cta: Ver Tudo
|
117
|
-
|
121
|
+
playlist_items:
|
118
122
|
title: Playlist
|
119
123
|
cta: Editar Playlist
|
120
124
|
pieces_of_content_displayed: Telas exibidas
|
@@ -128,6 +132,10 @@ pt-BR:
|
|
128
132
|
time_saved:
|
129
133
|
title: Tempo economizado
|
130
134
|
cta: Ler sobre
|
135
|
+
welcome_message:
|
136
|
+
morning_salutation: Bom dia
|
137
|
+
afternoon_salutation: Boa tarde
|
138
|
+
evening_salutation: Boa noite
|
131
139
|
devices:
|
132
140
|
edit:
|
133
141
|
accepts_beta_firmware: Versões Antecipadas de Firmware
|
@@ -135,23 +143,36 @@ pt-BR:
|
|
135
143
|
back_to_devices: Voltar para Dispositivos
|
136
144
|
battery_consumption: Consumo da Bateria
|
137
145
|
battery_consumption_hint: Economize energia desfrute de mais bateria ativando o Modo de Suspensão.
|
146
|
+
battery_learn_more: Learn more about battery charging __here__.
|
138
147
|
developer_perks: Vantagens de Desenvolvedor
|
139
148
|
developer_perks_hint: Opções abaixo requerem o __Add-on de Desenvolvedor__.
|
140
149
|
device_credentials: Credenciais do Dispositivo
|
141
150
|
device_credentials_hint: Veja o que você pode fazer com essas credenciais __aqui__
|
142
151
|
device_name: Nome do Dispositivo
|
143
152
|
device_name_hint: Usamos esse nome para tornar a interface do TRMNL mais confortável
|
153
|
+
device_model: Device Model
|
154
|
+
device_model_hint: Your hardware Model
|
155
|
+
device_model_switch_warning: This is a dangerous operation, learn more __here__
|
144
156
|
edit_device: Alterar Dispositivo
|
157
|
+
guest_mode: Guest Mode
|
158
|
+
guest_mode_hint: Choose what to display (and for how long) whenever guest mode is enabled.
|
159
|
+
guest_mode_item_placeholder: Choose an item
|
160
|
+
guest_mode_duration_placeholder: Choose a duration
|
145
161
|
identify: Identificar
|
146
162
|
identify_device: Identificar Dispositivo
|
147
163
|
identify_device_hint: Clique no botão abaixo para mostrar uma tela no dispositivo que ajuda a identificá-lo.
|
148
164
|
logs: Logs
|
149
165
|
logs_hint: Depure seu dispositivo e plugins com os logs de erro.
|
166
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
167
|
mirror: Espelhar
|
151
168
|
mirror_device: Espelhar outro Dispositivo
|
152
169
|
mirror_device_hint: Forneça um ID de Dispositivo (compartilhável) para espelhar sua playlist. Sua playlist ainda será exibida.
|
170
|
+
mirror_stop: Disconnect Mirroring
|
171
|
+
mirror_sync: Sync Screens
|
153
172
|
ota_enabled: Ativar Atualizações OTA
|
154
173
|
ota_enabled_hint: Instalar novos firmwares automaticamente. Desative para usar seu próprio firmware.
|
174
|
+
maximum_compatibility: Enable Maximum Compatibility
|
175
|
+
maximum_compatibility_hint: Resolves display issues caused by certain e-ink driver chips. Disables fast refresh. Firmware 1.6.0+ required.
|
155
176
|
sleep_mode: Modo de Suspensão
|
156
177
|
sleep_mode_hint: Ajuste sua taxa de atualização para otimizar foco e duração da bateria.
|
157
178
|
sleep_screen: Sleep Screen
|
@@ -159,11 +180,19 @@ pt-BR:
|
|
159
180
|
special_function_hint: Configure uma função para o clique duplo do botão na traseira do seu dispositivo.
|
160
181
|
special_function_learn_more: Saiba mais sobre funções especiais __aqui__.
|
161
182
|
unlink: Desconectar
|
183
|
+
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
184
|
unlink_device: Desconectar Dispositivo
|
163
185
|
unlink_device_hint: Desconectar um TRMNL permite revendê-lo ou dá-lo a outra pessoa com segurança.
|
186
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
164
187
|
visibility: Visibilidade
|
165
188
|
visibility_hint: Torne seu TRMNL espelhável mudando a configuração abaixo.
|
166
189
|
your_device: Seu TRMNL
|
190
|
+
upgrade_og:
|
191
|
+
title: Upgrade to 2-bit Display Available
|
192
|
+
sub_title: Your device can be upgraded to support enhanced grayscale display with 4 color levels instead of 2.
|
193
|
+
warning_1: I understand this upgrade is <strong>irreversible</strong> and cannot be undone.
|
194
|
+
warning_2: I understand this is a <strong>dangerous</strong> action and can brick my device.
|
195
|
+
cta: Upgrade to TRMNL OG (2-bit)
|
167
196
|
index:
|
168
197
|
title: Dispositivos
|
169
198
|
tagline: Seus dispositivos TRMNL
|
@@ -208,6 +237,8 @@ pt-BR:
|
|
208
237
|
source: Fonte
|
209
238
|
time: Data
|
210
239
|
markups:
|
240
|
+
console_logs:
|
241
|
+
js_logs: JS Logs
|
211
242
|
form:
|
212
243
|
back_to_plugin_settings: Voltar para configurações do plugin
|
213
244
|
design_system: Utilize o nosso design system
|
@@ -250,9 +281,11 @@ pt-BR:
|
|
250
281
|
error: Invalid OTP code
|
251
282
|
verify_otp:
|
252
283
|
verify: Verify
|
284
|
+
reset: Reset MFA
|
285
|
+
reset_instructions: Click the button on the back of your TRMNL to generate a reset code
|
253
286
|
success: 2FA successful
|
254
287
|
error: Invalid OTP code
|
255
|
-
|
288
|
+
playlist_items:
|
256
289
|
index:
|
257
290
|
title: Playlist
|
258
291
|
tagline: Escolha o que é exibido no
|
@@ -266,18 +299,35 @@ pt-BR:
|
|
266
299
|
display_period_from: Exibir de
|
267
300
|
display_period_to: até
|
268
301
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
269
|
-
every:
|
270
|
-
|
302
|
+
every: Every
|
303
|
+
never_skip: Never skip screens
|
304
|
+
smart_playlist: Smart Playlist
|
305
|
+
smart_playlist_hint: Automatically skip screens whose contents haven't changed in a while.
|
306
|
+
skip_after:
|
307
|
+
one: Skip stale screens after 1 day
|
308
|
+
other: Skip stale screens after %{count} days
|
309
|
+
playlist_item:
|
310
|
+
adjust_schedule: Adjust schedule
|
271
311
|
delete: Tem certeza que deseja remover este item? O plugin continuará conectado, apenas não será exibido no seu dispositivo.
|
272
312
|
displayed_now: Exibindo agora
|
273
313
|
not_displayed_yet: Pendente
|
274
314
|
remove_from_playlist: Remover da playlist
|
315
|
+
hide_playlist: Hide this item
|
316
|
+
show_playlist: Show this item
|
275
317
|
create:
|
276
318
|
error: Falha ao atualizar a playlist
|
277
319
|
success: Playlist atualizada
|
278
320
|
destroy:
|
279
321
|
error: Erro ao remover item da playlist
|
280
322
|
success: Plugin removido da Playlist
|
323
|
+
toggle_visibility:
|
324
|
+
success: Playlist item %{change}
|
325
|
+
duplicate:
|
326
|
+
success: Playlist duplicated
|
327
|
+
sort:
|
328
|
+
success: Playlist order updated
|
329
|
+
set_preferences:
|
330
|
+
success: Smart playlist preference updated
|
281
331
|
update:
|
282
332
|
success: Ordem da Playlist atualizada
|
283
333
|
plugins:
|
@@ -304,10 +354,13 @@ pt-BR:
|
|
304
354
|
tagline: Outros usuários poderão instalar seu plugin.
|
305
355
|
name: Nome
|
306
356
|
category: Categoria
|
357
|
+
category_hint: Hold cmd or ctrl to choose up to 3
|
358
|
+
refresh_every: Supported Refresh Interval
|
359
|
+
refresh_every_hint: The fastest refresh interval your plugin can support.
|
307
360
|
description: Descrição
|
308
361
|
description_hint: Máximo de 50 caracteres
|
309
362
|
icon: Ícone
|
310
|
-
icon_hint: recomendado
|
363
|
+
icon_hint: recomendado 512x512px
|
311
364
|
installation_url: URL de Instalação
|
312
365
|
installation_url_hint: Saiba mais sobre o fluxo de instalação __aqui__.
|
313
366
|
installation_success_webhook_url: URL do Webhook de Instalação Bem Sucedida
|
@@ -316,6 +369,8 @@ pt-BR:
|
|
316
369
|
management_url_hint: Saiba mais sobre o fluxo de configuração __aqui__.
|
317
370
|
markup_url: URL de Geração de Telas
|
318
371
|
markup_url_hint: Saiba mais sobre a geração de telas __aqui__.
|
372
|
+
no_screen_padding: No Screen Padding
|
373
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
319
374
|
uninstallation_webhook_url: URL do Webhook de Desinstalação
|
320
375
|
edit:
|
321
376
|
title: Alterar Plugin
|
@@ -324,6 +379,12 @@ pt-BR:
|
|
324
379
|
description: Descrição
|
325
380
|
plugin_recipes:
|
326
381
|
connected: Recipe connected
|
382
|
+
connections:
|
383
|
+
one: Connection
|
384
|
+
other: Connections
|
385
|
+
forks:
|
386
|
+
one: Fork
|
387
|
+
other: Forks
|
327
388
|
new:
|
328
389
|
error: Receita não encontrada
|
329
390
|
plugin_settings:
|
@@ -337,9 +398,15 @@ pt-BR:
|
|
337
398
|
reset_credentials: "%{plugin_name} account reset successfully"
|
338
399
|
form:
|
339
400
|
active_hint: Exibir ou esconder este plugin no seu dispositivo
|
401
|
+
advanced_settings: Advanced Settings
|
340
402
|
back_to_plugin: Voltar para %{plugin}
|
341
403
|
back_to_plugins: Voltar para Plugins
|
342
404
|
connect_with: Conectar com %{plugin}
|
405
|
+
debug_logs: Debug Logs
|
406
|
+
debug_logs_click_here: Click here
|
407
|
+
debug_logs_click_here_hint: to enable debug logs for this plugin instance.
|
408
|
+
debug_logs_enabled: Debug logs enabled for %{hours} hours.
|
409
|
+
debug_logs_enabled_link: View logs
|
343
410
|
disconnect_account: Desconectar Conta
|
344
411
|
manage_plugin: Configurar %{plugin}
|
345
412
|
force_refresh: Forçar Atualização
|
@@ -347,6 +414,11 @@ pt-BR:
|
|
347
414
|
force_refresh_click_here: Clique aqui
|
348
415
|
force_refresh_click_here_hint: para gerar uma nova tela imediatamente
|
349
416
|
learn_more: Saiba mais sobre esse plugin em nossa base de conhecimento
|
417
|
+
learn_more_fork: This plugin was forked from a Recipe.
|
418
|
+
learn_more_fork_original: See Original
|
419
|
+
learn_more_recipe_author: Need help? Contact %{recipe_author} on Discord.
|
420
|
+
learn_more_recipe_long: This plugin is a community Recipe and is not maintained by TRMNL.
|
421
|
+
learn_more_recipe_short: 'Note: this plugin is a Recipe.'
|
350
422
|
linked_account: Conta Vinculada
|
351
423
|
linked_account_success: Conta vinculada com sucesso com %{plugin_name}
|
352
424
|
link_oauth: Vincular Conta
|
@@ -354,9 +426,19 @@ pt-BR:
|
|
354
426
|
multiple_instances_hint: Esse plugin suporta múltiplas instâncias.
|
355
427
|
name: Nome
|
356
428
|
name_hint: Dê um nome para se lembrar facilmente
|
429
|
+
parse: Parse
|
430
|
+
parse_save_first: Parse (Save plugin first)
|
431
|
+
parsed: Parsed
|
357
432
|
plugin_uuid: UUID do Plugin
|
358
433
|
plugin_uuid_hint: Use para enviar requisições para a API de Webhook.
|
359
434
|
preview: Pré-visualização - seu dispositivo mostrará dados reais
|
435
|
+
recipe_cta_heading_published: This plugin is a Recipe
|
436
|
+
recipe_cta_heading_in_review: Recipe in review
|
437
|
+
recipe_cta_heading_not_published: Publish as a Recipe?
|
438
|
+
recipe_cta_body_published: Changes will be reflected on existing installs and future installs/forks.
|
439
|
+
recipe_cta_body_in_review: This plugin has been submitted to our team. Stand by.
|
440
|
+
recipe_cta_body_not_published: Submit this plugin for others to install. __Learn more__.
|
441
|
+
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
442
|
refresh_rate: Taxa de atualização
|
361
443
|
refresh_rate_hint: Defina com que frequência esse plugin obtém novos dados
|
362
444
|
refreshed: Atualizado
|
@@ -367,6 +449,7 @@ pt-BR:
|
|
367
449
|
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
450
|
refresh_paused_mashup: Refreshing Mashups
|
369
451
|
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
452
|
+
refresh_stopped: Auto-refresh stopped. Please fix the plugin error to continue.
|
370
453
|
visit_docs: Visitar Documentação
|
371
454
|
import:
|
372
455
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
@@ -386,6 +469,21 @@ pt-BR:
|
|
386
469
|
referral_code:
|
387
470
|
create:
|
388
471
|
request_received: Request received, check your inbox
|
472
|
+
recipes:
|
473
|
+
index:
|
474
|
+
newest_to_oldest: Newest to Oldest
|
475
|
+
oldest_to_newest: Oldest to Newest
|
476
|
+
most_popular: Most Popular
|
477
|
+
install: Install
|
478
|
+
fork: Fork
|
479
|
+
schedules:
|
480
|
+
form:
|
481
|
+
add: Add a custom schedule
|
482
|
+
append: And during…
|
483
|
+
no_schedule: This screen will be shown at all times.
|
484
|
+
some_schedule: Only show this screen during…
|
485
|
+
to: to
|
486
|
+
copy_prompt: Copy schedule from…
|
389
487
|
upgrade:
|
390
488
|
index:
|
391
489
|
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
|
@@ -12,6 +13,7 @@ raw:
|
|
12
13
|
change_password: change_password
|
13
14
|
charge_level: charge_level
|
14
15
|
charged: charged
|
16
|
+
charging: charging
|
15
17
|
close: close
|
16
18
|
confirm_change_password: confirm_change_password
|
17
19
|
confirm_password: confirm_password
|
@@ -40,6 +42,7 @@ raw:
|
|
40
42
|
keep_me_signed_in: keep_me_signed_in
|
41
43
|
knowledge_base: knowledge_base
|
42
44
|
last_name: last_name
|
45
|
+
learn_more: learn_more
|
43
46
|
loading: loading
|
44
47
|
login: login
|
45
48
|
log_out: log_out
|
@@ -57,10 +60,14 @@ raw:
|
|
57
60
|
sign_in: sign_in
|
58
61
|
sign_up: sign_up
|
59
62
|
something_went_wrong: something_went_wrong
|
60
|
-
|
63
|
+
tech_support: support
|
61
64
|
update: update
|
62
65
|
view: view
|
63
66
|
welcome: welcome
|
67
|
+
time:
|
68
|
+
formats:
|
69
|
+
shorter: "%-H:%M"
|
70
|
+
start_of_week: 0
|
64
71
|
account:
|
65
72
|
index:
|
66
73
|
title: account.index.title
|
@@ -99,9 +106,6 @@ raw:
|
|
99
106
|
dashboard:
|
100
107
|
index:
|
101
108
|
title: dashboard.index.title
|
102
|
-
morning_salutation: dashboard.index.morning
|
103
|
-
afternoon_salutation: dashboard.index.afternoon
|
104
|
-
evening_salutation: dashboard.index.evening
|
105
109
|
last_7_days: dashboard.index.last_7_days
|
106
110
|
last_30_days: dashboard.index.last_30_days
|
107
111
|
last_90_days: dashboard.index.last_90_days
|
@@ -114,7 +118,7 @@ raw:
|
|
114
118
|
news:
|
115
119
|
title: dashboard.news.title
|
116
120
|
cta: dashboard.news.cta
|
117
|
-
|
121
|
+
playlist_items:
|
118
122
|
title: dashboard.playlists.title
|
119
123
|
cta: dashboard.playlists.cta
|
120
124
|
pieces_of_content_displayed: dashboard.playlists.pieces_of_content_displayed
|
@@ -128,6 +132,10 @@ raw:
|
|
128
132
|
time_saved:
|
129
133
|
title: dashboard.time_saved.title
|
130
134
|
cta: dashboard.time_saved.cta
|
135
|
+
welcome_message:
|
136
|
+
morning_salutation: dashboard.welcome_message.morning_salutation
|
137
|
+
afternoon_salutation: dashboard.welcome_message.afternoon_salutation
|
138
|
+
evening_salutation: dashboard.welcome_message.evening_salutation
|
131
139
|
devices:
|
132
140
|
edit:
|
133
141
|
accepts_beta_firmware: devices.edit.accepts_beta_firmware
|
@@ -135,23 +143,36 @@ raw:
|
|
135
143
|
back_to_devices: devices.edit.back_to_devices
|
136
144
|
battery_consumption: devices.edit.battery_consumption
|
137
145
|
battery_consumption_hint: devices.edit.battery_consumption_hint
|
146
|
+
battery_learn_more: devices.edit.battery_learn_more
|
138
147
|
developer_perks: devices.edit.developer_perks
|
139
148
|
developer_perks_hint: devices.edit.developer_perks_hint
|
140
149
|
device_credentials: devices.edit.device_credentials
|
141
150
|
device_credentials_hint: device_credentials_hint __here__
|
142
151
|
device_name: devices.edit.device_name
|
143
152
|
device_name_hint: devices.edit.device_name_hint
|
153
|
+
device_model: devices.edit.device_model
|
154
|
+
device_model_hint: devices.edit.device_model_hint
|
155
|
+
device_model_switch_warning: devices.edit.device_model_switch_warning
|
144
156
|
edit_device: devices.edit.edit_device
|
157
|
+
guest_mode: devices.edit.guest_mode
|
158
|
+
guest_mode_hint: devices.edit.guest_mode_hint
|
159
|
+
guest_mode_item_placeholder: devices.edit.guest_mode_item_placeholder
|
160
|
+
guest_mode_duration_placeholder: devices.edit.guest_mode_duration_placeholder
|
145
161
|
identify: devices.edit.identify
|
146
162
|
identify_device: devices.edit.identify_device
|
147
163
|
identify_device_hint: devices.edit.identify_device_hint
|
148
164
|
logs: devices.edit.logs
|
149
165
|
logs_hint: devices.edit.logs_hint
|
166
|
+
low_battery_email_notification: devices.edit.low_battery_email_notification
|
150
167
|
mirror: devices.edit.mirror
|
151
168
|
mirror_device: devices.edit.mirror_device
|
152
169
|
mirror_device_hint: devices.edit.mirror_device_hint
|
170
|
+
mirror_stop: devices.edit.mirror_stop
|
171
|
+
mirror_sync: devices.edit.mirror_sync
|
153
172
|
ota_enabled: devices.edit.ota_enabled
|
154
173
|
ota_enabled_hint: devices.edit.ota_enabled_hint
|
174
|
+
maximum_compatibility: devices.edit.maximum_compatibility
|
175
|
+
maximum_compatibility_hint: devices.edit.maximum_compatibility_hint
|
155
176
|
sleep_mode: devices.edit.sleep_mode
|
156
177
|
sleep_mode_hint: devices.edit.sleep_mode_hint
|
157
178
|
sleep_screen: devices.edit.sleep_screen
|
@@ -159,11 +180,19 @@ raw:
|
|
159
180
|
special_function_hint: devices.edit.special_function_hint
|
160
181
|
special_function_learn_more: devices.edit.special_function_learn_more
|
161
182
|
unlink: devices.edit.unlink
|
183
|
+
unlink_confirm: devices.edit.unlink_confirm
|
162
184
|
unlink_device: devices.edit.unlink_device
|
163
185
|
unlink_device_hint: devices.edit.unlink_device_hint
|
186
|
+
unlink_device_learn_more: devices.edit.unlink_device_learn_more
|
164
187
|
visibility: devices.edit.visibility
|
165
188
|
visibility_hint: devices.edit.visibility_hint
|
166
189
|
your_device: devices.edit.your_device
|
190
|
+
upgrade_og:
|
191
|
+
title: devices.edit.upgrade_og.title
|
192
|
+
sub_title: devices.edit.upgrade_og.sub_title
|
193
|
+
warning_1: devices.edit.upgrade_og.warning_1
|
194
|
+
warning_2: devices.edit.upgrade_og.warning_2
|
195
|
+
cta: devices.edit.upgrade_og.cta
|
167
196
|
index:
|
168
197
|
title: devices.index.title
|
169
198
|
tagline: devices.index.tagline
|
@@ -208,6 +237,8 @@ raw:
|
|
208
237
|
source: logs.index.source
|
209
238
|
time: logs.index.time
|
210
239
|
markups:
|
240
|
+
console_logs:
|
241
|
+
js_logs: markups.console_logs.js_logs
|
211
242
|
form:
|
212
243
|
back_to_plugin_settings: markups.form.back_to_plugin_settings
|
213
244
|
design_system: markups.form.design_system
|
@@ -250,9 +281,11 @@ raw:
|
|
250
281
|
error: mfa.enable_otp_verify.error
|
251
282
|
verify_otp:
|
252
283
|
verify: mfa.verify_otp.verify
|
284
|
+
reset: mfa.verify_otp.reset
|
285
|
+
reset_instructions: mfa.verify_otp.reset_instructions
|
253
286
|
success: mfa.verify_otp.success
|
254
287
|
error: mfa.verify_otp.error
|
255
|
-
|
288
|
+
playlist_items:
|
256
289
|
index:
|
257
290
|
title: playlists.index.title
|
258
291
|
tagline: playlists.index.tagline
|
@@ -267,17 +300,34 @@ raw:
|
|
267
300
|
display_period_to: playlists.index.display_period_to
|
268
301
|
display_period_validation: playlists.index.display_period_validation
|
269
302
|
every: playlists.index.every
|
270
|
-
|
303
|
+
never_skip: playlist_items.index.never_skip
|
304
|
+
smart_playlist: playlist_items.index.smart_playlist
|
305
|
+
smart_playlist_hint: playlist_items.index.smart_playlist_hint
|
306
|
+
skip_after:
|
307
|
+
one: playlist_items.index.skip_after.one
|
308
|
+
other: playlist_items.index.skip_after.other
|
309
|
+
playlist_item:
|
310
|
+
adjust_schedule: playlist_items.playlist_item.adjust_schedule
|
271
311
|
delete: playlists.playlist.delete
|
272
312
|
displayed_now: playlists.playlist.displayed_now
|
273
313
|
not_displayed_yet: playlists.playlist.not_displayed_yet
|
274
314
|
remove_from_playlist: playlists.playlist.remove_from_playlist
|
315
|
+
hide_playlist: playlists.playlist.hide_playlist
|
316
|
+
show_playlist: playlists.playlist.show_playlist
|
275
317
|
create:
|
276
318
|
error: playlists.create.error
|
277
319
|
success: playlists.create.success
|
278
320
|
destroy:
|
279
321
|
error: playlists.destroy.error
|
280
322
|
success: playlists.destroy.success
|
323
|
+
toggle_visibility:
|
324
|
+
success: playlists.toggle_visibility.success
|
325
|
+
duplicate:
|
326
|
+
success: playlists.duplicate.success
|
327
|
+
sort:
|
328
|
+
success: playlists.sort.success
|
329
|
+
set_preferences:
|
330
|
+
success: playlist_items.set_preferences.success
|
281
331
|
update:
|
282
332
|
success: playlists.update.success
|
283
333
|
plugins:
|
@@ -304,6 +354,9 @@ raw:
|
|
304
354
|
tagline: plugins.new.tagline
|
305
355
|
name: plugins.new.name
|
306
356
|
category: plugins.new.category
|
357
|
+
category_hint: plugins.new.category_hint
|
358
|
+
refresh_every: plugins.new.refresh_every
|
359
|
+
refresh_every_hint: plugins.new.refresh_every_hint
|
307
360
|
description: plugins.new.description
|
308
361
|
description_hint: plugins.new.description_hint
|
309
362
|
icon: plugins.new.icon
|
@@ -316,9 +369,9 @@ raw:
|
|
316
369
|
management_url_hint: plugins.new.management_url_hint __here__.
|
317
370
|
markup_url: plugins.new.markup_url
|
318
371
|
markup_url_hint: plugins.new.markup_url_hint __here__.
|
372
|
+
no_screen_padding: plugins.new.no_screen_padding
|
373
|
+
no_screen_padding_hint: plugins.new.no_screen_padding_hint
|
319
374
|
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
375
|
edit:
|
323
376
|
title: plugins.edit.title
|
324
377
|
tagline: plugins.edit.tagline
|
@@ -326,6 +379,12 @@ raw:
|
|
326
379
|
description: plugins.edit.description
|
327
380
|
plugin_recipes:
|
328
381
|
connected: plugin_recipes.connected
|
382
|
+
connections:
|
383
|
+
one: plugin_recipes.connections.one
|
384
|
+
other: plugin_recipes.connections.many
|
385
|
+
forks:
|
386
|
+
one: plugin_recipes.forks.one
|
387
|
+
other: plugin_recipes.forks.many
|
329
388
|
new:
|
330
389
|
error: plugin_recipes.new.error
|
331
390
|
plugin_settings:
|
@@ -339,9 +398,15 @@ raw:
|
|
339
398
|
reset_credentials: plugin_settings.reset_credentials
|
340
399
|
form:
|
341
400
|
active_hint: plugin_settings.form.active_hint
|
401
|
+
advanced_settings: plugin_settings.form.advanced_settings
|
342
402
|
back_to_plugin: plugin_settings.form.back_to_plugin
|
343
403
|
back_to_plugins: plugin_settings.form.back_to_plugins
|
344
404
|
connect_with: plugin_settings.form.connect_with
|
405
|
+
debug_logs: plugin_settings.form.debug_logs
|
406
|
+
debug_logs_click_here: plugin_settings.form.debug_logs_click_here
|
407
|
+
debug_logs_click_here_hint: plugin_settings.form.debug_logs_click_here_hint
|
408
|
+
debug_logs_enabled: plugin_settings.form.debug_logs_enabled
|
409
|
+
debug_logs_enabled_link: plugin_settings.form.debug_logs_enabled_link
|
345
410
|
disconnect_account: plugin_settings.form.disconnect_account
|
346
411
|
manage_plugin: plugin_settings.form.manage_plugin
|
347
412
|
force_refresh: plugin_settings.form.force_refresh
|
@@ -349,6 +414,11 @@ raw:
|
|
349
414
|
force_refresh_click_here: plugin_settings.form.force_refresh_click_here
|
350
415
|
force_refresh_click_here_hint: plugin_settings.form.force_refresh_click_here_hint
|
351
416
|
learn_more: plugin_settings.form.learn_more
|
417
|
+
learn_more_fork: plugin_settings.form.learn_more_fork
|
418
|
+
learn_more_fork_original: plugin_settings.form.learn_more_fork_original
|
419
|
+
learn_more_recipe_author: plugin_settings.form.learn_more_recipe_author
|
420
|
+
learn_more_recipe_long: plugin_settings.form.learn_more_recipe_long
|
421
|
+
learn_more_recipe_short: plugin_settings.form.learn_more_recipe_short
|
352
422
|
linked_account: plugin_settings.form.linked_account
|
353
423
|
linked_account_success: plugin_settings.form.linked_account_success
|
354
424
|
link_oauth: plugin_settings.form.link_oauth
|
@@ -356,9 +426,19 @@ raw:
|
|
356
426
|
multiple_instances_hint: plugin_settings.form.multiple_instances_hint
|
357
427
|
name: plugin_settings.form.name
|
358
428
|
name_hint: plugin_settings.form.name_hint
|
429
|
+
parse: plugin_settings.form.parse
|
430
|
+
parse_save_first: plugin_settings.form.parse_save_first
|
431
|
+
parsed: plugin_settings.form.parsed
|
359
432
|
plugin_uuid: plugin_settings.form.plugin_uuid
|
360
433
|
plugin_uuid_hint: plugin_settings.form.plugin_uuid_hint
|
361
434
|
preview: plugin_settings.form.preview
|
435
|
+
recipe_cta_heading_published: plugin_settings.form.recipe_cta_heading_published
|
436
|
+
recipe_cta_heading_in_review: plugin_settings.form.recipe_cta_heading_in_review
|
437
|
+
recipe_cta_heading_not_published: plugin_settings.form.recipe_cta_heading_not_published
|
438
|
+
recipe_cta_body_published: plugin_settings.form.recipe_cta_body_published
|
439
|
+
recipe_cta_body_in_review: plugin_settings.form.recipe_cta_body_in_review
|
440
|
+
recipe_cta_body_not_published: plugin_settings.form.recipe_cta_body_not_published
|
441
|
+
recipe_cta_confirm: plugin_settings.form.recipe_cta_confirm
|
362
442
|
refresh_rate: plugin_settings.form.refresh_rate
|
363
443
|
refresh_rate_hint: plugin_settings.form.refresh_rate_hint
|
364
444
|
refreshed: plugin_settings.form.refreshed
|
@@ -369,6 +449,7 @@ raw:
|
|
369
449
|
refresh_paused_hint: plugin_settings.form.refresh_paused_hint
|
370
450
|
refresh_paused_mashup: plugin_settings.form.refresh_paused_mashup
|
371
451
|
refresh_paused_mashup_hint: plugin_settings.form.refresh_paused_mashup_hint
|
452
|
+
refresh_stopped: plugin_settings.form.refresh_stopped
|
372
453
|
visit_docs: plugin_settings.form.visit_docs
|
373
454
|
import:
|
374
455
|
archive_too_large: plugin_settings.import.archive_too_large
|
@@ -388,6 +469,21 @@ raw:
|
|
388
469
|
referral_code:
|
389
470
|
create:
|
390
471
|
request_received: referral_code.create.request_received
|
472
|
+
recipes:
|
473
|
+
index:
|
474
|
+
newest_to_oldest: recipes.index.newest_to_oldest
|
475
|
+
oldest_to_newest: recipes.index.oldest_to_newest
|
476
|
+
most_popular: recipes.index.most_popular
|
477
|
+
install: recipes.index.install
|
478
|
+
fork: recipes.index.fork
|
479
|
+
schedules:
|
480
|
+
form:
|
481
|
+
add: schedules.form.add
|
482
|
+
append: schedules.form.append
|
483
|
+
no_schedule: schedules.form.no_schedule
|
484
|
+
some_schedule: schedules.form.some_schedule
|
485
|
+
to: schedules.form.to
|
486
|
+
copy_prompt: schedules.form.copy_prompt
|
391
487
|
upgrade:
|
392
488
|
index:
|
393
489
|
title: upgrade.index.title
|