You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pdfjs-editor-alt-text-dialog-label = Elige una opción
346
365
pdfjs-editor-alt-text-dialog-description = El texto alternativo (texto alternativo) ayuda cuando las personas no pueden ver la imagen o cuando no se carga.
@@ -354,6 +373,9 @@ pdfjs-editor-alt-text-decorative-tooltip = Marcado como decorativo
354
373
# .placeholder: This is a placeholder for the alt text input area
355
374
pdfjs-editor-alt-text-textarea =
356
375
.placeholder = Por ejemplo: “Un joven se sienta a la mesa a comer”
376
+
# Alternative text (alt text) helps when people can't see the image.
377
+
pdfjs-editor-alt-text-button =
378
+
.aria-label = Texto alternativo
357
379
358
380
## Editor resizers
359
381
## This is used in an aria label to help to understand the role of the resizer.
@@ -366,6 +388,22 @@ pdfjs-editor-resizer-label-bottom-right = Esquina inferior derecha: cambiar el t
366
388
pdfjs-editor-resizer-label-bottom-middle = Abajo en el medio: cambiar el tamaño
367
389
pdfjs-editor-resizer-label-bottom-left = Esquina inferior izquierda: cambiar el tamaño
368
390
pdfjs-editor-resizer-label-middle-left = Centro izquierda: cambiar el tamaño
391
+
pdfjs-editor-resizer-top-left =
392
+
.aria-label = Esquina superior izquierda — redimensionar
393
+
pdfjs-editor-resizer-top-middle =
394
+
.aria-label = Borde superior en el medio — redimensionar
395
+
pdfjs-editor-resizer-top-right =
396
+
.aria-label = Esquina superior derecha — redimensionar
397
+
pdfjs-editor-resizer-middle-right =
398
+
.aria-label = Borde derecho en el medio — redimensionar
## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
398
436
437
+
# Modal header positioned above a text box where users can edit the alt text.
438
+
pdfjs-editor-new-alt-text-dialog-edit-label = Editar texto alternativo (descripción de la imagen)
439
+
# Modal header positioned above a text box where users can add the alt text.
440
+
pdfjs-editor-new-alt-text-dialog-add-label = Agregar texto alternativo (descripción de la imagen)
441
+
pdfjs-editor-new-alt-text-textarea =
442
+
.placeholder = Escribe tu descripción aquí…
443
+
# This text refers to the alt text box above this description. It offers a definition of alt text.
444
+
pdfjs-editor-new-alt-text-description = Breve descripción para las personas que no pueden ver la imagen o cuando la imagen no se carga.
445
+
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
446
+
pdfjs-editor-new-alt-text-disclaimer1 = Este texto alternativo fue creado automáticamente y puede ser inexacto.
447
+
pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Saber más
# $totalSize (Number) - the total size (in MB) of the AI model.
455
+
# $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
456
+
# $percent (Number) - the percentage of the downloaded size.
457
+
pdfjs-editor-new-alt-text-ai-model-downloading-progress = Descargando el modelo de IA de texto alternativo ({$downloadedSize} de {$totalSize} MB)
458
+
.aria-valuetext = Descargando el modelo de IA de texto alternativo ({$downloadedSize} de {$totalSize} MB)
459
+
# This is a button that users can click to edit the alt text they have already added.
460
+
pdfjs-editor-new-alt-text-added-button =
461
+
.aria-label = Se agregó el texto alternativo
462
+
pdfjs-editor-new-alt-text-added-button-label = Se agregó el texto alternativo
463
+
# This is a button that users can click to open the alt text editor and add alt text when it is not present.
464
+
pdfjs-editor-new-alt-text-missing-button =
465
+
.aria-label = Falta el texto alternativo
466
+
pdfjs-editor-new-alt-text-missing-button-label = Falta texto alternativo
467
+
# This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
468
+
pdfjs-editor-new-alt-text-to-review-button =
469
+
.aria-label = Revisar el texto alternativo
470
+
pdfjs-editor-new-alt-text-to-review-button-label = Revisar el texto alternativo
471
+
# "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
472
+
# Variables:
473
+
# $generatedAltText (String) - the generated alt-text.
pdfjs-editor-alt-text-settings-create-model-description = Sugiere descripciones para ayudar a las personas que no pueden ver la imagen o cuando la imagen no se carga.
485
+
# Variables:
486
+
# $totalSize (Number) - the total size (in MB) of the AI model.
487
+
pdfjs-editor-alt-text-settings-download-model-label = Modelo de IA de texto alternativo ({$totalSize} MB)
488
+
pdfjs-editor-alt-text-settings-ai-model-description = Se ejecuta localmente en el dispositivo para que los datos se mantengan privados. Requerido para texto alternativo automático.
# This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
0 commit comments