summaryrefslogtreecommitdiffstats
path: root/core/l10n/es.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-11-13 02:19:24 +0000
committerNextcloud bot <bot@nextcloud.com>2020-11-13 02:19:24 +0000
commitfe5482e2f54c5c3dbfdfb87cb086c4de3a8c92c3 (patch)
treed38ae74a4d414ffe6eea2b50e8cb200771269a98 /core/l10n/es.json
parent35be4fdb019da658a824f41dc4bf0f415c032cb8 (diff)
downloadnextcloud-server-fe5482e2f54c5c3dbfdfb87cb086c4de3a8c92c3.tar.gz
nextcloud-server-fe5482e2f54c5c3dbfdfb87cb086c4de3a8c92c3.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/es.json')
-rw-r--r--core/l10n/es.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 76f97ad0478..d78de862714 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -84,6 +84,8 @@
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
+ "Missing primary key on table \"{tableName}\"." : "Falta la clave primaria de la tabla \"{tableName}\".",
+ "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "A la base de datos le faltan algunas claves primarias. Debido a que añadir claves primarias en tablas grandes podría llevar mucho tiempo, no se añadieron automáticamente. Al ejecutar \"occ db:add-missing-primary-keys\" esas claves primarias faltantes podrían ser añadidas manualmente mientras la instancia sigue funcionando.",
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Falta la columna opcional \"{columnName}\" en la tabla \"{tableName}\".",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes podría llevar mucho tiempo, no se agregaron automáticamente cuando podían eran opcionales. Al ejecutar \"occ db:add-missing-columns\", esas columnas faltantes se pueden agregar manualmente mientras la instancia sigue ejecutándose. Una vez que se agregen las columnas, algunas características pueden mejorar su capacidad de respuesta o la usabilidad.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",