diff options
| author | 2026-01-24 18:25:05 -0500 | |
|---|---|---|
| committer | 2026-01-25 00:25:05 +0100 | |
| commit | 2b53203e88c7877e2e55cd368bbfff160153fe4f (patch) | |
| tree | df8980f97814641e4e795829f8c7961664e8c13b /app/i18n/es/api.php | |
| parent | 9942a40c59af78c1c85bc9025c12821799e494f9 (diff) | |
Update Spanish translation (#8464)
* Update Spanish translation
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/es/api.php')
| -rw-r--r-- | app/i18n/es/api.php | 22 |
1 files changed, 11 insertions, 11 deletions
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 <code>%2F</code> 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 <code>%2F</code>, ¡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', ), ), ); |
