From 2b53203e88c7877e2e55cd368bbfff160153fe4f Mon Sep 17 00:00:00 2001 From: Martín González Gómez Date: Sat, 24 Jan 2026 18:25:05 -0500 Subject: Update Spanish translation (#8464) * Update Spanish translation * make fix-all --------- Co-authored-by: Alexandre Alapetite --- app/i18n/es/api.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'app/i18n/es/api.php') diff --git a/app/i18n/es/api.php b/app/i18n/es/api.php index 0021dfa98..e70127169 100644 --- a/app/i18n/es/api.php +++ b/app/i18n/es/api.php @@ -12,22 +12,22 @@ return array( 'information' => array( - 'address' => 'Your API address:', // TODO + 'address' => 'Tu dirección de la API:', 'output' => array( - 'encoding-support' => '⚠️ WARN: no %2F support, some clients might not work!', // TODO - 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO - 'pass' => '✔️ PASS', // TODO - 'unknown-error' => '❌ ', // TODO + 'encoding-support' => '⚠️ ADVERTENCIA: no hay soporte para %2F, ¡algunos clientes podrían no funcionar!', + 'invalid-configuration' => '⚠️ ADVERTENCIA: La URL base en ./data/config.php es probablemente incorrecta.', + 'pass' => '✔️ APROBADO', + 'unknown-error' => '❌', ), 'test' => array( - 'fever' => 'Fever API configuration test:', // TODO - 'greader' => 'Google Reader API configuration test:', // TODO + 'fever' => 'Prueba de configuración de la API Fever:', + 'greader' => 'Prueba de configuración de la API Google Reader:', ), 'title' => array( - '_' => 'FreshRSS API endpoints', // TODO - 'extension' => 'API for extensions', // TODO - 'fever' => 'Fever compatible API', // TODO - 'greader' => 'Google Reader compatible API', // TODO + '_' => 'API FreshRSS', + 'extension' => 'API para extensiones', + 'fever' => 'API compatible con Fever', + 'greader' => 'API compatible con Google Reader', ), ), ); -- cgit v1.2.3