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
|
es-ES:
|
3
|
+
locale_name: Español (España)
|
3
4
|
add: Crear
|
4
5
|
add_new: Crear nuevo
|
5
6
|
ago: ago
|
@@ -12,6 +13,7 @@ es-ES:
|
|
12
13
|
change_password: Cambiar Contraseña
|
13
14
|
charge_level: Nivel de Batería
|
14
15
|
charged: Cargada
|
16
|
+
charging: Charging
|
15
17
|
close: Cerrar
|
16
18
|
confirm_change_password: Cambiar mi contraseña
|
17
19
|
confirm_password: Confirmar nueva contraseña
|
@@ -27,20 +29,21 @@ es-ES:
|
|
27
29
|
device_id: Identificador de dispositivo
|
28
30
|
edit: Opciones
|
29
31
|
email_address: Correo electrónico
|
30
|
-
export:
|
32
|
+
export: Exportar
|
31
33
|
fetching: Fetching
|
32
34
|
first_name: Nombre
|
33
35
|
forgot_password: Olvidé mi contraseña
|
34
36
|
forgot_password_title: Otra vez
|
35
37
|
get_started: "¡Empecemos!"
|
36
38
|
identify: Identificar
|
37
|
-
import:
|
39
|
+
import: Importar
|
38
40
|
import_new: Import new
|
39
|
-
integrations:
|
41
|
+
integrations: Integraciones
|
40
42
|
keep_me_signed_in: Mantenerme conectado
|
41
43
|
knowledge_base: Base de Conocimiento
|
42
44
|
last_name: Apellido
|
43
|
-
|
45
|
+
learn_more: Learn more
|
46
|
+
loading: Cargando
|
44
47
|
login: Iniciar sesión
|
45
48
|
log_out: Cerrar sesión
|
46
49
|
minimum_characters: Caracteres como mínimo
|
@@ -48,60 +51,61 @@ es-ES:
|
|
48
51
|
my_playlist: My Playlist
|
49
52
|
new_password: Nueva contraseña
|
50
53
|
password: Contraseña
|
51
|
-
please_wait:
|
54
|
+
please_wait: Por favor, espera...
|
52
55
|
plugin_not_found: Plugin not found
|
53
56
|
refresh_rates_hint: Learn how refresh rates work __here__.
|
54
57
|
reset_password: Restablecer mi contraseña
|
55
58
|
save: Guardar
|
56
|
-
section:
|
59
|
+
section: Sección
|
57
60
|
sign_in: Iniciar sesión
|
58
61
|
sign_up: Registrarse
|
59
|
-
something_went_wrong:
|
60
|
-
|
62
|
+
something_went_wrong: Algo ha fallado
|
63
|
+
tech_support: Soporte
|
61
64
|
update: Actualizar
|
62
65
|
view: Ver
|
63
66
|
welcome: "¡Hola!"
|
67
|
+
time:
|
68
|
+
formats:
|
69
|
+
shorter: "%-H:%M"
|
70
|
+
start_of_week: 1
|
64
71
|
account:
|
65
72
|
index:
|
66
73
|
title: Cuenta
|
67
74
|
tagline: Gestionar mi cuenta
|
68
|
-
api_key_confirm:
|
69
|
-
api_key_hint:
|
70
|
-
api_key_label:
|
71
|
-
api_key_reset:
|
72
|
-
api_key: API
|
75
|
+
api_key_confirm: "¿Estás seguro de que quieres volver a regenerar tu clave API? La antigua será invalidada."
|
76
|
+
api_key_hint: Ver __la documentación__ para aprender a configurar tu entorno local.
|
77
|
+
api_key_label: La credencial para autenticar las herramientas del entorno local
|
78
|
+
api_key_reset: Regenerar
|
79
|
+
api_key: Clave API
|
73
80
|
email_address: Correo electrónico
|
74
|
-
refer_and_earn:
|
75
|
-
refer_and_earn_hint:
|
81
|
+
refer_and_earn: Invita y gana
|
82
|
+
refer_and_earn_hint: Envía el regalo de TRMNL con un cupón personalizado. Gana por uso, pagado mensualmente.
|
76
83
|
refer_and_earn_redemptions: Redemptions
|
77
|
-
refer_and_earn_request_code:
|
78
|
-
device_invoice:
|
79
|
-
device_invoice_label:
|
80
|
-
device_invoice_hint:
|
84
|
+
refer_and_earn_request_code: Solicita un Código
|
85
|
+
device_invoice: Factura del dispositivo
|
86
|
+
device_invoice_label: Descarga documentos comerciales para tu gestor o tu (extraña) colección de PDFs.
|
87
|
+
device_invoice_hint: Encuentralo en tu página de seguimiento de envío o en el correo de notificación de envío.
|
81
88
|
email_address_hint: Se usa para conectarse a TRMNL y recibir mensajes.
|
82
89
|
first_name_hint: Usamos tu nombre para hacer que la interfaz de TRMNL sea más cómoda.
|
83
90
|
last_name_hint: Usamos tu apellido para hacer que la interfaz de TRMNL sea más cómoda.
|
84
91
|
password_hint: Para proteger tu cuenta de TRMNL.
|
85
|
-
enable_2fa:
|
86
|
-
enable_2fa_hint:
|
87
|
-
disable_2fa:
|
92
|
+
enable_2fa: "¿Habilitar 2FA?"
|
93
|
+
enable_2fa_hint: __Haz click aquí__ para habilitar OTP.
|
94
|
+
disable_2fa: Deshabilitar 2FA
|
88
95
|
disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
|
89
96
|
session: Sesión
|
90
97
|
session_hint: Estás conectado como %{user}
|
91
98
|
time_zone: Zona horaria
|
92
99
|
time_zone_hint: Determina la tasa de refresco y tiempo de suspensión del dispositivo.
|
93
|
-
locale:
|
94
|
-
locale_hint:
|
100
|
+
locale: Idioma
|
101
|
+
locale_hint: "¿Qué idioma y localización prefieres? __Accede aquí__."
|
95
102
|
update:
|
96
103
|
success: Perfil actualizado correctamente
|
97
104
|
reset_api_key:
|
98
|
-
success: API
|
105
|
+
success: La clave API se ha regenerado correctamente
|
99
106
|
dashboard:
|
100
107
|
index:
|
101
108
|
title: Panel de control
|
102
|
-
morning_salutation: Good morning
|
103
|
-
afternoon_salutation: Good afternoon
|
104
|
-
evening_salutation: Good evening
|
105
109
|
last_7_days: Últimos 7 días
|
106
110
|
last_30_days: Últimos 30 días
|
107
111
|
last_90_days: Últimos 90 días
|
@@ -113,8 +117,8 @@ es-ES:
|
|
113
117
|
next_steps: Te informaremos si algo cambia
|
114
118
|
news:
|
115
119
|
title: Noticias
|
116
|
-
cta:
|
117
|
-
|
120
|
+
cta: Ver TODAS
|
121
|
+
playlist_items:
|
118
122
|
title: Lista de reproducción
|
119
123
|
cta: Editar lista de reproducción
|
120
124
|
pieces_of_content_displayed: Contenido mostrado
|
@@ -124,10 +128,14 @@ es-ES:
|
|
124
128
|
connected: Conectado
|
125
129
|
new_and_popular: Nuevo y Popular
|
126
130
|
shop:
|
127
|
-
title:
|
131
|
+
title: Tienda
|
128
132
|
time_saved:
|
129
133
|
title: Tiempo ahorrado
|
130
134
|
cta: Leer más
|
135
|
+
welcome_message:
|
136
|
+
morning_salutation: Buenos días
|
137
|
+
afternoon_salutation: Buenas tardes
|
138
|
+
evening_salutation: Buenas noches
|
131
139
|
devices:
|
132
140
|
edit:
|
133
141
|
accepts_beta_firmware: Firmware de versión de pruebas
|
@@ -135,23 +143,36 @@ es-ES:
|
|
135
143
|
back_to_devices: Volver a Dispositivos
|
136
144
|
battery_consumption: Consumo de Batería
|
137
145
|
battery_consumption_hint: Ahorra energía y mejora el uso de batería habilitando el Modo de Suspensión.
|
146
|
+
battery_learn_more: Learn more about battery charging __here__.
|
138
147
|
developer_perks: Ventajas para Desarrolladores
|
139
148
|
developer_perks_hint: Las opciones a continuación requieren el __plugin de Desarrollador__.
|
140
|
-
device_credentials:
|
141
|
-
device_credentials_hint:
|
149
|
+
device_credentials: Credenciales del dispositivo
|
150
|
+
device_credentials_hint: Puedes ver qué puedes hacer con estas credenciales __aquí__
|
142
151
|
device_name: Nombre del Dispositivo
|
143
152
|
device_name_hint: Lo utilizamos para hacer la interfaz de TRMNL más cómoda
|
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: Editar 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: Haz clic en el botón de abajo para crear una pantalla en este dispositivo que ayude a identificarlo.
|
148
164
|
logs: Logs
|
149
165
|
logs_hint: Debug your device and plugins with a live feed of raw error logs.
|
166
|
+
low_battery_email_notification: Low Battery Email Notification
|
150
167
|
mirror: Copiar dispositivo
|
151
168
|
mirror_device: Copiar otro Dispositivo
|
152
169
|
mirror_device_hint: Proporciona un ID de dispositivo (compartible) para espejar su lista de reproducción. Tu lista de reproducción seguirá mostrándose.
|
170
|
+
mirror_stop: Disconnect Mirroring
|
171
|
+
mirror_sync: Sync Screens
|
153
172
|
ota_enabled: Actualizaciones OTA Habilitadas
|
154
173
|
ota_enabled_hint: Instala automáticamente nuevo firmware. Desactiva para usar tu propio 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 Suspensión
|
156
177
|
sleep_mode_hint: Ajusta tu tasa de refresco para optimizar el enfoque y la duración de la batería.
|
157
178
|
sleep_screen: Sleep Screen
|
@@ -159,11 +180,19 @@ es-ES:
|
|
159
180
|
special_function_hint: Configura una función de doble clic para el botón en la parte posterior de tu dispositivo.
|
160
181
|
special_function_learn_more: Aprende más sobre funciones especiales __aquí__.
|
161
182
|
unlink: Desvincular
|
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: Desvincular Dispositivo
|
163
185
|
unlink_device_hint: Desvincular un dispositivo TRMNL lo hace seguro para revender o regalar a otra persona.
|
186
|
+
unlink_device_learn_more: Follow the full guide __here__.
|
164
187
|
visibility: Visibilidad
|
165
188
|
visibility_hint: Haz que tu dispositivo TRMNL sea espejeable cambiando la configuración a continuación.
|
166
189
|
your_device: Tu 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: Tus dispositivos TRMNL
|
@@ -195,19 +224,21 @@ es-ES:
|
|
195
224
|
error: Error al actualizar el dispositivo
|
196
225
|
success: Configuración del dispositivo %{device} actualizada con éxito
|
197
226
|
invoices:
|
198
|
-
rate_limit:
|
199
|
-
invoice_not_found:
|
227
|
+
rate_limit: Demasiados intentos, por favor, espera e intentalo de nuevo
|
228
|
+
invoice_not_found: Factura no encontrada
|
200
229
|
logs:
|
201
230
|
index:
|
202
231
|
title: Logs
|
203
|
-
all:
|
204
|
-
device:
|
232
|
+
all: Todos
|
233
|
+
device: Dispositivos
|
205
234
|
dump: Dump
|
206
235
|
id: ID
|
207
|
-
private_plugins:
|
236
|
+
private_plugins: Plugins Privados
|
208
237
|
source: Source
|
209
238
|
time: Time
|
210
239
|
markups:
|
240
|
+
console_logs:
|
241
|
+
js_logs: JS Logs
|
211
242
|
form:
|
212
243
|
back_to_plugin_settings: Back to plugin settings
|
213
244
|
design_system: Leverage our native design system
|
@@ -237,57 +268,76 @@ es-ES:
|
|
237
268
|
no_variables_detected: No variables detected.
|
238
269
|
mfa:
|
239
270
|
disable_otp:
|
240
|
-
success: 2FA
|
241
|
-
invalid_otp:
|
242
|
-
invalid_password:
|
243
|
-
invalid_otp_and_password:
|
271
|
+
success: 2FA Deshabilitado
|
272
|
+
invalid_otp: OTP invalido
|
273
|
+
invalid_password: Contraseña incorrecta
|
274
|
+
invalid_otp_and_password: OTP y contraseña incorrectos
|
244
275
|
enable_otp:
|
245
|
-
input_otp:
|
276
|
+
input_otp: Introduce el OTP
|
246
277
|
submit: Verify and Enable
|
247
|
-
already_enabled: 2FA
|
278
|
+
already_enabled: 2FA ya está habilitado
|
248
279
|
enable_otp_verify:
|
249
|
-
success: 2FA
|
250
|
-
error:
|
280
|
+
success: 2FA Habilitado
|
281
|
+
error: Código OTP incorrecto
|
251
282
|
verify_otp:
|
252
|
-
verify:
|
283
|
+
verify: Verificar
|
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: Lista de Reproducción
|
258
291
|
tagline: Elige lo que se muestra en
|
259
|
-
add_a_group:
|
260
|
-
add_a_plugin:
|
292
|
+
add_a_group: Añadir a un Grupo
|
293
|
+
add_a_plugin: Añadir a un Plugin
|
261
294
|
add_first_device_cta: "¡Empieza __añadiendo__ tu primer dispositivo TRMNL!"
|
262
295
|
add_to_playlist: Añadir a la Lista de Reproducción
|
263
296
|
create_first_playlist_cta: "¡Crea tu lista de reproducción después de __conectar__ tu primer plugin!"
|
264
297
|
custom: Custom
|
265
298
|
device_default: Device default
|
266
|
-
display_period_from:
|
267
|
-
display_period_to:
|
299
|
+
display_period_from: Mostrar desde
|
300
|
+
display_period_to: hasta
|
268
301
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
269
|
-
every:
|
270
|
-
|
302
|
+
every: Cada
|
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: "¿Seguro que quieres eliminar este elemento? El plugin permanecerá conectado, pero no se mostrará en tu dispositivo."
|
272
312
|
displayed_now: Mostrado ahora
|
273
313
|
not_displayed_yet: Pendiente
|
274
314
|
remove_from_playlist: Eliminar de la lista de reproducción
|
315
|
+
hide_playlist: Ocultar este elemento
|
316
|
+
show_playlist: Mostrar este elemento
|
275
317
|
create:
|
276
318
|
error: Falló la actualización de la lista de reproducción
|
277
319
|
success: Lista de reproducción actualizada
|
278
320
|
destroy:
|
279
321
|
error: Error al eliminar el elemento de la lista de reproducción
|
280
322
|
success: eliminado de la lista de reproducción
|
323
|
+
toggle_visibility:
|
324
|
+
success: Elemento de la lista de reproducción %{change}
|
325
|
+
duplicate:
|
326
|
+
success: Lista de reproducción duplicada
|
327
|
+
sort:
|
328
|
+
success: Orden de la lista de reproducción actualizado
|
329
|
+
set_preferences:
|
330
|
+
success: Smart playlist preference updated
|
281
331
|
update:
|
282
|
-
success: Orden de la lista de reproducción
|
332
|
+
success: Orden de la lista de reproducción actualizado
|
283
333
|
plugins:
|
284
334
|
index:
|
285
|
-
title:
|
335
|
+
title: Plugins
|
286
336
|
tagline: "¿Qué pondrás en tu TRMNL?"
|
287
337
|
available: Disponible
|
288
338
|
connected: Conectado
|
289
339
|
recipes: Recipes
|
290
|
-
recipes_hint:
|
340
|
+
recipes_hint: Plugins Privados creados por miembros de la comunidad que se pueden instalar en 1 click. __Aprende más__.
|
291
341
|
search:
|
292
342
|
placeholder: Buscar Plugins
|
293
343
|
my:
|
@@ -297,25 +347,30 @@ es-ES:
|
|
297
347
|
card:
|
298
348
|
connections: connections
|
299
349
|
install: Install
|
300
|
-
review_are_you_sure:
|
350
|
+
review_are_you_sure: "¿Estás seguro? El equipo de TRMNL lo revisará y te enviará un email con cualquier duda."
|
301
351
|
submit_for_review: Mandar a revisión
|
302
352
|
new:
|
303
353
|
title: Crear Plugin
|
304
354
|
tagline: Permitir que otros usuarios instalen tu plugin
|
305
355
|
name: Nombre
|
306
|
-
category:
|
356
|
+
category: Categoría
|
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: Descripción
|
308
|
-
description_hint:
|
361
|
+
description_hint: Máximo 50 caracteres
|
309
362
|
icon: Icono
|
310
|
-
icon_hint:
|
311
|
-
installation_url:
|
312
|
-
installation_url_hint:
|
363
|
+
icon_hint: 512x512px recomendado
|
364
|
+
installation_url: URL de instalacion
|
365
|
+
installation_url_hint: Aprende más sobre el flujo de instalación __aquí__.
|
313
366
|
installation_success_webhook_url: Installation Success Webhook URL
|
314
367
|
knowledge_base_url: Knowledge Base URL
|
315
368
|
management_url: Plugin Management URL
|
316
369
|
management_url_hint: Learn more about the management flow __here__.
|
317
370
|
markup_url: Plugin Markup URL
|
318
371
|
markup_url_hint: Learn more about screen generation __here__.
|
372
|
+
no_screen_padding: No Screen Padding
|
373
|
+
no_screen_padding_hint: Removes the outermost padding in fullscreen mode.
|
319
374
|
uninstallation_webhook_url: Uninstallation Webhook URL
|
320
375
|
edit:
|
321
376
|
title: Editar Plugin
|
@@ -324,29 +379,46 @@ es-ES:
|
|
324
379
|
description: Descripción
|
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: Recipe not found
|
329
390
|
plugin_settings:
|
330
391
|
active: Activo
|
331
|
-
copy_are_you_sure:
|
332
|
-
delete_are_you_sure:
|
333
|
-
delete: Esto borrará completamente la configuración del plugin. Para
|
392
|
+
copy_are_you_sure: "¿Estás seguro de que quieres copiar este plugin?"
|
393
|
+
delete_are_you_sure: "¿Estás seguro de que quieres eliminar este plugin?"
|
394
|
+
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
395
|
inactive: Inactivo
|
335
396
|
no_plugin_settings_found: No se encontraron configuraciones del plugin.
|
336
|
-
refreshing_now_please_wait:
|
397
|
+
refreshing_now_please_wait: Actualizando, refresca la página en unos segundos.
|
337
398
|
reset_credentials: "%{plugin_name} account reset successfully"
|
338
399
|
form:
|
339
400
|
active_hint: Mostrar u ocultar este plugin en tu dispositivo
|
401
|
+
advanced_settings: Advanced Settings
|
340
402
|
back_to_plugin: Volver a %{plugin}
|
341
403
|
back_to_plugins: Volver a Plugins
|
342
404
|
connect_with: Conectar con %{plugin}
|
343
|
-
|
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
|
410
|
+
disconnect_account: Desconectar cuenta
|
344
411
|
manage_plugin: Configurar %{plugin}
|
345
412
|
force_refresh: Forzar Refresco
|
346
413
|
force_refresh_hint: Esta función está diseñada solo para pruebas; por favor, no abuses de ella.
|
347
414
|
force_refresh_click_here: Haz clic aquí
|
348
415
|
force_refresh_click_here_hint: Genera una nueva pantalla inmediatamente
|
349
416
|
learn_more: Aprende sobre este plugin en nuestra base de conocimientos
|
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: Linked Account
|
351
423
|
linked_account_success: Successfully linked with %{plugin_name}
|
352
424
|
link_oauth: Vincular Cuenta
|
@@ -354,43 +426,69 @@ es-ES:
|
|
354
426
|
multiple_instances_hint: Este plugin admite múltiples instancias.
|
355
427
|
name: Nombre
|
356
428
|
name_hint: Dale un nombre para fácil referencia
|
429
|
+
parse: Parse
|
430
|
+
parse_save_first: Parse (Save plugin first)
|
431
|
+
parsed: Parsed
|
357
432
|
plugin_uuid: UUID del Plugin
|
358
433
|
plugin_uuid_hint: Utiliza esto para hacer solicitudes a la API de Webhook.
|
359
434
|
preview: Vista previa - tu dispositivo mostrará datos reales
|
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: Tasa de refresco
|
361
443
|
refresh_rate_hint: Define con qué frecuencia esta instancia de plugin obtiene nuevos datos
|
362
444
|
refreshed: Refrescado
|
363
|
-
remove_plugin:
|
364
|
-
remove_plugin_hint:
|
365
|
-
synced:
|
366
|
-
refresh_paused:
|
367
|
-
refresh_paused_hint:
|
445
|
+
remove_plugin: Eliminar plugin
|
446
|
+
remove_plugin_hint: Eliminar un plugin también lo eliminará de tu lista de reproducción
|
447
|
+
synced: Sincronizado
|
448
|
+
refresh_paused: Actualización en pausa
|
449
|
+
refresh_paused_hint: La actualización automática está en pausa. Añade a la lista de reproduccion para comenzar de nuevo.
|
368
450
|
refresh_paused_mashup: Refreshing Mashups
|
369
451
|
refresh_paused_mashup_hint: Auto-refresh paused for fullscreen. Mashups are updating.
|
452
|
+
refresh_stopped: La actualización automática se ha detenido. Por favor, arregla el error del plugin para continuar.
|
370
453
|
visit_docs: Visitar Documentación
|
371
454
|
import:
|
372
|
-
archive_too_large: ZIP
|
373
|
-
missing_entry:
|
374
|
-
entry_too_large: "%{filename}
|
375
|
-
malformed: "%{filename}
|
455
|
+
archive_too_large: El archivo ZIP es demasiado grande (%{max_mb} MB máximo)
|
456
|
+
missing_entry: El archivo ZIP no contiene %{filename}
|
457
|
+
entry_too_large: "%{filename} es demasiado grande"
|
458
|
+
malformed: "%{filename} está mal formado"
|
376
459
|
create:
|
377
460
|
success: Plugin creado y añadido a tu
|
378
461
|
playlist: lista de reproducción
|
379
462
|
destroy:
|
380
463
|
success: Plugin eliminado
|
381
|
-
handle_canceled_consent: Consentimiento cancelado, por favor
|
464
|
+
handle_canceled_consent: Consentimiento cancelado, por favor intentalo de nuevo
|
382
465
|
update:
|
383
466
|
success: Configuración del plugin actualizada con éxito
|
384
467
|
add_to_playlist:
|
385
|
-
success: Plugin
|
468
|
+
success: Plugin añadido a la Lista de Reproducción
|
386
469
|
referral_code:
|
387
470
|
create:
|
388
|
-
request_received:
|
471
|
+
request_received: Solicitud recibida, comprueba tu bandeja de entrada
|
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
|
-
title: '
|
392
|
-
tagline:
|
393
|
-
pay:
|
394
|
-
error:
|
489
|
+
title: 'Actualizando dispositivo:'
|
490
|
+
tagline: Desbloquea plugins personalizados y __más__.
|
491
|
+
pay: Pagar
|
492
|
+
error: El dispositivo %{device_name} ya se ha actualizado, cambia a otro dispositivo
|
395
493
|
confirm:
|
396
|
-
success:
|
494
|
+
success: Se ha habilitado el add-on de la edición de Desarrollador
|