trmnl-i18n 0.0.0 → 0.2.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 +5 -7
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +31 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +32 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +1 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +1 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +28 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +29 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +28 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +28 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +66 -61
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/de.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/en.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +51 -47
- data/lib/trmnl/i18n/locales/web_ui/he.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +52 -48
- data/lib/trmnl/i18n/locales/web_ui/it.yml +54 -50
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +56 -52
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +53 -49
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +52 -48
- data/lib/trmnl/i18n/locales/web_ui/no.yml +35 -34
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +55 -51
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +44 -44
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +58 -54
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +53 -49
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +70 -66
- 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 +21 -19
- metadata.gz.sig +0 -0
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
pt-BR:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: Adicionar
|
4
4
|
add_new: Adicionar novo
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Já tenho uma conta
|
5
|
+
ago: ago
|
6
|
+
already_have_account: Já tenho uma conta
|
7
7
|
back: Voltar
|
8
8
|
back_to_all_blog_posts: Voltar
|
9
9
|
blog: Blog
|
@@ -18,8 +18,8 @@ pt-BR:
|
|
18
18
|
copy: Copiar
|
19
19
|
copied_to_clipboard: Copiado!
|
20
20
|
copy_to_clipboard: Copiar para área de transferência
|
21
|
-
created: Created
|
22
|
-
create_an_account: Criar uma conta
|
21
|
+
created: Created
|
22
|
+
create_an_account: Criar uma conta
|
23
23
|
current_device: Dispositivo atual
|
24
24
|
days: dias
|
25
25
|
delete: Deletar
|
@@ -28,10 +28,10 @@ pt-BR:
|
|
28
28
|
edit: Configurações
|
29
29
|
email_address: E-mail
|
30
30
|
export: Export
|
31
|
-
fetching: Obtendo
|
31
|
+
fetching: Obtendo
|
32
32
|
first_name: Nome
|
33
|
-
forgot_password: Esqueci minha senha
|
34
|
-
forgot_password_title: Lá vamos nós de novo
|
33
|
+
forgot_password: Esqueci minha senha
|
34
|
+
forgot_password_title: Lá vamos nós de novo
|
35
35
|
get_started: Vamos começar!
|
36
36
|
identify: Identificar
|
37
37
|
import: Import
|
@@ -43,34 +43,37 @@ pt-BR:
|
|
43
43
|
loading: Carregando
|
44
44
|
login: Entrar
|
45
45
|
log_out: Sair
|
46
|
-
minimum_characters: caracteres pelo menos
|
47
|
-
mins: mins
|
48
|
-
my_playlist: Minha Playlist
|
46
|
+
minimum_characters: caracteres pelo menos
|
47
|
+
mins: mins
|
48
|
+
my_playlist: Minha Playlist
|
49
49
|
new_password: Nova senha
|
50
50
|
password: Senha
|
51
|
-
please_wait: Please Wait...
|
51
|
+
please_wait: Please Wait...
|
52
52
|
plugin_not_found: Plugin não encontrado
|
53
53
|
refresh_rates_hint: Saiba mais sobre taxas de atualização __aqui__.
|
54
54
|
reset_password: Redefinir minha senha
|
55
55
|
save: Salvar
|
56
56
|
section: Seção
|
57
|
-
sign_in: Entrar
|
58
|
-
sign_up: Cadastrar
|
57
|
+
sign_in: Entrar
|
58
|
+
sign_up: Cadastrar
|
59
59
|
something_went_wrong: Algo deu errado
|
60
|
-
support: Support
|
60
|
+
support: Support
|
61
61
|
update: Atualizar
|
62
62
|
view: Visualizar
|
63
|
-
welcome: Bem-vindo
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
63
|
+
welcome: Bem-vindo
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: Conta
|
69
67
|
tagline: Gerencie sua conta
|
68
|
+
api_key_confirm: Are you sure you want to regenerate your API Key? The old key will be invalidated.
|
69
|
+
api_key_hint: See __the docs__ to learn how to configure your local environment.
|
70
|
+
api_key_label: The credential for authenticating local development tools
|
71
|
+
api_key_reset: Regenerate
|
72
|
+
api_key: API Key
|
70
73
|
email_address: E-mail
|
71
74
|
refer_and_earn: Recomende e Ganhe
|
72
75
|
refer_and_earn_hint: Presenteie um TRMNL com um cupom personalizado. Receba por uso, pago mensalmente.
|
73
|
-
refer_and_earn_redemptions: Resgates
|
76
|
+
refer_and_earn_redemptions: Resgates
|
74
77
|
refer_and_earn_request_code: Pedir um Código
|
75
78
|
device_invoice: Fatura do Dispositivo
|
76
79
|
device_invoice_label: Obtenha documentos comerciais para seu contador ou sua coleção de PDFs.
|
@@ -89,10 +92,10 @@ pt-BR:
|
|
89
92
|
time_zone_hint: Determina as taxas de atualização e horários de descanso do dispositivo.
|
90
93
|
locale: Idioma
|
91
94
|
locale_hint: Qual idioma você prefere? __Veja mais__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: Perfil atualizado com sucesso
|
97
|
+
reset_api_key:
|
98
|
+
success: API key was regenerated successfully
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: Dashboard
|
@@ -104,35 +107,35 @@ pt-BR:
|
|
104
107
|
last_90_days: Últimos 90 dias
|
105
108
|
today: Hoje
|
106
109
|
yesterday: Ontem
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: Plugins com problemas
|
109
112
|
good: Plugins funcionando
|
110
113
|
next_steps: Vamos lhe informar se algo mudar
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: Notícias
|
113
116
|
cta: Ver Tudo
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: Playlist
|
116
119
|
cta: Editar Playlist
|
117
120
|
pieces_of_content_displayed: Telas exibidas
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: Plugins
|
120
123
|
cta: Ir para Plugins
|
121
124
|
connected: Conectados
|
122
125
|
new_and_popular: Novos e Populares
|
123
126
|
shop:
|
124
127
|
title: Loja
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: Tempo economizado
|
127
130
|
cta: Ler sobre
|
128
131
|
devices:
|
129
132
|
edit:
|
130
|
-
accepts_beta_firmware: Versões Antecipadas de Firmware
|
133
|
+
accepts_beta_firmware: Versões Antecipadas de Firmware
|
131
134
|
accepts_beta_firmware_hint: Ative para obter as últimas versões do firmware de dispositivo antes dos outros usuários.
|
132
135
|
back_to_devices: Voltar para Dispositivos
|
133
136
|
battery_consumption: Consumo da Bateria
|
134
137
|
battery_consumption_hint: Economize energia desfrute de mais bateria ativando o Modo de Suspensão.
|
135
|
-
developer_perks: Vantagens de Desenvolvedor
|
138
|
+
developer_perks: Vantagens de Desenvolvedor
|
136
139
|
developer_perks_hint: Opções abaixo requerem o __Add-on de Desenvolvedor__.
|
137
140
|
device_credentials: Credenciais do Dispositivo
|
138
141
|
device_credentials_hint: Veja o que você pode fazer com essas credenciais __aqui__
|
@@ -170,8 +173,6 @@ pt-BR:
|
|
170
173
|
title: Adicionar novo dispositivo
|
171
174
|
description: Coloque o ID do Dispositivo para adicionar um novo TRMNL à sua conta.
|
172
175
|
add_device: Adicionar novo dispositivo
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: Erro ao associar dispositivo
|
177
178
|
success: Dispositivo associado com sucesso
|
@@ -192,7 +193,7 @@ pt-BR:
|
|
192
193
|
success: Dispositivo trocado com sucesso
|
193
194
|
update:
|
194
195
|
error: Erro ao atualizar dispositivo
|
195
|
-
success:
|
196
|
+
success: Configurações do dispositivo %{device} atualizadas com sucesso
|
196
197
|
invoices:
|
197
198
|
rate_limit: Too many attempts, please wait and try again
|
198
199
|
invoice_not_found: Invoice not found
|
@@ -201,7 +202,7 @@ pt-BR:
|
|
201
202
|
title: Logs
|
202
203
|
all: Todos
|
203
204
|
device: Dispositivo
|
204
|
-
dump: Conteúdo
|
205
|
+
dump: Conteúdo
|
205
206
|
id: ID
|
206
207
|
private_plugins: Plugins Privados
|
207
208
|
source: Fonte
|
@@ -218,14 +219,17 @@ pt-BR:
|
|
218
219
|
edit_markup_without_preview: Editar Markup (sem pré-visualização)
|
219
220
|
error_rendering_markup: Erro ao renderizar o markup
|
220
221
|
fix_indentation: Corrigir indentação
|
222
|
+
go_to_preview: Go To Preview
|
221
223
|
live_preview: Pré-visualização
|
222
224
|
no_changes_to_save: Não há alterações para salvar
|
225
|
+
pop_out_preview: Pop Out Preview
|
223
226
|
quickstart_examples: Exemplos Rápidos
|
224
227
|
quickstart_example_applied: Aplicado!
|
225
228
|
quickstart_use_this_example: Usar este exemplo
|
226
229
|
revert: Reverter
|
227
230
|
revert_confirm: Tem certeza que deseja reverter? Todas as mudanças não salvas serão perdidas.
|
228
231
|
save_changes: Salvar (⌘﹢S)
|
232
|
+
separate_preview: Preview is open in a separate window
|
229
233
|
merge_variables:
|
230
234
|
your_variables: Suas variáveis
|
231
235
|
no_merge_variables:
|
@@ -261,14 +265,13 @@ pt-BR:
|
|
261
265
|
device_default: Device default
|
262
266
|
display_period_from: Exibir de
|
263
267
|
display_period_to: até
|
268
|
+
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
264
269
|
every: every
|
265
|
-
playlist:
|
270
|
+
playlist:
|
266
271
|
delete: Tem certeza que deseja remover este item? O plugin continuará conectado, apenas não será exibido no seu dispositivo.
|
267
272
|
displayed_now: Exibindo agora
|
268
273
|
not_displayed_yet: Pendente
|
269
274
|
remove_from_playlist: Remover da playlist
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: Falha ao atualizar a playlist
|
274
277
|
success: Playlist atualizada
|
@@ -285,16 +288,17 @@ pt-BR:
|
|
285
288
|
connected: Conectados
|
286
289
|
recipes: Receitas
|
287
290
|
recipes_hint: Plugins privados criados por membros da comunidade que podem ser instalados com 1 clique. __Saiba mais__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: Buscar Plugins
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: Meus Plugins
|
296
|
+
tagline: Desenvolva Plugins para o marketplace público
|
297
|
+
card:
|
298
|
+
connections: conexões
|
299
|
+
install: Instalar
|
300
|
+
review_are_you_sure: Tem certeza? A equipe do TRMNL irá testar e te enviar quaisquer perguntas por e-mail.
|
301
|
+
submit_for_review: Enviar para Avaliação
|
298
302
|
new:
|
299
303
|
title: Criar Novo Plugin
|
300
304
|
tagline: Outros usuários poderão instalar seu plugin.
|
@@ -319,6 +323,7 @@ pt-BR:
|
|
319
323
|
name: Nome
|
320
324
|
description: Descrição
|
321
325
|
plugin_recipes:
|
326
|
+
connected: Recipe connected
|
322
327
|
new:
|
323
328
|
error: Receita não encontrada
|
324
329
|
plugin_settings:
|
@@ -327,7 +332,7 @@ pt-BR:
|
|
327
332
|
delete_are_you_sure: Tem certeza que deseja deletar essa configuração?
|
328
333
|
delete: Isso irá remover completamente as condfigurações do plugin. Para esconder o plugin do dispositivo, simplesmente remova-o da Playlist.
|
329
334
|
inactive: Inativo
|
330
|
-
no_plugin_settings_found: Nenhuma configuração encontrada.
|
335
|
+
no_plugin_settings_found: Nenhuma configuração encontrada.
|
331
336
|
refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
|
332
337
|
reset_credentials: "%{plugin_name} account reset successfully"
|
333
338
|
form:
|
@@ -358,14 +363,16 @@ pt-BR:
|
|
358
363
|
remove_plugin: Remover plugin
|
359
364
|
remove_plugin_hint: Remover um plugin também irá removê-lo de sua playlist
|
360
365
|
synced: Sincronizado
|
366
|
+
refresh_paused: Refresh Paused
|
367
|
+
refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
|
368
|
+
refresh_paused_mashup: Refreshing Mashups
|
369
|
+
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
361
370
|
visit_docs: Visitar Documentação
|
362
371
|
import:
|
363
372
|
archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
|
364
373
|
missing_entry: The ZIP file does not contain %{filename}
|
365
374
|
entry_too_large: "%{filename} is too large"
|
366
375
|
malformed: "%{filename} is malformed"
|
367
|
-
|
368
|
-
# toast messages
|
369
376
|
create:
|
370
377
|
success: Plugin criado e adicionado à sua
|
371
378
|
playlist: playlist
|
@@ -376,17 +383,14 @@ pt-BR:
|
|
376
383
|
success: Configuração do plugin atualizada com sucesso
|
377
384
|
add_to_playlist:
|
378
385
|
success: Plugin adicionado à Playlist
|
379
|
-
|
380
386
|
referral_code:
|
381
387
|
create:
|
382
388
|
request_received: Request received, check your inbox
|
383
389
|
upgrade:
|
384
390
|
index:
|
385
|
-
title:
|
391
|
+
title: 'Fazendo upgrade do dispositivo:'
|
386
392
|
tagline: Adquira plugins customizados e __mais__.
|
387
|
-
pay: Pagar
|
393
|
+
pay: Pagar
|
388
394
|
error: Dispositivo %{device_name} já possui upgrade, troque para outro dispositivo
|
389
|
-
|
390
|
-
# toast messages
|
391
395
|
confirm:
|
392
396
|
success: A Edição de Desenvolvedor está ativada agora
|
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
raw:
|
2
|
-
# global, logged out, and auth-related
|
3
3
|
add: add
|
4
4
|
add_new: add_new
|
5
|
-
already_have_account: already_have_account
|
6
5
|
ago: ago
|
6
|
+
already_have_account: already_have_account
|
7
7
|
back: back
|
8
8
|
back_to_all_blog_posts: back_to_all_blog_posts
|
9
9
|
blog: blog
|
@@ -61,12 +61,15 @@ raw:
|
|
61
61
|
update: update
|
62
62
|
view: view
|
63
63
|
welcome: welcome
|
64
|
-
|
65
|
-
# views by resource (device, plugins, playlists, account, etc)
|
66
64
|
account:
|
67
65
|
index:
|
68
66
|
title: account.index.title
|
69
67
|
tagline: account.index.tagline
|
68
|
+
api_key_confirm: account.index.api_key_confirm
|
69
|
+
api_key_hint: account.index.api_key_hint
|
70
|
+
api_key_label: account.index.api_key_label
|
71
|
+
api_key_reset: account.index.api_key_reset
|
72
|
+
api_key: account.index.api_key
|
70
73
|
email_address: account.index.email_address
|
71
74
|
refer_and_earn: account.index.refer_and_earn
|
72
75
|
refer_and_earn_hint: account.index.refer_and_earn_hint
|
@@ -89,10 +92,10 @@ raw:
|
|
89
92
|
time_zone_hint: account.index.time_zone_hint
|
90
93
|
locale: account.index.locale
|
91
94
|
locale_hint: account.index.locale_hint __Go here__.
|
92
|
-
|
93
|
-
# toast messages
|
94
95
|
update:
|
95
96
|
success: account.update.success
|
97
|
+
reset_api_key:
|
98
|
+
success: account.reset_api_key.success
|
96
99
|
dashboard:
|
97
100
|
index:
|
98
101
|
title: dashboard.index.title
|
@@ -104,25 +107,25 @@ raw:
|
|
104
107
|
last_90_days: dashboard.index.last_90_days
|
105
108
|
today: dashboard.index.today
|
106
109
|
yesterday: dashboard.index.yesterday
|
107
|
-
health:
|
110
|
+
health:
|
108
111
|
bad: dashboard.health.bad
|
109
112
|
good: dashboard.health.good
|
110
113
|
next_steps: dashboard.health.next_steps
|
111
|
-
news:
|
114
|
+
news:
|
112
115
|
title: dashboard.news.title
|
113
116
|
cta: dashboard.news.cta
|
114
|
-
playlists:
|
117
|
+
playlists:
|
115
118
|
title: dashboard.playlists.title
|
116
119
|
cta: dashboard.playlists.cta
|
117
120
|
pieces_of_content_displayed: dashboard.playlists.pieces_of_content_displayed
|
118
|
-
plugins:
|
121
|
+
plugins:
|
119
122
|
title: dashboard.plugins.title
|
120
123
|
cta: dashboard.plugins.cta
|
121
124
|
connected: dashboard.plugins.connected
|
122
125
|
new_and_popular: dashboard.plugins.new_and_popular
|
123
126
|
shop:
|
124
127
|
title: dashboard.shop.title
|
125
|
-
time_saved:
|
128
|
+
time_saved:
|
126
129
|
title: dashboard.time_saved.title
|
127
130
|
cta: dashboard.time_saved.cta
|
128
131
|
devices:
|
@@ -170,8 +173,6 @@ raw:
|
|
170
173
|
title: devices.new.title
|
171
174
|
description: devices.new.description
|
172
175
|
add_device: devices.new.add_device
|
173
|
-
|
174
|
-
# toast messages
|
175
176
|
associate:
|
176
177
|
error: devices.associate.error
|
177
178
|
success: devices.associate.success
|
@@ -218,14 +219,17 @@ raw:
|
|
218
219
|
edit_markup_without_preview: markups.form.edit_markup_without_preview
|
219
220
|
error_rendering_markup: markups.form.error_rendering_markup
|
220
221
|
fix_indentation: markups.form.fix_indentation
|
222
|
+
go_to_preview: markups.form.go_to_preview
|
221
223
|
live_preview: markups.form.live_preview
|
222
224
|
no_changes_to_save: markups.form.no_changes_to_save
|
225
|
+
pop_out_preview: markups.form.pop_out_preview
|
223
226
|
quickstart_examples: markups.form.quickstart_examples
|
224
227
|
quickstart_example_applied: markups.form.quickstart_example_applied
|
225
228
|
quickstart_use_this_example: markups.form.quickstart_use_this_example
|
226
229
|
revert: markups.form.revert
|
227
230
|
revert_confirm: markups.form.revert_confirm
|
228
231
|
save_changes: markups.form.save_changes
|
232
|
+
separate_preview: markups.form.separate_preview
|
229
233
|
merge_variables:
|
230
234
|
your_variables: markups.merge_variables.your_variables
|
231
235
|
no_merge_variables:
|
@@ -252,23 +256,22 @@ raw:
|
|
252
256
|
index:
|
253
257
|
title: playlists.index.title
|
254
258
|
tagline: playlists.index.tagline
|
255
|
-
add_a_group: add_a_group
|
256
|
-
add_a_plugin: add_a_plugin
|
259
|
+
add_a_group: playlists.index.add_a_group
|
260
|
+
add_a_plugin: playlists.index.add_a_plugin
|
257
261
|
add_first_device_cta: playlists.index.add_first_device_cta
|
258
262
|
add_to_playlist: playlists.index.add_to_playlist
|
259
263
|
create_first_playlist_cta: playlists.index.create_first_playlist_cta
|
260
|
-
custom:
|
261
|
-
device_default:
|
262
|
-
display_period_from: display_period_from
|
263
|
-
display_period_to: display_period_to
|
264
|
-
|
265
|
-
|
264
|
+
custom: playlists.index.custom
|
265
|
+
device_default: playlists.index.device_default
|
266
|
+
display_period_from: playlists.index.display_period_from
|
267
|
+
display_period_to: playlists.index.display_period_to
|
268
|
+
display_period_validation: playlists.index.display_period_validation
|
269
|
+
every: playlists.index.every
|
270
|
+
playlist:
|
266
271
|
delete: playlists.playlist.delete
|
267
272
|
displayed_now: playlists.playlist.displayed_now
|
268
273
|
not_displayed_yet: playlists.playlist.not_displayed_yet
|
269
274
|
remove_from_playlist: playlists.playlist.remove_from_playlist
|
270
|
-
|
271
|
-
# toast messages
|
272
275
|
create:
|
273
276
|
error: playlists.create.error
|
274
277
|
success: playlists.create.success
|
@@ -285,16 +288,17 @@ raw:
|
|
285
288
|
connected: plugins.index.connected
|
286
289
|
recipes: recipes
|
287
290
|
recipes_hint: recipes_hint. __Learn more__.
|
288
|
-
search:
|
291
|
+
search:
|
289
292
|
placeholder: plugins.search.placeholder
|
290
293
|
my:
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
294
|
+
index:
|
295
|
+
title: plugins.my.title
|
296
|
+
tagline: plugins.my.tagline
|
297
|
+
card:
|
298
|
+
connections: plugins.my.connections
|
299
|
+
install: plugins.my.install
|
300
|
+
review_are_you_sure: plugins.my.review_are_you_sure
|
301
|
+
submit_for_review: plugins.my.submit_for_review
|
298
302
|
new:
|
299
303
|
title: plugins.new.title
|
300
304
|
tagline: plugins.new.tagline
|
@@ -304,8 +308,6 @@ raw:
|
|
304
308
|
description_hint: plugins.new.description_hint
|
305
309
|
icon: plugins.new.icon
|
306
310
|
icon_hint: plugins.new.icon_hint
|
307
|
-
no_screen_padding: No Screen Padding
|
308
|
-
no_screen_padding_hint: This setting allows you to remove the outermost padding and use fullscreen mode.
|
309
311
|
installation_url: plugins.new.installation_url
|
310
312
|
installation_url_hint: plugins.new.installation_url_hint __here__.
|
311
313
|
installation_success_webhook_url: plugins.new.installation_success_webhook_url
|
@@ -315,15 +317,14 @@ raw:
|
|
315
317
|
markup_url: plugins.new.markup_url
|
316
318
|
markup_url_hint: plugins.new.markup_url_hint __here__.
|
317
319
|
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.
|
318
322
|
edit:
|
319
323
|
title: plugins.edit.title
|
320
324
|
tagline: plugins.edit.tagline
|
321
325
|
name: plugins.edit.name
|
322
326
|
description: plugins.edit.description
|
323
327
|
plugin_recipes:
|
324
|
-
index:
|
325
|
-
title: Community Recipe
|
326
|
-
tagline: Installable Recipe Shared by Community
|
327
328
|
connected: plugin_recipes.connected
|
328
329
|
new:
|
329
330
|
error: plugin_recipes.new.error
|
@@ -335,7 +336,7 @@ raw:
|
|
335
336
|
inactive: plugin_settings.inactive
|
336
337
|
no_plugin_settings_found: plugin_settings.no_plugin_settings_found
|
337
338
|
refreshing_now_please_wait: plugin_settings.refreshing_now_please_wait
|
338
|
-
reset_credentials:
|
339
|
+
reset_credentials: plugin_settings.reset_credentials
|
339
340
|
form:
|
340
341
|
active_hint: plugin_settings.form.active_hint
|
341
342
|
back_to_plugin: plugin_settings.form.back_to_plugin
|
@@ -348,7 +349,7 @@ raw:
|
|
348
349
|
force_refresh_click_here: plugin_settings.form.force_refresh_click_here
|
349
350
|
force_refresh_click_here_hint: plugin_settings.form.force_refresh_click_here_hint
|
350
351
|
learn_more: plugin_settings.form.learn_more
|
351
|
-
linked_account: linked_account
|
352
|
+
linked_account: plugin_settings.form.linked_account
|
352
353
|
linked_account_success: plugin_settings.form.linked_account_success
|
353
354
|
link_oauth: plugin_settings.form.link_oauth
|
354
355
|
link_oauth_hint: plugin_settings.form.link_oauth_hint
|
@@ -362,16 +363,18 @@ raw:
|
|
362
363
|
refresh_rate_hint: plugin_settings.form.refresh_rate_hint
|
363
364
|
refreshed: plugin_settings.form.refreshed
|
364
365
|
remove_plugin: plugin_settings.form.remove_plugin
|
365
|
-
remove_plugin_hint: remove_plugin_hint
|
366
|
+
remove_plugin_hint: plugin_settings.form.remove_plugin_hint
|
366
367
|
synced: plugin_settings.form.synced
|
368
|
+
refresh_paused: plugin_settings.form.refresh_paused
|
369
|
+
refresh_paused_hint: plugin_settings.form.refresh_paused_hint
|
370
|
+
refresh_paused_mashup: plugin_settings.form.refresh_paused_mashup
|
371
|
+
refresh_paused_mashup_hint: plugin_settings.form.refresh_paused_mashup_hint
|
367
372
|
visit_docs: plugin_settings.form.visit_docs
|
368
373
|
import:
|
369
374
|
archive_too_large: plugin_settings.import.archive_too_large
|
370
375
|
missing_entry: plugin_settings.import.missing_entry
|
371
376
|
entry_too_large: plugin_settings.import.entry_too_large
|
372
377
|
malformed: plugin_settings.import.malformed
|
373
|
-
|
374
|
-
# toast messages
|
375
378
|
create:
|
376
379
|
success: plugin_settings.create.success
|
377
380
|
playlist: plugin_settings.create.playlist
|
@@ -382,7 +385,6 @@ raw:
|
|
382
385
|
success: plugin_settings.update.success
|
383
386
|
add_to_playlist:
|
384
387
|
success: plugin_settings.add_to_playlist.success
|
385
|
-
|
386
388
|
referral_code:
|
387
389
|
create:
|
388
390
|
request_received: referral_code.create.request_received
|
@@ -392,7 +394,5 @@ raw:
|
|
392
394
|
tagline: upgrade.index.tagline
|
393
395
|
pay: upgrade.index.pay
|
394
396
|
error: upgrade.index.error
|
395
|
-
|
396
|
-
# toast messages
|
397
397
|
confirm:
|
398
398
|
success: upgrade.confirm.success
|