diff options
Diffstat (limited to 'apps/settings/l10n/es.js')
-rw-r--r-- | apps/settings/l10n/es.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index c0751524366..32c86253bce 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -211,7 +211,6 @@ OC.L10N.register( "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Una o más migraciones del tipo MIME están disponibles. Ocasionalmente, nuevos tipos MIME se añaden para manejar de una manera más adecuada ciertos tipos de archivo. Migrar los tipos MIME puede tomar un tiempo considerable en instancias grandes así que esto no se hace de manera automática durante las actualizaciones. Use el comando `occ maintenance:repair --include-expensive` para realizar las migraciones.", "MySQL row format" : "Formato de columnas MySQL", "You are not using MySQL" : "No está usando MySQL", - "None of your table use ROW_FORMAT=Compressed" : "Ninguna de sus tablas usa ROW_FORMAT=Compressed", "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["La tabla %s no está utilizando ROW_FORMAT=Dynamic. Este formato ofrece el mejor rendimiento de base de datos para Nextcloud. Por favor, cambie el formato de fila a Dynamic.","Algunas tablas no están utilizando ROW_FORMAT=Dynamic. Este formato ofrece el mejor rendimiento de base de datos para Nextcloud. Por favor, cambie el formato de filas a Dynamic en las siguientes tablas: %s.","Algunas tablas no están utilizando ROW_FORMAT=Dynamic. Este formato ofrece el mejor rendimiento de base de datos para Nextcloud. Por favor, cambie el formato de filas a Dynamic en las siguientes tablas: %s."], "MySQL Unicode support" : "Soporte Unicode de MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL se está utilizando como base de datos y soportar caracteres de 4 bytes", |