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
|
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:
|
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:
|
38
|
+
import: Importar
|
38
39
|
import_new: Import new
|
39
|
-
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
|
-
|
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:
|
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:
|
58
|
+
section: Sección
|
57
59
|
sign_in: Iniciar sesión
|
58
60
|
sign_up: Registrarse
|
59
|
-
something_went_wrong:
|
60
|
-
|
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:
|
69
|
-
api_key_hint:
|
70
|
-
api_key_label:
|
71
|
-
api_key_reset:
|
72
|
-
api_key: API
|
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:
|
75
|
-
refer_and_earn_hint:
|
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:
|
78
|
-
device_invoice:
|
79
|
-
device_invoice_label:
|
80
|
-
device_invoice_hint:
|
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:
|
86
|
-
enable_2fa_hint:
|
87
|
-
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:
|
94
|
-
locale_hint:
|
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
|
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:
|
117
|
-
|
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:
|
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:
|
141
|
-
device_credentials_hint:
|
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:
|
199
|
-
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:
|
204
|
-
device:
|
222
|
+
all: Todos
|
223
|
+
device: Dispositivos
|
205
224
|
dump: Dump
|
206
225
|
id: ID
|
207
|
-
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
|
241
|
-
invalid_otp:
|
242
|
-
invalid_password:
|
243
|
-
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:
|
266
|
+
input_otp: Introduce el OTP
|
246
267
|
submit: Verify and Enable
|
247
|
-
already_enabled: 2FA
|
268
|
+
already_enabled: 2FA ya está habilitado
|
248
269
|
enable_otp_verify:
|
249
|
-
success: 2FA
|
250
|
-
error:
|
270
|
+
success: 2FA Habilitado
|
271
|
+
error: Código OTP incorrecto
|
251
272
|
verify_otp:
|
252
|
-
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
|
-
|
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:
|
260
|
-
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:
|
267
|
-
display_period_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:
|
270
|
-
|
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
|
322
|
+
success: Orden de la lista de reproducción actualizado
|
283
323
|
plugins:
|
284
324
|
index:
|
285
|
-
title:
|
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:
|
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:
|
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:
|
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:
|
351
|
+
description_hint: Máximo 50 caracteres
|
309
352
|
icon: Icono
|
310
|
-
icon_hint:
|
311
|
-
installation_url:
|
312
|
-
installation_url_hint:
|
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:
|
332
|
-
delete_are_you_sure:
|
333
|
-
delete: Esto borrará completamente la configuración del plugin. Para
|
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:
|
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
|
-
|
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:
|
364
|
-
remove_plugin_hint:
|
365
|
-
synced:
|
366
|
-
refresh_paused:
|
367
|
-
refresh_paused_hint:
|
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
|
373
|
-
missing_entry:
|
374
|
-
entry_too_large: "%{filename}
|
375
|
-
malformed: "%{filename}
|
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
|
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
|
455
|
+
success: Plugin añadido a la Lista de Reproducción
|
386
456
|
referral_code:
|
387
457
|
create:
|
388
|
-
request_received:
|
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: '
|
392
|
-
tagline:
|
393
|
-
pay:
|
394
|
-
error:
|
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:
|
481
|
+
success: Se ha habilitado el add-on de la edición de Desarrollador
|