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.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +4 -4
  3. data/README.adoc +4 -4
  4. data/lib/trmnl/i18n/locales/custom_plugins/da.yml +14 -0
  5. data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +14 -0
  6. data/lib/trmnl/i18n/locales/custom_plugins/de.yml +14 -0
  7. data/lib/trmnl/i18n/locales/custom_plugins/en.yml +14 -0
  8. data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +14 -0
  9. data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +14 -0
  10. data/lib/trmnl/i18n/locales/custom_plugins/he.yml +14 -0
  11. data/lib/trmnl/i18n/locales/custom_plugins/id.yml +14 -0
  12. data/lib/trmnl/i18n/locales/custom_plugins/it.yml +16 -2
  13. data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +14 -0
  14. data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +14 -0
  15. data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +14 -0
  16. data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
  17. data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +14 -0
  18. data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +14 -0
  19. data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
  20. data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +14 -0
  21. data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +14 -0
  22. data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +14 -0
  23. data/lib/trmnl/i18n/locales/plugin_renders/da.yml +172 -0
  24. data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +199 -27
  25. data/lib/trmnl/i18n/locales/plugin_renders/de.yml +199 -27
  26. data/lib/trmnl/i18n/locales/plugin_renders/en.yml +172 -0
  27. data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +172 -0
  28. data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +172 -0
  29. data/lib/trmnl/i18n/locales/plugin_renders/he.yml +172 -0
  30. data/lib/trmnl/i18n/locales/plugin_renders/id.yml +172 -0
  31. data/lib/trmnl/i18n/locales/plugin_renders/it.yml +203 -31
  32. data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +172 -0
  33. data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +172 -0
  34. data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +172 -0
  35. data/lib/trmnl/i18n/locales/plugin_renders/no.yml +172 -0
  36. data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
  37. data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +172 -0
  38. data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +172 -0
  39. data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
  40. data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +172 -0
  41. data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +172 -0
  42. data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +172 -0
  43. data/lib/trmnl/i18n/locales/web_ui/da.yml +94 -9
  44. data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +202 -117
  45. data/lib/trmnl/i18n/locales/web_ui/de.yml +202 -117
  46. data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
  47. data/lib/trmnl/i18n/locales/web_ui/en.yml +95 -12
  48. data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +170 -85
  49. data/lib/trmnl/i18n/locales/web_ui/fr.yml +94 -9
  50. data/lib/trmnl/i18n/locales/web_ui/he.yml +95 -10
  51. data/lib/trmnl/i18n/locales/web_ui/id.yml +94 -9
  52. data/lib/trmnl/i18n/locales/web_ui/it.yml +150 -65
  53. data/lib/trmnl/i18n/locales/web_ui/ja.yml +94 -9
  54. data/lib/trmnl/i18n/locales/web_ui/ko.yml +177 -92
  55. data/lib/trmnl/i18n/locales/web_ui/nl.yml +94 -9
  56. data/lib/trmnl/i18n/locales/web_ui/no.yml +94 -9
  57. data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
  58. data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +94 -9
  59. data/lib/trmnl/i18n/locales/web_ui/raw.yml +92 -9
  60. data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
  61. data/lib/trmnl/i18n/locales/web_ui/uk.yml +94 -9
  62. data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +94 -9
  63. data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +93 -8
  64. data/trmnl-i18n.gemspec +2 -2
  65. data.tar.gz.sig +0 -0
  66. metadata +10 -3
  67. metadata.gz.sig +0 -0
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  es-ES:
3
+ locale_name: Español (España)
3
4
  add: Crear
4
5
  add_new: Crear nuevo
5
6
  ago: ago
@@ -27,20 +28,21 @@ es-ES:
27
28
  device_id: Identificador de dispositivo
28
29
  edit: Opciones
29
30
  email_address: Correo electrónico
30
- export: Export
31
+ export: Exportar
31
32
  fetching: Fetching
32
33
  first_name: Nombre
33
34
  forgot_password: Olvidé mi contraseña
34
35
  forgot_password_title: Otra vez
35
36
  get_started: "¡Empecemos!"
36
37
  identify: Identificar
37
- import: Import
38
+ import: Importar
38
39
  import_new: Import new
39
- integrations: Integrations
40
+ integrations: Integraciones
40
41
  keep_me_signed_in: Mantenerme conectado
41
42
  knowledge_base: Base de Conocimiento
42
43
  last_name: Apellido
43
- loading: Loading
44
+ learn_more: Learn more
45
+ loading: Cargando
44
46
  login: Iniciar sesión
45
47
  log_out: Cerrar sesión
46
48
  minimum_characters: Caracteres como mínimo
@@ -48,60 +50,61 @@ es-ES:
48
50
  my_playlist: My Playlist
49
51
  new_password: Nueva contraseña
50
52
  password: Contraseña
51
- please_wait: Please Wait...
53
+ please_wait: Por favor, espera...
52
54
  plugin_not_found: Plugin not found
53
55
  refresh_rates_hint: Learn how refresh rates work __here__.
54
56
  reset_password: Restablecer mi contraseña
55
57
  save: Guardar
56
- section: Section
58
+ section: Sección
57
59
  sign_in: Iniciar sesión
58
60
  sign_up: Registrarse
59
- something_went_wrong: Something went wrong
60
- support: Support
61
+ something_went_wrong: Algo ha fallado
62
+ tech_support: Soporte
61
63
  update: Actualizar
62
64
  view: Ver
63
65
  welcome: "¡Hola!"
66
+ time:
67
+ formats:
68
+ shorter: "%-H:%M"
69
+ start_of_week: 1
64
70
  account:
65
71
  index:
66
72
  title: Cuenta
67
73
  tagline: Gestionar mi cuenta
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
74
+ api_key_confirm: "¿Estás seguro de que quieres volver a regenerar tu clave API? La antigua será invalidada."
75
+ api_key_hint: Ver __la documentación__ para aprender a configurar tu entorno local.
76
+ api_key_label: La credencial para autenticar las herramientas del entorno local
77
+ api_key_reset: Regenerar
78
+ api_key: Clave API
73
79
  email_address: Correo electrónico
74
- refer_and_earn: Refer and Earn
75
- refer_and_earn_hint: Give the gift of TRMNL with a personalized coupon. Earn per use, paid monthly.
80
+ refer_and_earn: Invita y gana
81
+ refer_and_earn_hint: Envía el regalo de TRMNL con un cupón personalizado. Gana por uso, pagado mensualmente.
76
82
  refer_and_earn_redemptions: Redemptions
77
- refer_and_earn_request_code: Request a Code
78
- device_invoice: Device Invoice
79
- device_invoice_label: Download commercial documents for your accountant or (weird) PDF collection.
80
- device_invoice_hint: Find this on your package tracking page or shipment notification email.
83
+ refer_and_earn_request_code: Solicita un Código
84
+ device_invoice: Factura del dispositivo
85
+ device_invoice_label: Descarga documentos comerciales para tu gestor o tu (extraña) colección de PDFs.
86
+ device_invoice_hint: Encuentralo en tu página de seguimiento de envío o en el correo de notificación de envío.
81
87
  email_address_hint: Se usa para conectarse a TRMNL y recibir mensajes.
82
88
  first_name_hint: Usamos tu nombre para hacer que la interfaz de TRMNL sea más cómoda.
83
89
  last_name_hint: Usamos tu apellido para hacer que la interfaz de TRMNL sea más cómoda.
84
90
  password_hint: Para proteger tu cuenta de TRMNL.
85
- enable_2fa: Enable 2FA?
86
- enable_2fa_hint: __Click here__ to enable OTP.
87
- disable_2fa: Disable 2FA
91
+ enable_2fa: "¿Habilitar 2FA?"
92
+ enable_2fa_hint: __Haz click aquí__ para habilitar OTP.
93
+ disable_2fa: Deshabilitar 2FA
88
94
  disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
89
95
  session: Sesión
90
96
  session_hint: Estás conectado como %{user}
91
97
  time_zone: Zona horaria
92
98
  time_zone_hint: Determina la tasa de refresco y tiempo de suspensión del dispositivo.
93
- locale: Locale
94
- locale_hint: What language and localization do you prefer? __Go here__.
99
+ locale: Idioma
100
+ locale_hint: "¿Qué idioma y localización prefieres? __Accede aquí__."
95
101
  update:
96
102
  success: Perfil actualizado correctamente
97
103
  reset_api_key:
98
- success: API key was regenerated successfully
104
+ success: La clave API se ha regenerado correctamente
99
105
  dashboard:
100
106
  index:
101
107
  title: Panel de control
102
- morning_salutation: Good morning
103
- afternoon_salutation: Good afternoon
104
- evening_salutation: Good evening
105
108
  last_7_days: Últimos 7 días
106
109
  last_30_days: Últimos 30 días
107
110
  last_90_days: Últimos 90 días
@@ -113,8 +116,8 @@ es-ES:
113
116
  next_steps: Te informaremos si algo cambia
114
117
  news:
115
118
  title: Noticias
116
- cta: View All
117
- playlists:
119
+ cta: Ver TODAS
120
+ playlist_items:
118
121
  title: Lista de reproducción
119
122
  cta: Editar lista de reproducción
120
123
  pieces_of_content_displayed: Contenido mostrado
@@ -124,10 +127,14 @@ es-ES:
124
127
  connected: Conectado
125
128
  new_and_popular: Nuevo y Popular
126
129
  shop:
127
- title: Shop
130
+ title: Tienda
128
131
  time_saved:
129
132
  title: Tiempo ahorrado
130
133
  cta: Leer más
134
+ welcome_message:
135
+ morning_salutation: Buenos días
136
+ afternoon_salutation: Buenas tardes
137
+ evening_salutation: Buenas noches
131
138
  devices:
132
139
  edit:
133
140
  accepts_beta_firmware: Firmware de versión de pruebas
@@ -137,19 +144,29 @@ es-ES:
137
144
  battery_consumption_hint: Ahorra energía y mejora el uso de batería habilitando el Modo de Suspensión.
138
145
  developer_perks: Ventajas para Desarrolladores
139
146
  developer_perks_hint: Las opciones a continuación requieren el __plugin de Desarrollador__.
140
- device_credentials: Device Credentials
141
- device_credentials_hint: See what you can do with these credentials __here__
147
+ device_credentials: Credenciales del dispositivo
148
+ device_credentials_hint: Puedes ver qué puedes hacer con estas credenciales __aquí__
142
149
  device_name: Nombre del Dispositivo
143
150
  device_name_hint: Lo utilizamos para hacer la interfaz de TRMNL más cómoda
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: Editar 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: Haz clic en el botón de abajo para crear una pantalla en este dispositivo que ayude a identificarlo.
148
162
  logs: Logs
149
163
  logs_hint: Debug your device and plugins with a live feed of raw error logs.
164
+ low_battery_email_notification: Low Battery Email Notification
150
165
  mirror: Copiar dispositivo
151
166
  mirror_device: Copiar otro Dispositivo
152
167
  mirror_device_hint: Proporciona un ID de dispositivo (compartible) para espejar su lista de reproducción. Tu lista de reproducción seguirá mostrándose.
168
+ mirror_stop: Disconnect Mirroring
169
+ mirror_sync: Sync Screens
153
170
  ota_enabled: Actualizaciones OTA Habilitadas
154
171
  ota_enabled_hint: Instala automáticamente nuevo firmware. Desactiva para usar tu propio firmware.
155
172
  sleep_mode: Modo de Suspensión
@@ -159,8 +176,10 @@ es-ES:
159
176
  special_function_hint: Configura una función de doble clic para el botón en la parte posterior de tu dispositivo.
160
177
  special_function_learn_more: Aprende más sobre funciones especiales __aquí__.
161
178
  unlink: Desvincular
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: Desvincular Dispositivo
163
181
  unlink_device_hint: Desvincular un dispositivo TRMNL lo hace seguro para revender o regalar a otra persona.
182
+ unlink_device_learn_more: Follow the full guide __here__.
164
183
  visibility: Visibilidad
165
184
  visibility_hint: Haz que tu dispositivo TRMNL sea espejeable cambiando la configuración a continuación.
166
185
  your_device: Tu TRMNL
@@ -195,19 +214,21 @@ es-ES:
195
214
  error: Error al actualizar el dispositivo
196
215
  success: Configuración del dispositivo %{device} actualizada con éxito
197
216
  invoices:
198
- rate_limit: Too many attempts, please wait and try again
199
- invoice_not_found: Invoice not found
217
+ rate_limit: Demasiados intentos, por favor, espera e intentalo de nuevo
218
+ invoice_not_found: Factura no encontrada
200
219
  logs:
201
220
  index:
202
221
  title: Logs
203
- all: All
204
- device: Device
222
+ all: Todos
223
+ device: Dispositivos
205
224
  dump: Dump
206
225
  id: ID
207
- private_plugins: Private Plugins
226
+ private_plugins: Plugins Privados
208
227
  source: Source
209
228
  time: Time
210
229
  markups:
230
+ console_logs:
231
+ js_logs: JS Logs
211
232
  form:
212
233
  back_to_plugin_settings: Back to plugin settings
213
234
  design_system: Leverage our native design system
@@ -237,57 +258,76 @@ es-ES:
237
258
  no_variables_detected: No variables detected.
238
259
  mfa:
239
260
  disable_otp:
240
- success: 2FA Disabled
241
- invalid_otp: Invalid OTP
242
- invalid_password: Invalid Password
243
- invalid_otp_and_password: Invalid OTP and Password
261
+ success: 2FA Deshabilitado
262
+ invalid_otp: OTP invalido
263
+ invalid_password: Contraseña incorrecta
264
+ invalid_otp_and_password: OTP y contraseña incorrectos
244
265
  enable_otp:
245
- input_otp: Enter OTP
266
+ input_otp: Introduce el OTP
246
267
  submit: Verify and Enable
247
- already_enabled: 2FA is already enabled
268
+ already_enabled: 2FA ya está habilitado
248
269
  enable_otp_verify:
249
- success: 2FA Enabled
250
- error: Invalid OTP code
270
+ success: 2FA Habilitado
271
+ error: Código OTP incorrecto
251
272
  verify_otp:
252
- verify: Verify
273
+ verify: Verificar
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
- playlists:
278
+ playlist_items:
256
279
  index:
257
280
  title: Lista de Reproducción
258
281
  tagline: Elige lo que se muestra en
259
- add_a_group: Add a Group
260
- add_a_plugin: Add a Plugin
282
+ add_a_group: Añadir a un Grupo
283
+ add_a_plugin: Añadir a un Plugin
261
284
  add_first_device_cta: "¡Empieza __añadiendo__ tu primer dispositivo TRMNL!"
262
285
  add_to_playlist: Añadir a la Lista de Reproducción
263
286
  create_first_playlist_cta: "¡Crea tu lista de reproducción después de __conectar__ tu primer plugin!"
264
287
  custom: Custom
265
288
  device_default: Device default
266
- display_period_from: Display from
267
- display_period_to: to
289
+ display_period_from: Mostrar desde
290
+ display_period_to: hasta
268
291
  display_period_validation: Start time must be before end time. Create another group to span overnight hours.
269
- every: every
270
- playlist:
292
+ every: Cada
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: "¿Seguro que quieres eliminar este elemento? El plugin permanecerá conectado, pero no se mostrará en tu dispositivo."
272
302
  displayed_now: Mostrado ahora
273
303
  not_displayed_yet: Pendiente
274
304
  remove_from_playlist: Eliminar de la lista de reproducción
305
+ hide_playlist: Ocultar este elemento
306
+ show_playlist: Mostrar este elemento
275
307
  create:
276
308
  error: Falló la actualización de la lista de reproducción
277
309
  success: Lista de reproducción actualizada
278
310
  destroy:
279
311
  error: Error al eliminar el elemento de la lista de reproducción
280
312
  success: eliminado de la lista de reproducción
313
+ toggle_visibility:
314
+ success: Elemento de la lista de reproducción %{change}
315
+ duplicate:
316
+ success: Lista de reproducción duplicada
317
+ sort:
318
+ success: Orden de la lista de reproducción actualizado
319
+ set_preferences:
320
+ success: Smart playlist preference updated
281
321
  update:
282
- success: Orden de la lista de reproducción actualizada
322
+ success: Orden de la lista de reproducción actualizado
283
323
  plugins:
284
324
  index:
285
- title: Complementos
325
+ title: Plugins
286
326
  tagline: "¿Qué pondrás en tu TRMNL?"
287
327
  available: Disponible
288
328
  connected: Conectado
289
329
  recipes: Recipes
290
- recipes_hint: Private plugins by community members that can be installed in 1 click. __Learn more__.
330
+ recipes_hint: Plugins Privados creados por miembros de la comunidad que se pueden instalar en 1 click. __Aprende más__.
291
331
  search:
292
332
  placeholder: Buscar Plugins
293
333
  my:
@@ -297,25 +337,30 @@ es-ES:
297
337
  card:
298
338
  connections: connections
299
339
  install: Install
300
- review_are_you_sure: Are you sure? The TRMNL team will test it and email you any questions.
340
+ review_are_you_sure: "¿Estás seguro? El equipo de TRMNL lo revisará y te enviará un email con cualquier duda."
301
341
  submit_for_review: Mandar a revisión
302
342
  new:
303
343
  title: Crear Plugin
304
344
  tagline: Permitir que otros usuarios instalen tu plugin
305
345
  name: Nombre
306
- category: Category
346
+ category: Categoría
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: Descripción
308
- description_hint: Maximum 50 characters
351
+ description_hint: Máximo 50 caracteres
309
352
  icon: Icono
310
- icon_hint: 40px*40px recomendado
311
- installation_url: Installation URL
312
- installation_url_hint: Learn more about the installation flow __here__.
353
+ icon_hint: 512x512px recomendado
354
+ installation_url: URL de instalacion
355
+ installation_url_hint: Aprende más sobre el flujo de instalación __aquí__.
313
356
  installation_success_webhook_url: Installation Success Webhook URL
314
357
  knowledge_base_url: Knowledge Base URL
315
358
  management_url: Plugin Management URL
316
359
  management_url_hint: Learn more about the management flow __here__.
317
360
  markup_url: Plugin Markup URL
318
361
  markup_url_hint: Learn more about screen generation __here__.
362
+ no_screen_padding: No Screen Padding
363
+ no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
319
364
  uninstallation_webhook_url: Uninstallation Webhook URL
320
365
  edit:
321
366
  title: Editar Plugin
@@ -324,29 +369,46 @@ es-ES:
324
369
  description: Descripción
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: Recipe not found
329
380
  plugin_settings:
330
381
  active: Activo
331
- copy_are_you_sure: Are you sure you want to copy this setting?
332
- delete_are_you_sure: Are you sure you want to delete this setting?
333
- delete: Esto borrará completamente la configuración del plugin. Para esconder este plugin de tu dispositivo, elimínalo de tu Lista de Reproducción en su lugar.
382
+ copy_are_you_sure: "¿Estás seguro de que quieres copiar este plugin?"
383
+ delete_are_you_sure: "¿Estás seguro de que quieres eliminar este plugin?"
384
+ delete: Esto borrará completamente la configuración del plugin. Para ocultar este plugin de tu dispositivo, elimínalo de tu Lista de Reproducción en su lugar.
334
385
  inactive: Inactivo
335
386
  no_plugin_settings_found: No se encontraron configuraciones del plugin.
336
- refreshing_now_please_wait: Refreshing now, reload this page in a few seconds.
387
+ refreshing_now_please_wait: Actualizando, refresca la página en unos segundos.
337
388
  reset_credentials: "%{plugin_name} account reset successfully"
338
389
  form:
339
390
  active_hint: Mostrar u ocultar este plugin en tu dispositivo
391
+ advanced_settings: Advanced Settings
340
392
  back_to_plugin: Volver a %{plugin}
341
393
  back_to_plugins: Volver a Plugins
342
394
  connect_with: Conectar con %{plugin}
343
- disconnect_account: Disconnect Account
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
400
+ disconnect_account: Desconectar cuenta
344
401
  manage_plugin: Configurar %{plugin}
345
402
  force_refresh: Forzar Refresco
346
403
  force_refresh_hint: Esta función está diseñada solo para pruebas; por favor, no abuses de ella.
347
404
  force_refresh_click_here: Haz clic aquí
348
405
  force_refresh_click_here_hint: Genera una nueva pantalla inmediatamente
349
406
  learn_more: Aprende sobre este plugin en nuestra base de conocimientos
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: Linked Account
351
413
  linked_account_success: Successfully linked with %{plugin_name}
352
414
  link_oauth: Vincular Cuenta
@@ -357,40 +419,63 @@ es-ES:
357
419
  plugin_uuid: UUID del Plugin
358
420
  plugin_uuid_hint: Utiliza esto para hacer solicitudes a la API de Webhook.
359
421
  preview: Vista previa - tu dispositivo mostrará datos reales
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: Tasa de refresco
361
430
  refresh_rate_hint: Define con qué frecuencia esta instancia de plugin obtiene nuevos datos
362
431
  refreshed: Refrescado
363
- remove_plugin: Remove plugin
364
- remove_plugin_hint: Removing a plugin will also remove it from your playlist
365
- synced: Synced
366
- refresh_paused: Refresh Paused
367
- refresh_paused_hint: Auto-refresh is paused. Add to playlist to start again.
432
+ remove_plugin: Eliminar plugin
433
+ remove_plugin_hint: Eliminar un plugin también lo eliminará de tu lista de reproducción
434
+ synced: Sincronizado
435
+ refresh_paused: Actualización en pausa
436
+ refresh_paused_hint: La actualización automática está en pausa. Añade a la lista de reproduccion para comenzar de nuevo.
368
437
  refresh_paused_mashup: Refreshing Mashups
369
438
  refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
439
+ refresh_stopped: La actualización automática se ha detenido. Por favor, arregla el error del plugin para continuar.
370
440
  visit_docs: Visitar Documentación
371
441
  import:
372
- archive_too_large: ZIP file is too large (%{max_mb} MB maximum)
373
- missing_entry: The ZIP file does not contain %{filename}
374
- entry_too_large: "%{filename} is too large"
375
- malformed: "%{filename} is malformed"
442
+ archive_too_large: El archivo ZIP es demasiado grande (%{max_mb} MB máximo)
443
+ missing_entry: El archivo ZIP no contiene %{filename}
444
+ entry_too_large: "%{filename} es demasiado grande"
445
+ malformed: "%{filename} está mal formado"
376
446
  create:
377
447
  success: Plugin creado y añadido a tu
378
448
  playlist: lista de reproducción
379
449
  destroy:
380
450
  success: Plugin eliminado
381
- handle_canceled_consent: Consentimiento cancelado, por favor intenta de nuevo
451
+ handle_canceled_consent: Consentimiento cancelado, por favor intentalo de nuevo
382
452
  update:
383
453
  success: Configuración del plugin actualizada con éxito
384
454
  add_to_playlist:
385
- success: Plugin added to Playlist
455
+ success: Plugin añadido a la Lista de Reproducción
386
456
  referral_code:
387
457
  create:
388
- request_received: Request received, check your inbox
458
+ request_received: Solicitud recibida, comprueba tu bandeja de entrada
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
- title: 'Upgrading device:'
392
- tagline: Unlock custom plugins and __more__.
393
- pay: Pay
394
- error: Device %{device_name} is already upgraded, switch to another device
476
+ title: 'Actualizando dispositivo:'
477
+ tagline: Desbloquea plugins personalizados y __más__.
478
+ pay: Pagar
479
+ error: El dispositivo %{device_name} ya se ha actualizado, cambia a otro dispositivo
395
480
  confirm:
396
- success: Developer edition add-on is now enabled
481
+ success: Se ha habilitado el add-on de la edición de Desarrollador