v1.4.2
This commit is contained in:
parent
6a8de6e2e2
commit
a80a4aa4f9
8168 changed files with 3186001 additions and 9155 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# Translation of iDrivee2 Media Upload 1.3.0 in Spanish (Spain).
|
||||
# Translation of iDrivee2 Media Upload 1.4.2 in Spanish (Spain).
|
||||
# Copyright (C) 2026 ROBOTSTXT
|
||||
# This file is distributed under the GPL-3.0-or-later license.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: iDrivee2 Media Upload 1.3.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/idrivee2-media-upload\n"
|
||||
"POT-Creation-Date: 2026-07-18T13:20:23+00:00\n"
|
||||
"PO-Revision-Date: 2026-07-18T13:30:00+00:00\n"
|
||||
"Project-Id-Version: iDrivee2 Media Upload 1.4.2\n"
|
||||
"Report-Msgid-Bugs-To: https://www.robotstxt.software/plugins/idrivee2-media-upload/\n"
|
||||
"POT-Creation-Date: 2026-08-17T14:40:00+00:00\n"
|
||||
"PO-Revision-Date: 2026-08-17T14:45:00+00:00\n"
|
||||
"Last-Translator: ROBOTSTXT <hola@robotstxt.es>\n"
|
||||
"Language-Team: Español (España) <es@li.org>\n"
|
||||
"Language: es_ES\n"
|
||||
|
|
@ -15,7 +15,7 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: WP-CLI 2.12.0\n"
|
||||
"X-Generator: gettext 0.22\n"
|
||||
"X-Domain: idrivee2-media-upload\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
|
|
@ -23,8 +23,8 @@ msgid "iDrivee2 Media Upload"
|
|||
msgstr "iDrivee2 Media Upload"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://git.robotstxt.es/ROBOTSTXT/idrivee2-media-upload"
|
||||
msgstr "https://git.robotstxt.es/ROBOTSTXT/idrivee2-media-upload"
|
||||
msgid "https://www.robotstxt.software/plugins/idrivee2-media-upload/"
|
||||
msgstr "https://www.robotstxt.software/plugins/idrivee2-media-upload/"
|
||||
|
||||
#. Description of the plugin
|
||||
msgid ""
|
||||
|
|
@ -39,8 +39,8 @@ msgid "ROBOTSTXT"
|
|||
msgstr "ROBOTSTXT"
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://www.robotstxt.es/"
|
||||
msgstr "https://www.robotstxt.es/"
|
||||
msgid "https://www.robotstxt.software/"
|
||||
msgstr "https://www.robotstxt.software/"
|
||||
|
||||
#. translators: Admin menu title.
|
||||
msgid "iDrivee2 Media Upload Settings"
|
||||
|
|
@ -179,8 +179,19 @@ msgstr ""
|
|||
"Reduce el trabajo en subidas grandes (por ejemplo, archivos de cámara). "
|
||||
"También desactiva la derivada -scaled en los modos miniatura y ninguno."
|
||||
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar ajustes"
|
||||
msgid "Data Cleanup"
|
||||
msgstr "Limpieza de datos"
|
||||
|
||||
msgid "Delete all plugin data when the plugin is uninstalled"
|
||||
msgstr "Eliminar todos los datos del plugin al desinstalarlo"
|
||||
|
||||
msgid ""
|
||||
"By default, all data is preserved when the plugin is uninstalled. Check "
|
||||
"this to remove settings, statistics, and post meta on uninstall."
|
||||
msgstr ""
|
||||
"Por defecto, se conservan todos los datos cuando se desinstala el plugin. "
|
||||
"Marca esta casilla para eliminar los ajustes, las estadísticas y los "
|
||||
"metadatos al desinstalar."
|
||||
|
||||
msgid ""
|
||||
"To modify settings defined in wp-config.php, please edit your wp-config.php "
|
||||
|
|
@ -189,6 +200,9 @@ msgstr ""
|
|||
"Para modificar los ajustes definidos en wp-config.php, edita el archivo "
|
||||
"wp-config.php directamente."
|
||||
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar ajustes"
|
||||
|
||||
msgid "Test Connection"
|
||||
msgstr "Probar conexión"
|
||||
|
||||
|
|
@ -223,8 +237,53 @@ msgstr ""
|
|||
"(test-YYYYMMDDHHMMSS.txt). El archivo permanecerá en S3 hasta que se "
|
||||
"elimine manualmente."
|
||||
|
||||
msgid ""
|
||||
"Plugin is not configured. Set S3 credentials in wp-config.php or Settings → "
|
||||
"iDrivee2."
|
||||
msgstr ""
|
||||
"El plugin no está configurado. Define las credenciales S3 en wp-config.php "
|
||||
"o en Ajustes → iDrivee2."
|
||||
|
||||
msgid "Testing connection to bucket:"
|
||||
msgstr "Probando la conexión con el depósito:"
|
||||
|
||||
msgid "Connection successful — bucket is accessible."
|
||||
msgstr "Conexión correcta: se puede acceder al depósito."
|
||||
|
||||
msgid "AWS error:"
|
||||
msgstr "Error de AWS:"
|
||||
|
||||
msgid "Connection failed:"
|
||||
msgstr "La conexión ha fallado:"
|
||||
|
||||
#. translators: 1: number of files deleted, 2: number remaining in queue.
|
||||
#, php-format
|
||||
msgid "Cleanup complete: %1$d file deleted, %2$d remaining."
|
||||
msgid_plural "Cleanup complete: %1$d files deleted, %2$d remaining."
|
||||
msgstr[0] "Limpieza completada: %1$d archivo eliminado, quedan %2$d."
|
||||
msgstr[1] "Limpieza completada: %1$d archivos eliminados, quedan %2$d."
|
||||
|
||||
#. translators: %d: number of files remaining in queue.
|
||||
#, php-format
|
||||
msgid "Cleanup complete: no files to delete, %d remaining in queue."
|
||||
msgstr "Limpieza completada: no hay archivos que eliminar, quedan %d en la cola."
|
||||
|
||||
msgid "No S3 operations recorded."
|
||||
msgstr "No hay operaciones de S3 registradas."
|
||||
|
||||
#. translators: %d: number of days.
|
||||
#, php-format
|
||||
msgid "S3 operations (last %d days):"
|
||||
msgstr "Operaciones de S3 (últimos %d días):"
|
||||
|
||||
#. translators: %s: link to the ROBOTSTXT Manager plugin page.
|
||||
#, php-format
|
||||
msgid ""
|
||||
"To receive plugin updates, the ROBOTSTXT Manager plugin must be installed "
|
||||
"and active. Download it from %s."
|
||||
msgstr ""
|
||||
"Para recibir actualizaciones del plugin, el plugin ROBOTSTXT Manager debe "
|
||||
"estar instalado y activo. Descárgalo desde %s."
|
||||
|
||||
msgid "Every 5 Minutes"
|
||||
msgstr "Cada 5 minutos"
|
||||
|
||||
msgid "Security check failed"
|
||||
msgstr "Ha fallado la comprobación de seguridad"
|
||||
|
|
|
|||
Loading…
Reference in a new issue