trmnl-i18n 0.1.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 +0 -0
- data/README.adoc +8 -10
- data/lib/trmnl/i18n/locales/custom_plugins/da.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de-AT.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/de.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/en.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/es-ES.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/fr.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/he.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/id.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/it.yml +48 -38
- data/lib/trmnl/i18n/locales/custom_plugins/ja.yml +45 -35
- data/lib/trmnl/i18n/locales/custom_plugins/ko.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/nl.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/pl.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/pt-BR.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/raw.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/sv.yml +188 -0
- data/lib/trmnl/i18n/locales/custom_plugins/uk.yml +46 -36
- data/lib/trmnl/i18n/locales/custom_plugins/zh-CN.yml +15 -5
- data/lib/trmnl/i18n/locales/custom_plugins/zh-HK.yml +15 -5
- data/lib/trmnl/i18n/locales/plugin_renders/da.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/de-AT.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/de.yml +206 -10
- data/lib/trmnl/i18n/locales/plugin_renders/en.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/es-ES.yml +200 -3
- data/lib/trmnl/i18n/locales/plugin_renders/fr.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/he.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/id.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/it.yml +212 -16
- data/lib/trmnl/i18n/locales/plugin_renders/ja.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/ko.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/nl.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/no.yml +201 -5
- data/lib/trmnl/i18n/locales/plugin_renders/pl.yml +399 -0
- data/lib/trmnl/i18n/locales/plugin_renders/pt-BR.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/raw.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/sv.yml +217 -0
- data/lib/trmnl/i18n/locales/plugin_renders/uk.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-CN.yml +200 -4
- data/lib/trmnl/i18n/locales/plugin_renders/zh-HK.yml +200 -4
- data/lib/trmnl/i18n/locales/web_ui/da.yml +116 -33
- data/lib/trmnl/i18n/locales/web_ui/de-AT.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/de.yml +224 -142
- data/lib/trmnl/i18n/locales/web_ui/en-GB.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/en.yml +133 -53
- data/lib/trmnl/i18n/locales/web_ui/es-ES.yml +200 -118
- data/lib/trmnl/i18n/locales/web_ui/fr.yml +128 -46
- data/lib/trmnl/i18n/locales/web_ui/he.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/id.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/it.yml +177 -95
- data/lib/trmnl/i18n/locales/web_ui/ja.yml +133 -51
- data/lib/trmnl/i18n/locales/web_ui/ko.yml +204 -122
- data/lib/trmnl/i18n/locales/web_ui/nl.yml +129 -47
- data/lib/trmnl/i18n/locales/web_ui/no.yml +114 -35
- data/lib/trmnl/i18n/locales/web_ui/pl.yml +661 -0
- data/lib/trmnl/i18n/locales/web_ui/pt-BR.yml +132 -50
- data/lib/trmnl/i18n/locales/web_ui/raw.yml +109 -29
- data/lib/trmnl/i18n/locales/web_ui/sv.yml +479 -0
- data/lib/trmnl/i18n/locales/web_ui/uk.yml +135 -53
- data/lib/trmnl/i18n/locales/web_ui/zh-CN.yml +130 -48
- data/lib/trmnl/i18n/locales/web_ui/zh-HK.yml +152 -70
- 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 +28 -19
- metadata.gz.sig +0 -0
@@ -1,9 +1,10 @@
|
|
1
|
+
---
|
1
2
|
es-ES:
|
2
|
-
|
3
|
+
locale_name: Español (España)
|
3
4
|
add: Crear
|
4
5
|
add_new: Crear nuevo
|
5
|
-
ago: ago
|
6
|
-
already_have_account: Tengo una cuenta
|
6
|
+
ago: ago
|
7
|
+
already_have_account: Tengo una cuenta
|
7
8
|
back: Atrás
|
8
9
|
back_to_all_blog_posts: Back to all posts
|
9
10
|
blog: Blog
|
@@ -18,8 +19,8 @@ es-ES:
|
|
18
19
|
copy: Copy
|
19
20
|
copied_to_clipboard: Copied!
|
20
21
|
copy_to_clipboard: Copy to clipboard
|
21
|
-
created: Created
|
22
|
-
create_an_account: Crear cuenta de usuario
|
22
|
+
created: Created
|
23
|
+
create_an_account: Crear cuenta de usuario
|
23
24
|
current_device: Current device
|
24
25
|
days: días
|
25
26
|
delete: Borrar
|
@@ -27,104 +28,113 @@ 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
|
-
forgot_password: Olvidé mi contraseña
|
34
|
-
forgot_password_title: Otra vez
|
35
|
-
get_started: ¡Empecemos!
|
34
|
+
forgot_password: Olvidé mi contraseña
|
35
|
+
forgot_password_title: Otra vez
|
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
|
-
minimum_characters: Caracteres como mínimo
|
47
|
-
mins: mins
|
48
|
+
minimum_characters: Caracteres como mínimo
|
49
|
+
mins: mins
|
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:
|
57
|
-
sign_in: Iniciar sesión
|
58
|
-
sign_up: Registrarse
|
59
|
-
something_went_wrong:
|
60
|
-
|
58
|
+
section: Sección
|
59
|
+
sign_in: Iniciar sesión
|
60
|
+
sign_up: Registrarse
|
61
|
+
something_went_wrong: Algo ha fallado
|
62
|
+
tech_support: Soporte
|
61
63
|
update: Actualizar
|
62
64
|
view: Ver
|
63
|
-
welcome: ¡Hola!
|
64
|
-
|
65
|
-
|
65
|
+
welcome: "¡Hola!"
|
66
|
+
time:
|
67
|
+
formats:
|
68
|
+
shorter: "%-H:%M"
|
69
|
+
start_of_week: 1
|
66
70
|
account:
|
67
71
|
index:
|
68
72
|
title: Cuenta
|
69
73
|
tagline: Gestionar mi cuenta
|
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
|
70
79
|
email_address: Correo electrónico
|
71
|
-
refer_and_earn:
|
72
|
-
refer_and_earn_hint:
|
73
|
-
refer_and_earn_redemptions: Redemptions
|
74
|
-
refer_and_earn_request_code:
|
75
|
-
device_invoice:
|
76
|
-
device_invoice_label:
|
77
|
-
device_invoice_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.
|
82
|
+
refer_and_earn_redemptions: Redemptions
|
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.
|
78
87
|
email_address_hint: Se usa para conectarse a TRMNL y recibir mensajes.
|
79
88
|
first_name_hint: Usamos tu nombre para hacer que la interfaz de TRMNL sea más cómoda.
|
80
89
|
last_name_hint: Usamos tu apellido para hacer que la interfaz de TRMNL sea más cómoda.
|
81
90
|
password_hint: Para proteger tu cuenta de TRMNL.
|
82
|
-
enable_2fa:
|
83
|
-
enable_2fa_hint:
|
84
|
-
disable_2fa:
|
91
|
+
enable_2fa: "¿Habilitar 2FA?"
|
92
|
+
enable_2fa_hint: __Haz click aquí__ para habilitar OTP.
|
93
|
+
disable_2fa: Deshabilitar 2FA
|
85
94
|
disable_2fa_hint: Provide valid OTP and current password above to disable this feature.
|
86
95
|
session: Sesión
|
87
96
|
session_hint: Estás conectado como %{user}
|
88
97
|
time_zone: Zona horaria
|
89
98
|
time_zone_hint: Determina la tasa de refresco y tiempo de suspensión del dispositivo.
|
90
|
-
locale:
|
91
|
-
locale_hint:
|
92
|
-
|
93
|
-
# toast messages
|
99
|
+
locale: Idioma
|
100
|
+
locale_hint: "¿Qué idioma y localización prefieres? __Accede aquí__."
|
94
101
|
update:
|
95
102
|
success: Perfil actualizado correctamente
|
103
|
+
reset_api_key:
|
104
|
+
success: La clave API se ha regenerado correctamente
|
96
105
|
dashboard:
|
97
106
|
index:
|
98
107
|
title: Panel de control
|
99
|
-
morning_salutation: Good morning
|
100
|
-
afternoon_salutation: Good afternoon
|
101
|
-
evening_salutation: Good evening
|
102
108
|
last_7_days: Últimos 7 días
|
103
109
|
last_30_days: Últimos 30 días
|
104
110
|
last_90_days: Últimos 90 días
|
105
111
|
today: Hoy
|
106
112
|
yesterday: Ayer
|
107
|
-
health:
|
113
|
+
health:
|
108
114
|
bad: Algunos plugins tienen problemas
|
109
115
|
good: Los plugins funcionan correctamente
|
110
116
|
next_steps: Te informaremos si algo cambia
|
111
|
-
news:
|
117
|
+
news:
|
112
118
|
title: Noticias
|
113
|
-
cta:
|
114
|
-
|
119
|
+
cta: Ver TODAS
|
120
|
+
playlist_items:
|
115
121
|
title: Lista de reproducción
|
116
122
|
cta: Editar lista de reproducción
|
117
123
|
pieces_of_content_displayed: Contenido mostrado
|
118
|
-
plugins:
|
124
|
+
plugins:
|
119
125
|
title: Plugins
|
120
126
|
cta: Ir a Plugins
|
121
127
|
connected: Conectado
|
122
128
|
new_and_popular: Nuevo y Popular
|
123
129
|
shop:
|
124
|
-
title:
|
125
|
-
time_saved:
|
130
|
+
title: Tienda
|
131
|
+
time_saved:
|
126
132
|
title: Tiempo ahorrado
|
127
133
|
cta: Leer más
|
134
|
+
welcome_message:
|
135
|
+
morning_salutation: Buenos días
|
136
|
+
afternoon_salutation: Buenas tardes
|
137
|
+
evening_salutation: Buenas noches
|
128
138
|
devices:
|
129
139
|
edit:
|
130
140
|
accepts_beta_firmware: Firmware de versión de pruebas
|
@@ -134,19 +144,29 @@ es-ES:
|
|
134
144
|
battery_consumption_hint: Ahorra energía y mejora el uso de batería habilitando el Modo de Suspensión.
|
135
145
|
developer_perks: Ventajas para Desarrolladores
|
136
146
|
developer_perks_hint: Las opciones a continuación requieren el __plugin de Desarrollador__.
|
137
|
-
device_credentials:
|
138
|
-
device_credentials_hint:
|
147
|
+
device_credentials: Credenciales del dispositivo
|
148
|
+
device_credentials_hint: Puedes ver qué puedes hacer con estas credenciales __aquí__
|
139
149
|
device_name: Nombre del Dispositivo
|
140
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__
|
141
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
|
142
159
|
identify: Identificar
|
143
160
|
identify_device: Identificar Dispositivo
|
144
161
|
identify_device_hint: Haz clic en el botón de abajo para crear una pantalla en este dispositivo que ayude a identificarlo.
|
145
162
|
logs: Logs
|
146
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
|
147
165
|
mirror: Copiar dispositivo
|
148
166
|
mirror_device: Copiar otro Dispositivo
|
149
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
|
150
170
|
ota_enabled: Actualizaciones OTA Habilitadas
|
151
171
|
ota_enabled_hint: Instala automáticamente nuevo firmware. Desactiva para usar tu propio firmware.
|
152
172
|
sleep_mode: Modo de Suspensión
|
@@ -156,8 +176,10 @@ es-ES:
|
|
156
176
|
special_function_hint: Configura una función de doble clic para el botón en la parte posterior de tu dispositivo.
|
157
177
|
special_function_learn_more: Aprende más sobre funciones especiales __aquí__.
|
158
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.
|
159
180
|
unlink_device: Desvincular Dispositivo
|
160
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__.
|
161
183
|
visibility: Visibilidad
|
162
184
|
visibility_hint: Haz que tu dispositivo TRMNL sea espejeable cambiando la configuración a continuación.
|
163
185
|
your_device: Tu TRMNL
|
@@ -165,13 +187,11 @@ es-ES:
|
|
165
187
|
title: Dispositivos
|
166
188
|
tagline: Tus dispositivos TRMNL
|
167
189
|
add_device_modal_title: Añadir un nuevo dispositivo
|
168
|
-
add_first_device: ¡Añade tu primer dispositivo!
|
190
|
+
add_first_device: "¡Añade tu primer dispositivo!"
|
169
191
|
new:
|
170
192
|
title: Añadir un nuevo dispositivo
|
171
193
|
description: Introduce tu ID de Dispositivo para añadir un nuevo dispositivo TRMNL a tu cuenta.
|
172
194
|
add_device: Añadir nuevo dispositivo
|
173
|
-
|
174
|
-
# toast messages
|
175
195
|
associate:
|
176
196
|
error: Error al vincular el dispositivo
|
177
197
|
success: Dispositivo vinculado con éxito
|
@@ -192,21 +212,23 @@ es-ES:
|
|
192
212
|
success: Dispositivo cambiado con éxito
|
193
213
|
update:
|
194
214
|
error: Error al actualizar el dispositivo
|
195
|
-
success:
|
215
|
+
success: Configuración del dispositivo %{device} actualizada con éxito
|
196
216
|
invoices:
|
197
|
-
rate_limit:
|
198
|
-
invoice_not_found:
|
217
|
+
rate_limit: Demasiados intentos, por favor, espera e intentalo de nuevo
|
218
|
+
invoice_not_found: Factura no encontrada
|
199
219
|
logs:
|
200
220
|
index:
|
201
221
|
title: Logs
|
202
|
-
all:
|
203
|
-
device:
|
204
|
-
dump: Dump
|
222
|
+
all: Todos
|
223
|
+
device: Dispositivos
|
224
|
+
dump: Dump
|
205
225
|
id: ID
|
206
|
-
private_plugins:
|
226
|
+
private_plugins: Plugins Privados
|
207
227
|
source: Source
|
208
228
|
time: Time
|
209
229
|
markups:
|
230
|
+
console_logs:
|
231
|
+
js_logs: JS Logs
|
210
232
|
form:
|
211
233
|
back_to_plugin_settings: Back to plugin settings
|
212
234
|
design_system: Leverage our native design system
|
@@ -218,14 +240,17 @@ es-ES:
|
|
218
240
|
edit_markup_without_preview: Edit Markup (without preview)
|
219
241
|
error_rendering_markup: Error rendering that markup
|
220
242
|
fix_indentation: Fix indentation
|
243
|
+
go_to_preview: Go To Preview
|
221
244
|
live_preview: Live Preview
|
222
245
|
no_changes_to_save: No changes to save
|
246
|
+
pop_out_preview: Pop Out Preview
|
223
247
|
quickstart_examples: Quick-start Examples
|
224
248
|
quickstart_example_applied: Applied!
|
225
249
|
quickstart_use_this_example: Use this example
|
226
250
|
revert: Revert
|
227
251
|
revert_confirm: Are you sure you want to revert? All unsaved changes will be lost.
|
228
252
|
save_changes: Save Changes (⌘﹢S)
|
253
|
+
separate_preview: Preview is open in a separate window
|
229
254
|
merge_variables:
|
230
255
|
your_variables: Your variables
|
231
256
|
no_merge_variables:
|
@@ -233,60 +258,77 @@ es-ES:
|
|
233
258
|
no_variables_detected: No variables detected.
|
234
259
|
mfa:
|
235
260
|
disable_otp:
|
236
|
-
success: 2FA
|
237
|
-
invalid_otp:
|
238
|
-
invalid_password:
|
239
|
-
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
|
240
265
|
enable_otp:
|
241
|
-
input_otp:
|
266
|
+
input_otp: Introduce el OTP
|
242
267
|
submit: Verify and Enable
|
243
|
-
already_enabled: 2FA
|
268
|
+
already_enabled: 2FA ya está habilitado
|
244
269
|
enable_otp_verify:
|
245
|
-
success: 2FA
|
246
|
-
error:
|
270
|
+
success: 2FA Habilitado
|
271
|
+
error: Código OTP incorrecto
|
247
272
|
verify_otp:
|
248
|
-
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
|
249
276
|
success: 2FA successful
|
250
277
|
error: Invalid OTP code
|
251
|
-
|
278
|
+
playlist_items:
|
252
279
|
index:
|
253
280
|
title: Lista de Reproducción
|
254
281
|
tagline: Elige lo que se muestra en
|
255
|
-
add_a_group:
|
256
|
-
add_a_plugin:
|
257
|
-
add_first_device_cta: ¡Empieza __añadiendo__ tu primer dispositivo TRMNL!
|
282
|
+
add_a_group: Añadir a un Grupo
|
283
|
+
add_a_plugin: Añadir a un Plugin
|
284
|
+
add_first_device_cta: "¡Empieza __añadiendo__ tu primer dispositivo TRMNL!"
|
258
285
|
add_to_playlist: Añadir a la Lista de Reproducción
|
259
|
-
create_first_playlist_cta: ¡Crea tu lista de reproducción después de __conectar__ tu primer plugin!
|
286
|
+
create_first_playlist_cta: "¡Crea tu lista de reproducción después de __conectar__ tu primer plugin!"
|
260
287
|
custom: Custom
|
261
288
|
device_default: Device default
|
262
|
-
display_period_from:
|
263
|
-
display_period_to:
|
289
|
+
display_period_from: Mostrar desde
|
290
|
+
display_period_to: hasta
|
264
291
|
display_period_validation: Start time must be before end time. Create another group to span overnight hours.
|
265
|
-
every:
|
266
|
-
|
267
|
-
|
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
|
301
|
+
delete: "¿Seguro que quieres eliminar este elemento? El plugin permanecerá conectado, pero no se mostrará en tu dispositivo."
|
268
302
|
displayed_now: Mostrado ahora
|
269
303
|
not_displayed_yet: Pendiente
|
270
304
|
remove_from_playlist: Eliminar de la lista de reproducción
|
271
|
-
|
272
|
-
|
305
|
+
hide_playlist: Ocultar este elemento
|
306
|
+
show_playlist: Mostrar este elemento
|
273
307
|
create:
|
274
308
|
error: Falló la actualización de la lista de reproducción
|
275
309
|
success: Lista de reproducción actualizada
|
276
310
|
destroy:
|
277
311
|
error: Error al eliminar el elemento de la lista de reproducción
|
278
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
|
279
321
|
update:
|
280
|
-
success: Orden de la lista de reproducción
|
322
|
+
success: Orden de la lista de reproducción actualizado
|
281
323
|
plugins:
|
282
324
|
index:
|
283
|
-
title:
|
284
|
-
tagline: ¿Qué pondrás en tu TRMNL?
|
325
|
+
title: Plugins
|
326
|
+
tagline: "¿Qué pondrás en tu TRMNL?"
|
285
327
|
available: Disponible
|
286
328
|
connected: Conectado
|
287
329
|
recipes: Recipes
|
288
|
-
recipes_hint:
|
289
|
-
search:
|
330
|
+
recipes_hint: Plugins Privados creados por miembros de la comunidad que se pueden instalar en 1 click. __Aprende más__.
|
331
|
+
search:
|
290
332
|
placeholder: Buscar Plugins
|
291
333
|
my:
|
292
334
|
index:
|
@@ -295,25 +337,30 @@ es-ES:
|
|
295
337
|
card:
|
296
338
|
connections: connections
|
297
339
|
install: Install
|
298
|
-
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."
|
299
341
|
submit_for_review: Mandar a revisión
|
300
342
|
new:
|
301
343
|
title: Crear Plugin
|
302
344
|
tagline: Permitir que otros usuarios instalen tu plugin
|
303
345
|
name: Nombre
|
304
|
-
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.
|
305
350
|
description: Descripción
|
306
|
-
description_hint:
|
351
|
+
description_hint: Máximo 50 caracteres
|
307
352
|
icon: Icono
|
308
|
-
icon_hint:
|
309
|
-
installation_url:
|
310
|
-
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í__.
|
311
356
|
installation_success_webhook_url: Installation Success Webhook URL
|
312
357
|
knowledge_base_url: Knowledge Base URL
|
313
358
|
management_url: Plugin Management URL
|
314
359
|
management_url_hint: Learn more about the management flow __here__.
|
315
360
|
markup_url: Plugin Markup URL
|
316
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.
|
317
364
|
uninstallation_webhook_url: Uninstallation Webhook URL
|
318
365
|
edit:
|
319
366
|
title: Editar Plugin
|
@@ -322,29 +369,46 @@ es-ES:
|
|
322
369
|
description: Descripción
|
323
370
|
plugin_recipes:
|
324
371
|
connected: Recipe connected
|
372
|
+
connections:
|
373
|
+
one: Connection
|
374
|
+
other: Connections
|
375
|
+
forks:
|
376
|
+
one: Fork
|
377
|
+
other: Forks
|
325
378
|
new:
|
326
379
|
error: Recipe not found
|
327
380
|
plugin_settings:
|
328
381
|
active: Activo
|
329
|
-
copy_are_you_sure:
|
330
|
-
delete_are_you_sure:
|
331
|
-
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.
|
332
385
|
inactive: Inactivo
|
333
386
|
no_plugin_settings_found: No se encontraron configuraciones del plugin.
|
334
|
-
refreshing_now_please_wait:
|
387
|
+
refreshing_now_please_wait: Actualizando, refresca la página en unos segundos.
|
335
388
|
reset_credentials: "%{plugin_name} account reset successfully"
|
336
389
|
form:
|
337
390
|
active_hint: Mostrar u ocultar este plugin en tu dispositivo
|
391
|
+
advanced_settings: Advanced Settings
|
338
392
|
back_to_plugin: Volver a %{plugin}
|
339
393
|
back_to_plugins: Volver a Plugins
|
340
394
|
connect_with: Conectar con %{plugin}
|
341
|
-
|
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
|
342
401
|
manage_plugin: Configurar %{plugin}
|
343
402
|
force_refresh: Forzar Refresco
|
344
403
|
force_refresh_hint: Esta función está diseñada solo para pruebas; por favor, no abuses de ella.
|
345
404
|
force_refresh_click_here: Haz clic aquí
|
346
405
|
force_refresh_click_here_hint: Genera una nueva pantalla inmediatamente
|
347
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.'
|
348
412
|
linked_account: Linked Account
|
349
413
|
linked_account_success: Successfully linked with %{plugin_name}
|
350
414
|
link_oauth: Vincular Cuenta
|
@@ -355,45 +419,63 @@ es-ES:
|
|
355
419
|
plugin_uuid: UUID del Plugin
|
356
420
|
plugin_uuid_hint: Utiliza esto para hacer solicitudes a la API de Webhook.
|
357
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.
|
358
429
|
refresh_rate: Tasa de refresco
|
359
430
|
refresh_rate_hint: Define con qué frecuencia esta instancia de plugin obtiene nuevos datos
|
360
431
|
refreshed: Refrescado
|
361
|
-
remove_plugin:
|
362
|
-
remove_plugin_hint:
|
363
|
-
synced:
|
364
|
-
refresh_paused:
|
365
|
-
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.
|
366
437
|
refresh_paused_mashup: Refreshing Mashups
|
367
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.
|
368
440
|
visit_docs: Visitar Documentación
|
369
441
|
import:
|
370
|
-
archive_too_large: ZIP
|
371
|
-
missing_entry:
|
372
|
-
entry_too_large: "%{filename}
|
373
|
-
malformed: "%{filename}
|
374
|
-
|
375
|
-
# toast messages
|
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
|
386
|
-
|
455
|
+
success: Plugin añadido a la Lista de Reproducción
|
387
456
|
referral_code:
|
388
457
|
create:
|
389
|
-
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…
|
390
474
|
upgrade:
|
391
475
|
index:
|
392
|
-
title:
|
393
|
-
tagline:
|
394
|
-
pay:
|
395
|
-
error:
|
396
|
-
|
397
|
-
# toast messages
|
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
|
398
480
|
confirm:
|
399
|
-
success:
|
481
|
+
success: Se ha habilitado el add-on de la edición de Desarrollador
|