v1.7.0
This commit is contained in:
parent
98b1cf0f3b
commit
4402f3570d
20 changed files with 1683 additions and 382 deletions
|
|
@ -2,10 +2,10 @@
|
|||
# This file is distributed under the GPL-3.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.6.0\n"
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.7.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-"
|
||||
"mediaaudit\n"
|
||||
"POT-Creation-Date: 2026-05-05T10:39:07+00:00\n"
|
||||
"POT-Creation-Date: 2026-05-11T07:13:58+00:00\n"
|
||||
"PO-Revision-Date: 2026-05-01 07:41+0000\n"
|
||||
"Last-Translator: Javier Casares <javier@casares.org>\n"
|
||||
"Language-Team: Spanish (Spain) <es@li.org>\n"
|
||||
|
|
@ -45,13 +45,136 @@ msgstr ""
|
|||
msgid "https://www.robotstxt.es/"
|
||||
msgstr ""
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:40 includes/Admin/AuditPage.php:135
|
||||
#: includes/Admin/Settings.php:898 includes/Admin/ToolsPage.php:253
|
||||
#: includes/Admin/AlertsPage.php:210
|
||||
msgid "You do not have permission to perform this action."
|
||||
msgstr "No tienes permiso para realizar esta acción."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:263 includes/Admin/AttachmentDetailPage.php:40
|
||||
#: includes/Admin/AuditPage.php:136 includes/Admin/Settings.php:898
|
||||
#: includes/Admin/ToolsPage.php:253
|
||||
msgid "You do not have permission to access this page."
|
||||
msgstr "No tienes permiso para acceder a esta página."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:280 includes/Core/Plugin.php:141
|
||||
#: includes/Core/Plugin.php:142
|
||||
msgid "Alerts"
|
||||
msgstr "Alertas"
|
||||
|
||||
#. translators: %d: count of active alerts
|
||||
#: includes/Admin/AlertsPage.php:292
|
||||
#, php-format
|
||||
msgid "Active Alerts (%d)"
|
||||
msgstr "Alertas activas (%d)"
|
||||
|
||||
#. translators: %d: count of dismissed alerts
|
||||
#: includes/Admin/AlertsPage.php:304
|
||||
#, php-format
|
||||
msgid "Dismissed Alerts (%d)"
|
||||
msgstr "Alertas descartadas (%d)"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:376
|
||||
msgid "Alert dismissed successfully."
|
||||
msgstr "Alerta descartada correctamente."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:377
|
||||
msgid "Alert reactivated successfully."
|
||||
msgstr "Alerta reactivada correctamente."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:378
|
||||
msgid "An error occurred. Please try again."
|
||||
msgstr "Se ha producido un error. Por favor, inténtalo de nuevo."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:382 includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr "Operación completada."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:402
|
||||
msgid "No active alerts found."
|
||||
msgstr "No se encontraron alertas activas."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:409 includes/Admin/AlertsPage.php:541
|
||||
#: includes/Admin/MediaListTable.php:55
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:410 includes/Admin/AlertsPage.php:542
|
||||
#: includes/Admin/AttachmentDetailPage.php:87 includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/MediaListTable.php:56 includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr "Nombre de archivo"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:411 includes/Admin/AlertsPage.php:543
|
||||
#: includes/Admin/AttachmentDetailPage.php:372 includes/Admin/AuditPage.php:566
|
||||
msgid "Alert Domains"
|
||||
msgstr "Dominios de alerta"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:412
|
||||
msgid "Usage"
|
||||
msgstr "Usos"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:413 includes/Admin/AlertsPage.php:547
|
||||
msgid "Actions"
|
||||
msgstr "Acciones"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:447 includes/Admin/AlertsPage.php:587
|
||||
#: includes/Admin/MediaListTable.php:172
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:449 includes/Admin/AlertsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:182
|
||||
msgid "Full Report"
|
||||
msgstr "Informe completo"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:459 includes/Admin/AuditPage.php:382
|
||||
#: includes/Admin/AuditPage.php:489 includes/Admin/MediaListTable.php:315
|
||||
#: includes/Admin/MediaListTable.php:452
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:473
|
||||
msgid "Dismiss"
|
||||
msgstr "Descartar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:485
|
||||
msgid "Notes (optional):"
|
||||
msgstr "Notas (opcional):"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:495
|
||||
msgid "Confirm Dismiss"
|
||||
msgstr "Confirmar descarte"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:496
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:534
|
||||
msgid "No dismissed alerts."
|
||||
msgstr "No hay alertas descartadas."
|
||||
|
||||
#: includes/Admin/AlertsPage.php:544
|
||||
msgid "Notes"
|
||||
msgstr "Notas"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:545
|
||||
msgid "Dismissed By"
|
||||
msgstr "Descartada por"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:546
|
||||
msgid "Dismissed At"
|
||||
msgstr "Descartada el"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:599 includes/Admin/AuditPage.php:569
|
||||
#: includes/Admin/MediaListTable.php:302
|
||||
msgid "Dismissed"
|
||||
msgstr "Descartada"
|
||||
|
||||
#: includes/Admin/AlertsPage.php:616
|
||||
msgid "Reactivate"
|
||||
msgstr "Reactivar"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:51
|
||||
#: includes/Admin/AttachmentDetailPage.php:56 includes/Admin/AuditPage.php:180
|
||||
#: includes/Admin/AttachmentDetailPage.php:56 includes/Admin/AuditPage.php:181
|
||||
msgid "Invalid attachment ID."
|
||||
msgstr "ID de adjunto no válido."
|
||||
|
||||
|
|
@ -64,21 +187,16 @@ msgid "File Information"
|
|||
msgstr "Información del archivo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:81
|
||||
#: includes/Admin/MediaListTable.php:56
|
||||
#: includes/Admin/MediaListTable.php:57
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:87 includes/Admin/AuditPage.php:553
|
||||
#: includes/Admin/MediaListTable.php:55 includes/Privacy/DataExporter.php:261
|
||||
msgid "Filename"
|
||||
msgstr "Nombre de archivo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:94 includes/Admin/AuditPage.php:554
|
||||
#: includes/Admin/AttachmentDetailPage.php:94 includes/Admin/AuditPage.php:555
|
||||
#: includes/Privacy/DataExporter.php:265
|
||||
msgid "File URL"
|
||||
msgstr "URL del archivo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:102 includes/Admin/AuditPage.php:555
|
||||
#: includes/Admin/AttachmentDetailPage.php:102 includes/Admin/AuditPage.php:556
|
||||
msgid "MIME Type"
|
||||
msgstr "Tipo MIME"
|
||||
|
||||
|
|
@ -90,24 +208,24 @@ msgstr "Tamaño del archivo"
|
|||
msgid "Internal scan date"
|
||||
msgstr "Fecha del escaneo interno"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:124 includes/Admin/AuditPage.php:558
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
#: includes/Admin/AttachmentDetailPage.php:124 includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
msgid "External Status"
|
||||
msgstr "Estado externo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:139 includes/Admin/AuditPage.php:244
|
||||
#: includes/Admin/AttachmentDetailPage.php:139 includes/Admin/AuditPage.php:245
|
||||
msgid "Internal Usage"
|
||||
msgstr "Uso interno"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:144 includes/Admin/AuditPage.php:188
|
||||
#: includes/Admin/AttachmentDetailPage.php:144 includes/Admin/AuditPage.php:189
|
||||
msgid "Featured Image"
|
||||
msgstr "Imagen destacada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:145 includes/Admin/AuditPage.php:189
|
||||
#: includes/Admin/AttachmentDetailPage.php:145 includes/Admin/AuditPage.php:190
|
||||
msgid "Post Content"
|
||||
msgstr "Contenido de la entrada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:146 includes/Admin/AuditPage.php:190
|
||||
#: includes/Admin/AttachmentDetailPage.php:146 includes/Admin/AuditPage.php:191
|
||||
msgid "Custom Field"
|
||||
msgstr "Campo personalizado"
|
||||
|
||||
|
|
@ -115,24 +233,24 @@ msgstr "Campo personalizado"
|
|||
msgid "Not used in any post."
|
||||
msgstr "Este archivo no se usa en ninguna entrada."
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:154 includes/Admin/AuditPage.php:198
|
||||
#: includes/Admin/AttachmentDetailPage.php:154 includes/Admin/AuditPage.php:199
|
||||
msgid "Post"
|
||||
msgstr "Entrada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:155 includes/Admin/AuditPage.php:199
|
||||
#: includes/Admin/AttachmentDetailPage.php:155 includes/Admin/AuditPage.php:200
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:156 includes/Admin/AuditPage.php:200
|
||||
#: includes/Admin/AttachmentDetailPage.php:156 includes/Admin/AuditPage.php:201
|
||||
msgid "Context"
|
||||
msgstr "Contexto"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:157 includes/Admin/AuditPage.php:201
|
||||
#: includes/Admin/AuditPage.php:373
|
||||
#: includes/Admin/AttachmentDetailPage.php:157 includes/Admin/AuditPage.php:202
|
||||
#: includes/Admin/AuditPage.php:374
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:198 includes/Admin/AuditPage.php:293
|
||||
#: includes/Admin/AttachmentDetailPage.php:198 includes/Admin/AuditPage.php:294
|
||||
msgid "External Scan Results"
|
||||
msgstr "Resultados del escaneo externo"
|
||||
|
||||
|
|
@ -141,7 +259,7 @@ msgid "No external scan data available."
|
|||
msgstr "No hay datos de escaneo externo disponibles."
|
||||
|
||||
#. translators: %d: number of external matches
|
||||
#: includes/Admin/AttachmentDetailPage.php:313 includes/Admin/AuditPage.php:323
|
||||
#: includes/Admin/AttachmentDetailPage.php:313 includes/Admin/AuditPage.php:324
|
||||
#, php-format
|
||||
msgid "%d match"
|
||||
msgid_plural "%d matches"
|
||||
|
|
@ -154,10 +272,6 @@ msgstr[1] "%d coincidencias"
|
|||
msgid "scanned %s"
|
||||
msgstr "escaneado el %s"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:372 includes/Admin/AuditPage.php:565
|
||||
msgid "Alert Domains"
|
||||
msgstr "Dominios de alerta"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:373
|
||||
msgid ""
|
||||
"These domains are associated with copyright-protected content and may "
|
||||
|
|
@ -168,21 +282,21 @@ msgstr ""
|
|||
|
||||
#: includes/Admin/AttachmentDetailPage.php:376
|
||||
#: includes/Admin/AttachmentDetailPage.php:392
|
||||
#: includes/Admin/AttachmentDetailPage.php:408 includes/Admin/AuditPage.php:371
|
||||
#: includes/Admin/AttachmentDetailPage.php:408 includes/Admin/AuditPage.php:372
|
||||
msgid "Domain"
|
||||
msgstr "Dominio"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:377
|
||||
#: includes/Admin/AttachmentDetailPage.php:393
|
||||
#: includes/Admin/AttachmentDetailPage.php:409 includes/Admin/AuditPage.php:372
|
||||
#: includes/Admin/AttachmentDetailPage.php:409 includes/Admin/AuditPage.php:373
|
||||
msgid "Occurrences"
|
||||
msgstr "Apariciones"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:389 includes/Admin/AuditPage.php:566
|
||||
#: includes/Admin/AttachmentDetailPage.php:389 includes/Admin/AuditPage.php:567
|
||||
msgid "Other Domains"
|
||||
msgstr "Otros dominios"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php:405 includes/Admin/AuditPage.php:567
|
||||
#: includes/Admin/AttachmentDetailPage.php:405 includes/Admin/AuditPage.php:568
|
||||
msgid "Ignored Domains"
|
||||
msgstr "Dominios ignorados"
|
||||
|
||||
|
|
@ -267,247 +381,235 @@ msgstr "Similitud"
|
|||
msgid "Labels"
|
||||
msgstr "Etiquetas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:116
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
msgid "Loading…"
|
||||
msgstr "Cargando…"
|
||||
|
||||
#: includes/Admin/AuditPage.php:117
|
||||
#: includes/Admin/AuditPage.php:118
|
||||
msgid "Error loading details."
|
||||
msgstr "Error al cargar los detalles."
|
||||
|
||||
#: includes/Admin/AuditPage.php:118 includes/Admin/AuditPage.php:194
|
||||
#: includes/Admin/AuditPage.php:119 includes/Admin/AuditPage.php:195
|
||||
msgid "This image is not used in any post."
|
||||
msgstr "Esta imagen no se usa en ninguna entrada."
|
||||
|
||||
#: includes/Admin/AuditPage.php:119 includes/Admin/AuditPage.php:156
|
||||
#: includes/Admin/AuditPage.php:120 includes/Admin/AuditPage.php:157
|
||||
msgid "Usage Details"
|
||||
msgstr "Detalles de uso"
|
||||
|
||||
#: includes/Admin/AuditPage.php:142 includes/Core/Plugin.php:109
|
||||
#: includes/Core/Plugin.php:110 includes/Core/Plugin.php:123
|
||||
#: includes/Core/Plugin.php:124 includes/Privacy/DataEraser.php:33
|
||||
#: includes/Admin/AuditPage.php:143 includes/Core/Plugin.php:118
|
||||
#: includes/Core/Plugin.php:119 includes/Core/Plugin.php:132
|
||||
#: includes/Core/Plugin.php:133 includes/Privacy/DataEraser.php:33
|
||||
#: includes/Privacy/DataExporter.php:45
|
||||
msgid "Media Audit"
|
||||
msgstr "Auditoría de medios"
|
||||
|
||||
#: includes/Admin/AuditPage.php:148
|
||||
#: includes/Admin/AuditPage.php:149
|
||||
msgid "Search"
|
||||
msgstr "Buscar"
|
||||
|
||||
#: includes/Admin/AuditPage.php:157
|
||||
#: includes/Admin/AuditPage.php:158
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#: includes/Admin/AuditPage.php:175 includes/Admin/AuditPage.php:529
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:808
|
||||
#: includes/Admin/AuditPage.php:176 includes/Admin/AuditPage.php:530
|
||||
#: includes/Admin/AuditPage.php:806 includes/Admin/AuditPage.php:838
|
||||
#: includes/Admin/ToolsPage.php:105 includes/Admin/ToolsPage.php:165
|
||||
msgid "Insufficient permissions."
|
||||
msgstr "Permisos insuficientes."
|
||||
|
||||
#: includes/Admin/AuditPage.php:328
|
||||
#: includes/Admin/AuditPage.php:329
|
||||
msgid "No matches"
|
||||
msgstr "Sin coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:381 includes/Admin/AuditPage.php:488
|
||||
#: includes/Admin/MediaListTable.php:298 includes/Admin/MediaListTable.php:435
|
||||
msgid "Alert"
|
||||
msgstr "Alerta"
|
||||
|
||||
#: includes/Admin/AuditPage.php:403
|
||||
#: includes/Admin/AuditPage.php:404
|
||||
msgid "Consensus Domains"
|
||||
msgstr "Dominios de consenso"
|
||||
|
||||
#. translators: %d: number of providers that agree
|
||||
#: includes/Admin/AuditPage.php:409
|
||||
#: includes/Admin/AuditPage.php:410
|
||||
#, php-format
|
||||
msgid "%d provider"
|
||||
msgid_plural "%d providers"
|
||||
msgstr[0] "%d proveedor"
|
||||
msgstr[1] "%d proveedores"
|
||||
|
||||
#: includes/Admin/AuditPage.php:419
|
||||
#: includes/Admin/AuditPage.php:420
|
||||
msgid "View full report →"
|
||||
msgstr "Ver informe completo →"
|
||||
|
||||
#: includes/Admin/AuditPage.php:445
|
||||
#: includes/Admin/AuditPage.php:446
|
||||
msgid "In Index"
|
||||
msgstr "En el índice"
|
||||
|
||||
#. translators: %d: count of images not yet indexed
|
||||
#: includes/Admin/AuditPage.php:449
|
||||
#: includes/Admin/AuditPage.php:450
|
||||
#, php-format
|
||||
msgid "%d not yet indexed"
|
||||
msgstr "%d aún no indexadas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:452
|
||||
#: includes/Admin/AuditPage.php:453
|
||||
msgid "All indexed"
|
||||
msgstr "Todas indexadas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:457 includes/Admin/MediaListTable.php:329
|
||||
#: includes/Admin/AuditPage.php:458 includes/Admin/MediaListTable.php:346
|
||||
msgid "Scanned"
|
||||
msgstr "Escaneadas"
|
||||
|
||||
#. translators: %d: percentage
|
||||
#: includes/Admin/AuditPage.php:460
|
||||
#: includes/Admin/AuditPage.php:461
|
||||
#, php-format
|
||||
msgid "%d%% of index"
|
||||
msgstr "%d%% del índice"
|
||||
|
||||
#: includes/Admin/AuditPage.php:467
|
||||
#: includes/Admin/AuditPage.php:468
|
||||
msgid "Used"
|
||||
msgstr "Usadas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:473 includes/Admin/MediaListTable.php:211
|
||||
#: includes/Admin/AuditPage.php:474 includes/Admin/MediaListTable.php:212
|
||||
msgid "Unused"
|
||||
msgstr "Sin usar"
|
||||
|
||||
#: includes/Admin/AuditPage.php:480
|
||||
#: includes/Admin/AuditPage.php:481
|
||||
msgid "External Matches"
|
||||
msgstr "Coincidencias externas"
|
||||
|
||||
#: includes/Admin/AuditPage.php:543
|
||||
#: includes/Admin/AuditPage.php:544
|
||||
msgid "Could not open output stream."
|
||||
msgstr "No se pudo abrir el flujo de salida."
|
||||
|
||||
#: includes/Admin/AuditPage.php:552 includes/Privacy/DataExporter.php:257
|
||||
#: includes/Admin/AuditPage.php:553 includes/Privacy/DataExporter.php:257
|
||||
#: includes/Privacy/DataExporter.php:299
|
||||
msgid "Attachment ID"
|
||||
msgstr "ID del adjunto"
|
||||
|
||||
#: includes/Admin/AuditPage.php:556
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
msgid "File Size (bytes)"
|
||||
msgstr "Tamaño del archivo (bytes)"
|
||||
|
||||
#: includes/Admin/AuditPage.php:557
|
||||
#: includes/Admin/AuditPage.php:558
|
||||
msgid "Internal Scan Date"
|
||||
msgstr "Fecha del escaneo interno"
|
||||
|
||||
#: includes/Admin/AuditPage.php:559
|
||||
#: includes/Admin/AuditPage.php:560
|
||||
msgid "Has Alert"
|
||||
msgstr "Tiene alerta"
|
||||
|
||||
#: includes/Admin/AuditPage.php:560 includes/Admin/MediaListTable.php:57
|
||||
#: includes/Admin/AuditPage.php:561 includes/Admin/MediaListTable.php:58
|
||||
msgid "Usage Count"
|
||||
msgstr "Número de usos"
|
||||
|
||||
#: includes/Admin/AuditPage.php:561
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
msgid "Used In"
|
||||
msgstr "Usado en"
|
||||
|
||||
#: includes/Admin/AuditPage.php:562
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
msgid "Google Vision — Matches"
|
||||
msgstr "Google Vision — Coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:563
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
msgid "TinEye — Matches"
|
||||
msgstr "TinEye — Coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:564
|
||||
#: includes/Admin/AuditPage.php:565
|
||||
msgid "PicDefense — Matches"
|
||||
msgstr "PicDefense — Coincidencias"
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:570
|
||||
msgid "Dismissed Notes"
|
||||
msgstr "Notas de descarte"
|
||||
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:788
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: includes/Admin/AuditPage.php:748
|
||||
#: includes/Admin/AuditPage.php:776 includes/Admin/AuditPage.php:788
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:54
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:58
|
||||
#: includes/Admin/MediaListTable.php:59
|
||||
msgid "Usages"
|
||||
msgstr "Usos"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:60
|
||||
#: includes/Admin/MediaListTable.php:61
|
||||
msgid "Last Scanned"
|
||||
msgstr "Último escaneo"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:84
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
msgid "Run External Scan"
|
||||
msgstr "Ejecutar escaneo externo"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:85
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
msgid "Purge External Data"
|
||||
msgstr "Purgar datos externos"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:86
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
msgid "Export CSV"
|
||||
msgstr "Exportar CSV"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:87
|
||||
#: includes/Admin/MediaListTable.php:88
|
||||
msgid "Export CSV (Alerts only)"
|
||||
msgstr "Exportar CSV (solo alertas)"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:171
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:176
|
||||
#: includes/Admin/MediaListTable.php:177
|
||||
msgid "View Details"
|
||||
msgstr "Ver detalles"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:181
|
||||
msgid "Full Report"
|
||||
msgstr "Informe completo"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:247
|
||||
#: includes/Admin/MediaListTable.php:248
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#. translators: %d: number of additional usages
|
||||
#: includes/Admin/MediaListTable.php:262
|
||||
#: includes/Admin/MediaListTable.php:263
|
||||
#, php-format
|
||||
msgid "+ %d more…"
|
||||
msgstr "+ %d más…"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:320 includes/Admin/MediaListTable.php:359
|
||||
#: includes/Admin/MediaListTable.php:307 includes/Admin/MediaListTable.php:337
|
||||
#: includes/Admin/MediaListTable.php:376
|
||||
msgid "View Results"
|
||||
msgstr "Ver resultados"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:327 includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/MediaListTable.php:344 includes/Admin/ToolsPage.php:589
|
||||
#: includes/Admin/ToolsPage.php:590 includes/Admin/ToolsPage.php:591
|
||||
msgid "Pending"
|
||||
msgstr "Pendiente"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:328
|
||||
#: includes/Admin/MediaListTable.php:345
|
||||
msgid "Queued"
|
||||
msgstr "En cola"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:330
|
||||
#: includes/Admin/MediaListTable.php:347
|
||||
msgid "Matches Found"
|
||||
msgstr "Coincidencias encontradas"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:331
|
||||
#: includes/Admin/MediaListTable.php:348
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#. translators: %s: human-readable time difference, e.g. "3 days"
|
||||
#: includes/Admin/MediaListTable.php:401
|
||||
#: includes/Admin/MediaListTable.php:418
|
||||
#, php-format
|
||||
msgid "%s ago"
|
||||
msgstr "hace %s"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:431
|
||||
#: includes/Admin/MediaListTable.php:448
|
||||
msgid "All statuses"
|
||||
msgstr "Todos los estados"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:450
|
||||
#: includes/Admin/MediaListTable.php:467
|
||||
msgid "All post types"
|
||||
msgstr "Todos los tipos de entrada"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:465
|
||||
#: includes/Admin/MediaListTable.php:482
|
||||
msgid "Unused only"
|
||||
msgstr "Solo sin usar"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:468
|
||||
#: includes/Admin/MediaListTable.php:485
|
||||
msgid "Filter"
|
||||
msgstr "Filtrar"
|
||||
|
||||
#: includes/Admin/MediaListTable.php:478
|
||||
#: includes/Admin/MediaListTable.php:495
|
||||
msgid ""
|
||||
"No indexed attachments found. Run wp mra scan-internal to populate the index."
|
||||
msgstr ""
|
||||
|
|
@ -799,10 +901,6 @@ msgstr "Datos de escaneo externo eliminados."
|
|||
msgid "All data reset. Fresh indexing scheduled."
|
||||
msgstr "Todos los datos restablecidos. Re-indexación programada."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:376
|
||||
msgid "Operation completed."
|
||||
msgstr "Operación completada."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:420
|
||||
msgid "Database schema"
|
||||
msgstr "Esquema de base de datos"
|
||||
|
|
@ -821,7 +919,7 @@ msgstr "Instalado: %1$s — Requerido: %2$s"
|
|||
|
||||
#: includes/Admin/ToolsPage.php:441
|
||||
msgid "Deactivate and reactivate the plugin to apply pending migrations."
|
||||
msgstr ""
|
||||
msgstr "Desactiva y reactiva el plugin para aplicar las migraciones pendientes."
|
||||
"Desactiva y reactiva el plugin para aplicar las migraciones pendientes."
|
||||
|
||||
#: includes/Admin/ToolsPage.php:448
|
||||
|
|
@ -1208,15 +1306,15 @@ msgstr "Ejecutando escaneos externos…"
|
|||
msgid "External scan complete. %d attachments processed."
|
||||
msgstr "Escaneo externo completo. %d adjuntos procesados."
|
||||
|
||||
#: includes/Core/Plugin.php:132 includes/Core/Plugin.php:133
|
||||
#: includes/Core/Plugin.php:154 includes/Core/Plugin.php:155
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
||||
#: includes/Core/Plugin.php:145 includes/Core/Plugin.php:146
|
||||
#: includes/Core/Plugin.php:167 includes/Core/Plugin.php:168
|
||||
msgid "Settings"
|
||||
msgstr "Ajustes"
|
||||
|
||||
#: includes/Core/Plugin.php:154
|
||||
#: includes/Core/Plugin.php:176
|
||||
msgid "Attachment Report"
|
||||
msgstr "Informe del archivo adjunto"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue