diff options
| author | Fernando Fernández <ferferga@hotmail.com> | 2021-05-12 01:18:42 +0200 |
|---|---|---|
| committer | Fernando Fernández <ferferga@hotmail.com> | 2021-05-24 10:45:21 +0200 |
| commit | 3b822116ed8b89da82d5b90cd0fdca070def6377 (patch) | |
| tree | 8a109814931c4455761184e941b13d4c55f7bd04 /Emby.Server.Implementations/Localization/Core/es.json | |
| parent | 69baa9c4679d376f001cc71ec0a0d9a1791e7adf (diff) | |
Create scheduled task for database optimization
Diffstat (limited to 'Emby.Server.Implementations/Localization/Core/es.json')
| -rw-r--r-- | Emby.Server.Implementations/Localization/Core/es.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/Core/es.json b/Emby.Server.Implementations/Localization/Core/es.json index 16fde325f..91939843f 100644 --- a/Emby.Server.Implementations/Localization/Core/es.json +++ b/Emby.Server.Implementations/Localization/Core/es.json @@ -118,5 +118,7 @@ "TaskCleanActivityLog": "Limpiar registro de actividad", "Undefined": "Indefinido", "Forced": "Forzado", - "Default": "Predeterminado" + "Default": "Predeterminado", + "TaskOptimizeDatabase": "Optimizar la base de datos", + "TaskOptimizeDatabaseDescription": "Compacta y libera el espacio libre en la base de datos. Ejecutar esta tarea tras escanear la biblioteca o hacer cambios que impliquen modificaciones en la base de datos puede mejorar el rendimiento." } |
