v1.5.0
This commit is contained in:
parent
672d0f295f
commit
83d629568a
20 changed files with 1321 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# This file is distributed under the GPL-3.0-or-later.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.2.0\n"
|
||||
"Project-Id-Version: Media Audit (by ROBOTSTXT) 1.5.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/robotstxt-"
|
||||
"mediaaudit\n"
|
||||
"POT-Creation-Date: 2026-05-02T07:36:54+00:00\n"
|
||||
|
|
@ -985,6 +985,124 @@ msgstr "Sincronitza el registre de proveïdors"
|
|||
msgid "Creates scan entries for any newly registered external providers. Run this after adding a new provider via the mra/external/providers filter. Already-scanned attachments are not affected."
|
||||
msgstr "Crea entrades d'escaneig per als proveïdors externs registrats recentment. Executa-ho després d'afegir un nou proveïdor mitjançant el filtre mra/external/providers. Els fitxers ja escanejats no es veuen afectats."
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Full Report"
|
||||
msgstr "Informe complet"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "View full report →"
|
||||
msgstr "Veure l'informe complet →"
|
||||
|
||||
#: includes/Core/Plugin.php
|
||||
msgid "Attachment Report"
|
||||
msgstr "Informe del fitxer adjunt"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "File Information"
|
||||
msgstr "Informació del fitxer"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Pages with this image"
|
||||
msgstr "Pàgines amb aquesta imatge"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Full image matches"
|
||||
msgstr "Coincidències exactes d'imatge"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Partial image matches"
|
||||
msgstr "Coincidències parcials d'imatge"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Backlinks found by TinEye (sorted by crawl date, newest first)"
|
||||
msgstr "Backlinks trobats per TinEye (ordenats per data de rastreig, el més recent primer)"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Page URL"
|
||||
msgstr "URL de la pàgina"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Crawl date"
|
||||
msgstr "Data de rastreig"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Page Title"
|
||||
msgstr "Títol de la pàgina"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Image URL"
|
||||
msgstr "URL de la imatge"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "No external scan data available."
|
||||
msgstr "No hi ha dades d'exploració externa disponibles."
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "File size"
|
||||
msgstr "Mida del fitxer"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "← Media Audit"
|
||||
msgstr "← Auditoria de mitjans"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Internal scan date"
|
||||
msgstr "Data de l'exploració interna"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
#, php-format
|
||||
msgid "scanned %s"
|
||||
msgstr "explorat el %s"
|
||||
|
||||
#: includes/Admin/Settings.php
|
||||
msgid "PicDefense User ID"
|
||||
msgstr "ID d'usuari PicDefense"
|
||||
|
||||
#: includes/Admin/Settings.php
|
||||
msgid "PicDefense API Key"
|
||||
msgstr "Clau API de PicDefense"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Face detected"
|
||||
msgstr "Cara detectada"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Logo detected"
|
||||
msgstr "Logotip detectat"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Landmark detected"
|
||||
msgstr "Monument detectat"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Stock image"
|
||||
msgstr "Imatge de banc"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
#, php-format
|
||||
msgid "EXIF copyright: %s"
|
||||
msgstr "Copyright EXIF: %s"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Similarity"
|
||||
msgstr "Similitud"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Risk flags"
|
||||
msgstr "Indicadors de risc"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Labels"
|
||||
msgstr "Etiquetes"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "Backlinks found by PicDefense"
|
||||
msgstr "Backlinks trobats per PicDefense"
|
||||
|
||||
#: includes/Admin/AttachmentDetailPage.php
|
||||
msgid "No risk flags detected."
|
||||
msgstr "No s'han detectat indicadors de risc."
|
||||
|
||||
#~ msgid "https://robotstxt.es/plugins/media-audit/"
|
||||
#~ msgstr "https://robotstxt.es/plugins/media-audit/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue